Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dak4535.c173 SND_SOC_DAPM_ADC("ADC", "Capture", AK4535_PM1, 0, 0),
177 SND_SOC_DAPM_PGA("Mic", AK4535_PM1, 1, 0, NULL, 0),
178 SND_SOC_DAPM_PGA("Line Out", AK4535_PM1, 4, 0, NULL, 0),
179 SND_SOC_DAPM_PGA("Mono Out", AK4535_PM1, 3, 0, NULL, 0),
180 SND_SOC_DAPM_PGA("AUX In", AK4535_PM1, 2, 0, NULL, 0),
335 snd_soc_component_update_bits(component, AK4535_PM1, 0x80, 0x80); in ak4535_set_bias_level()
339 snd_soc_component_update_bits(component, AK4535_PM1, 0x80, 0); in ak4535_set_bias_level()
H A Dak4535.h17 #define AK4535_PM1 0x0 macro