Searched refs:TLV320AIC23_PWR (Results 1 – 2 of 2) sorted by relevance
/sound/soc/codecs/ |
D | tlv320aic23.c | 143 SND_SOC_DAPM_DAC("DAC", "Playback", TLV320AIC23_PWR, 3, 1), 144 SND_SOC_DAPM_ADC("ADC", "Capture", TLV320AIC23_PWR, 2, 1), 147 SND_SOC_DAPM_MIXER("Output Mixer", TLV320AIC23_PWR, 4, 1, 150 SND_SOC_DAPM_PGA("Line Input", TLV320AIC23_PWR, 0, 1, NULL, 0), 151 SND_SOC_DAPM_PGA("Mic Input", TLV320AIC23_PWR, 1, 1, NULL, 0), 487 u16 reg = snd_soc_read(codec, TLV320AIC23_PWR) & 0x17f; in tlv320aic23_set_bias_level() 494 snd_soc_write(codec, TLV320AIC23_PWR, reg); in tlv320aic23_set_bias_level() 500 snd_soc_write(codec, TLV320AIC23_PWR, in tlv320aic23_set_bias_level() 506 snd_soc_write(codec, TLV320AIC23_PWR, 0x1ff); in tlv320aic23_set_bias_level()
|
D | tlv320aic23.h | 28 #define TLV320AIC23_PWR 0x06 macro
|