Searched refs:TLV320AIC23_PWR (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | tlv320aic23.c | 138 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), 481 u16 reg = snd_soc_component_read(component, TLV320AIC23_PWR) & 0x17f; in tlv320aic23_set_bias_level() 488 snd_soc_component_write(component, TLV320AIC23_PWR, reg); in tlv320aic23_set_bias_level() 494 snd_soc_component_write(component, TLV320AIC23_PWR, in tlv320aic23_set_bias_level() 500 snd_soc_component_write(component, TLV320AIC23_PWR, 0x1ff); in tlv320aic23_set_bias_level()
|
H A D | tlv320aic23.h | 25 #define TLV320AIC23_PWR 0x06 macro
|