cs4398_regs        62 sound/pci/oxygen/xonar_cs43xx.c 	u8 cs4398_regs[8];
cs4398_regs        71 sound/pci/oxygen/xonar_cs43xx.c 	if (reg < ARRAY_SIZE(data->cs4398_regs))
cs4398_regs        72 sound/pci/oxygen/xonar_cs43xx.c 		data->cs4398_regs[reg] = value;
cs4398_regs        79 sound/pci/oxygen/xonar_cs43xx.c 	if (value != data->cs4398_regs[reg])
cs4398_regs       109 sound/pci/oxygen/xonar_cs43xx.c 	cs4398_write(chip, 2, data->cs4398_regs[2]);
cs4398_regs       111 sound/pci/oxygen/xonar_cs43xx.c 	cs4398_write(chip, 4, data->cs4398_regs[4]);
cs4398_regs       112 sound/pci/oxygen/xonar_cs43xx.c 	cs4398_write(chip, 5, data->cs4398_regs[5]);
cs4398_regs       113 sound/pci/oxygen/xonar_cs43xx.c 	cs4398_write(chip, 6, data->cs4398_regs[6]);
cs4398_regs       114 sound/pci/oxygen/xonar_cs43xx.c 	cs4398_write(chip, 7, data->cs4398_regs[7]);
cs4398_regs       133 sound/pci/oxygen/xonar_cs43xx.c 	data->cs4398_regs[2] =
cs4398_regs       135 sound/pci/oxygen/xonar_cs43xx.c 	data->cs4398_regs[4] = CS4398_MUTEP_LOW |
cs4398_regs       137 sound/pci/oxygen/xonar_cs43xx.c 	data->cs4398_regs[5] = 60 * 2;
cs4398_regs       138 sound/pci/oxygen/xonar_cs43xx.c 	data->cs4398_regs[6] = 60 * 2;
cs4398_regs       139 sound/pci/oxygen/xonar_cs43xx.c 	data->cs4398_regs[7] = CS4398_RMP_DN | CS4398_RMP_UP |
cs4398_regs       300 sound/pci/oxygen/xonar_cs43xx.c 		(data->cs4398_regs[7] & CS4398_FILT_SEL) != 0;
cs4398_regs       313 sound/pci/oxygen/xonar_cs43xx.c 	reg = data->cs4398_regs[7];
cs4398_regs       318 sound/pci/oxygen/xonar_cs43xx.c 	changed = reg != data->cs4398_regs[7];
cs4398_regs       385 sound/pci/oxygen/xonar_cs43xx.c 		snd_iprintf(buffer, " %02x", data->cs4398_regs[i]);