Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dpcm186x.c161 SND_SOC_DAPM_ADC("ADC", "HiFi Capture", PCM186X_POWER_CTRL, 1, 0),
187 SND_SOC_DAPM_ADC("ADC1", "HiFi Capture 1", PCM186X_POWER_CTRL, 1, 0),
188 SND_SOC_DAPM_ADC("ADC2", "HiFi Capture 2", PCM186X_POWER_CTRL, 1, 0),
528 snd_soc_component_update_bits(component, PCM186X_POWER_CTRL, in pcm186x_power_on()
539 snd_soc_component_update_bits(component, PCM186X_POWER_CTRL, in pcm186x_power_off()
Dpcm186x.h112 #define PCM186X_POWER_CTRL (PCM186X_PAGE_BASE(0) + 112) macro