Searched refs:AK4641_PM1 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/sound/soc/codecs/ |
D | ak4641.c | 28 #define AK4641_PM1 0x00 macro 236 SND_SOC_DAPM_ADC("ADC", "HiFi Capture", AK4641_PM1, 0, 0), 237 SND_SOC_DAPM_PGA("Mic", AK4641_PM1, 1, 0, NULL, 0), 238 SND_SOC_DAPM_PGA("AUX In", AK4641_PM1, 2, 0, NULL, 0), 239 SND_SOC_DAPM_PGA("Mono Out", AK4641_PM1, 3, 0, NULL, 0), 240 SND_SOC_DAPM_PGA("Line Out", AK4641_PM1, 4, 0, NULL, 0), 447 snd_soc_component_update_bits(component, AK4641_PM1, 0x80, 0x80); in ak4641_set_bias_level() 451 snd_soc_component_update_bits(component, AK4641_PM1, 0x80, 0); in ak4641_set_bias_level()
|