AK4117_IPS        194 sound/i2c/other/ak4117.c 	ucontrol->value.integer.value[0] = (chip->regmap[AK4117_REG_IO] & AK4117_IPS) ? 1 : 0;
AK4117_IPS        207 sound/i2c/other/ak4117.c 	change = !!ucontrol->value.integer.value[0] != ((old_val & AK4117_IPS) ? 1 : 0);
AK4117_IPS        209 sound/i2c/other/ak4117.c 		reg_write(chip, AK4117_REG_IO, (old_val & ~AK4117_IPS) | (ucontrol->value.integer.value[0] ? AK4117_IPS : 0));
AK4117_IPS        185 sound/pcmcia/pdaudiocf/pdaudiocf_core.c 		AK4117_EFH_1024LRCLK | AK4117_DIF_24R | AK4117_IPS,		/* AK4117_REG_IO */