AK4396_CONTROL_2  191 sound/pci/oxygen/oxygen.c 		ak4396_write(chip, i, AK4396_CONTROL_2,
AK4396_CONTROL_2  192 sound/pci/oxygen/oxygen.c 			     data->ak4396_regs[0][AK4396_CONTROL_2]);
AK4396_CONTROL_2  207 sound/pci/oxygen/oxygen.c 	data->ak4396_regs[0][AK4396_CONTROL_2] =
AK4396_CONTROL_2  340 sound/pci/oxygen/oxygen.c 	value = data->ak4396_regs[0][AK4396_CONTROL_2] & ~AK4396_DFS_MASK;
AK4396_CONTROL_2  350 sound/pci/oxygen/oxygen.c 	if (value != data->ak4396_regs[0][AK4396_CONTROL_2]) {
AK4396_CONTROL_2  354 sound/pci/oxygen/oxygen.c 			ak4396_write(chip, i, AK4396_CONTROL_2, value);
AK4396_CONTROL_2  380 sound/pci/oxygen/oxygen.c 	value = data->ak4396_regs[0][AK4396_CONTROL_2] & ~AK4396_SMUTE;
AK4396_CONTROL_2  384 sound/pci/oxygen/oxygen.c 		ak4396_write_cached(chip, i, AK4396_CONTROL_2, value);
AK4396_CONTROL_2  443 sound/pci/oxygen/oxygen.c 		(data->ak4396_regs[0][AK4396_CONTROL_2] & AK4396_SLOW) != 0;
AK4396_CONTROL_2  457 sound/pci/oxygen/oxygen.c 	reg = data->ak4396_regs[0][AK4396_CONTROL_2];
AK4396_CONTROL_2  462 sound/pci/oxygen/oxygen.c 	changed = reg != data->ak4396_regs[0][AK4396_CONTROL_2];
AK4396_CONTROL_2  465 sound/pci/oxygen/oxygen.c 			ak4396_write(chip, i, AK4396_CONTROL_2, reg);