Home
last modified time | relevance | path

Searched refs:TLV320AIC23_PWR (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
A Dtlv320aic23.c138 SND_SOC_DAPM_DAC("DAC", "Playback", TLV320AIC23_PWR, 3, 1),
139 SND_SOC_DAPM_ADC("ADC", "Capture", TLV320AIC23_PWR, 2, 1),
142 SND_SOC_DAPM_MIXER("Output Mixer", TLV320AIC23_PWR, 4, 1,
145 SND_SOC_DAPM_PGA("Line Input", TLV320AIC23_PWR, 0, 1, NULL, 0),
146 SND_SOC_DAPM_PGA("Mic Input", TLV320AIC23_PWR, 1, 1, NULL, 0),
482 u16 reg = snd_soc_component_read(component, TLV320AIC23_PWR) & 0x17f; in tlv320aic23_set_bias_level()
489 snd_soc_component_write(component, TLV320AIC23_PWR, reg); in tlv320aic23_set_bias_level()
495 snd_soc_component_write(component, TLV320AIC23_PWR, in tlv320aic23_set_bias_level()
501 snd_soc_component_write(component, TLV320AIC23_PWR, 0x1ff); in tlv320aic23_set_bias_level()
A Dtlv320aic23.h25 #define TLV320AIC23_PWR 0x06 macro

Completed in 4 milliseconds