Searched refs:AK4535_PM1 (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | ak4535.c | 173 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 D | ak4535.h | 17 #define AK4535_PM1 0x0 macro
|