ak4396_regs       138 sound/pci/oxygen/oxygen.c 	u8 ak4396_regs[4][5];
ak4396_regs       157 sound/pci/oxygen/oxygen.c 	data->ak4396_regs[codec][reg] = value;
ak4396_regs       165 sound/pci/oxygen/oxygen.c 	if (value != data->ak4396_regs[codec][reg])
ak4396_regs       192 sound/pci/oxygen/oxygen.c 			     data->ak4396_regs[0][AK4396_CONTROL_2]);
ak4396_regs       207 sound/pci/oxygen/oxygen.c 	data->ak4396_regs[0][AK4396_CONTROL_2] =
ak4396_regs       340 sound/pci/oxygen/oxygen.c 	value = data->ak4396_regs[0][AK4396_CONTROL_2] & ~AK4396_DFS_MASK;
ak4396_regs       350 sound/pci/oxygen/oxygen.c 	if (value != data->ak4396_regs[0][AK4396_CONTROL_2]) {
ak4396_regs       380 sound/pci/oxygen/oxygen.c 	value = data->ak4396_regs[0][AK4396_CONTROL_2] & ~AK4396_SMUTE;
ak4396_regs       443 sound/pci/oxygen/oxygen.c 		(data->ak4396_regs[0][AK4396_CONTROL_2] & AK4396_SLOW) != 0;
ak4396_regs       457 sound/pci/oxygen/oxygen.c 	reg = data->ak4396_regs[0][AK4396_CONTROL_2];
ak4396_regs       462 sound/pci/oxygen/oxygen.c 	changed = reg != data->ak4396_regs[0][AK4396_CONTROL_2];
ak4396_regs       687 sound/pci/oxygen/oxygen.c 			snd_iprintf(buffer, " %02x", data->ak4396_regs[dac][i]);