dac_mute          381 sound/pci/oxygen/oxygen.c 	if (chip->dac_mute)
dac_mute          130 sound/pci/oxygen/oxygen.h 	u8 dac_mute;
dac_mute          360 sound/pci/oxygen/oxygen_lib.c 	chip->dac_mute = 1;
dac_mute           67 sound/pci/oxygen/oxygen_mixer.c 	value->value.integer.value[0] = !chip->dac_mute;
dac_mute           79 sound/pci/oxygen/oxygen_mixer.c 	changed = (!value->value.integer.value[0]) != chip->dac_mute;
dac_mute           81 sound/pci/oxygen/oxygen_mixer.c 		chip->dac_mute = !value->value.integer.value[0];
dac_mute          237 sound/pci/oxygen/xonar_cs43xx.c 	mute = chip->dac_mute ? CS4362A_MUTE : 0;
dac_mute          255 sound/pci/oxygen/xonar_cs43xx.c 	if (chip->dac_mute)
dac_mute          664 sound/pci/oxygen/xonar_pcm179x.c 	if (chip->dac_mute)
dac_mute          172 sound/pci/oxygen/xonar_wm87x6.c 	wm8776_write(chip, WM8776_DACMUTE, chip->dac_mute ? WM8776_DMUTE : 0);
dac_mute          197 sound/pci/oxygen/xonar_wm87x6.c 		     WM8766_ZCD | (chip->dac_mute ? WM8766_DMUTE_MASK : 0));
dac_mute          464 sound/pci/oxygen/xonar_wm87x6.c 			    chip->dac_mute ? WM8776_DMUTE : 0);
dac_mute          471 sound/pci/oxygen/xonar_wm87x6.c 			    (chip->dac_mute ? WM8766_DMUTE_MASK : 0));
dac_mute         1182 sound/soc/codecs/tscs42xx.c 			ret = dac_mute(component);