Searched refs:PW_MGMT1 (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/sound/soc/codecs/ |
D | ak4642.c | 34 #define PW_MGMT1 0x00 macro 210 SND_SOC_DAPM_MIXER_E("LINEOUT Mixer", PW_MGMT1, 3, 0, 218 SND_SOC_DAPM_DAC("DAC", NULL, PW_MGMT1, 2, 0), 313 snd_soc_component_update_bits(component, PW_MGMT1, PMADL, PMADL); in ak4642_dai_startup() 329 snd_soc_component_update_bits(component, PW_MGMT1, PMADL, 0); in ak4642_dai_shutdown() 486 snd_soc_component_write(component, PW_MGMT1, 0x00); in ak4642_set_bias_level() 489 snd_soc_component_update_bits(component, PW_MGMT1, PMVCM, PMVCM); in ak4642_set_bias_level()
|
D | ak4613.c | 110 #define PW_MGMT1 0x00 /* Power Management 1 */ macro 675 snd_soc_component_write(component, PW_MGMT1, mgmt1); in ak4613_set_bias_level() 702 mgmt1 = snd_soc_component_read(component, PW_MGMT1); in ak4613_dummy_write() 705 snd_soc_component_write(component, PW_MGMT1, mgmt1); in ak4613_dummy_write()
|