dac_mode          583 sound/pci/hda/patch_sigmatel.c 	unsigned int dac_mode;
dac_mode          599 sound/pci/hda/patch_sigmatel.c 	dac_mode = snd_hda_codec_read(codec, codec->core.afg, 0,
dac_mode          601 sound/pci/hda/patch_sigmatel.c 	dac_mode >>= spec->aloopback_shift;
dac_mode          605 sound/pci/hda/patch_sigmatel.c 		dac_mode |= idx_val;
dac_mode          608 sound/pci/hda/patch_sigmatel.c 		dac_mode &= ~idx_val;
dac_mode          612 sound/pci/hda/patch_sigmatel.c 		kcontrol->private_value >> 16, dac_mode);
dac_mode          590 sound/soc/codecs/es8328.c 	u8 dac_mode = 0;
dac_mode          614 sound/soc/codecs/es8328.c 		dac_mode |= ES8328_DACCONTROL1_DACFORMAT_I2S;
dac_mode          618 sound/soc/codecs/es8328.c 		dac_mode |= ES8328_DACCONTROL1_DACFORMAT_RJUST;
dac_mode          622 sound/soc/codecs/es8328.c 		dac_mode |= ES8328_DACCONTROL1_DACFORMAT_LJUST;
dac_mode          634 sound/soc/codecs/es8328.c 			ES8328_DACCONTROL1_DACFORMAT_MASK, dac_mode);