Searched refs:PW_MGMT1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ak4642.c | 34 #define PW_MGMT1 0x00 macro 75 /* PW_MGMT1*/ 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()
|
H A D | ak4613.c | 24 #define PW_MGMT1 0x00 /* Power Management 1 */ macro 48 /* PW_MGMT1 */ 466 snd_soc_component_write(component, PW_MGMT1, mgmt1); in ak4613_set_bias_level() 481 * PW_MGMT1 / PW_MGMT3 needs dummy write at least after 5 LR clocks in ak4613_dummy_write() 493 mgmt1 = snd_soc_component_read(component, PW_MGMT1); in ak4613_dummy_write() 496 snd_soc_component_write(component, PW_MGMT1, mgmt1); in ak4613_dummy_write() 509 * PW_MGMT1 / PW_MGMT3 needs dummy write at least after 5 LR clocks in ak4613_dai_trigger()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | ak4642.c | 34 #define PW_MGMT1 0x00 macro 75 /* PW_MGMT1*/ 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()
|
H A D | ak4613.c | 110 #define PW_MGMT1 0x00 /* Power Management 1 */ macro 134 /* PW_MGMT1 */ 675 snd_soc_component_write(component, PW_MGMT1, mgmt1); in ak4613_set_bias_level() 690 * PW_MGMT1 / PW_MGMT3 needs dummy write at least after 5 LR clocks in ak4613_dummy_write() 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() 718 * PW_MGMT1 / PW_MGMT3 needs dummy write at least after 5 LR clocks in ak4613_dai_trigger()
|
Completed in 5 milliseconds