Searched refs:ALC_CTL1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | ak4642.c | 45 #define ALC_CTL1 0x07 macro 166 SOC_SINGLE("ALC Capture Switch", ALC_CTL1, 5, 1, 0), 167 SOC_SINGLE("ALC Capture ZC Switch", ALC_CTL1, 4, 1, 1), 316 snd_soc_write(codec, ALC_CTL1, ALC | LMTH0); in ak4642_dai_startup() 335 snd_soc_update_bits(codec, ALC_CTL1, ALC, 0); in ak4642_dai_shutdown()
|