Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dak4375.c20 #define PMPLL BIT(0) /* 0: PLL off, 1: PLL on */ macro
198 snd_soc_component_update_bits(component, AK4375_00_POWER_MANAGEMENT1, PMPLL, PMPLL); in ak4375_dac_event()
214 snd_soc_component_update_bits(component, AK4375_00_POWER_MANAGEMENT1, PMPLL, 0x0); in ak4375_dac_event()
H A Dak4642.c87 #define PMPLL (1 << 0) macro
392 data = MCKO | PMPLL; /* use MCKO */ in ak4642_dai_set_fmt()
406 snd_soc_component_update_bits(component, PW_MGMT2, MS | MCKO | PMPLL, data); in ak4642_dai_set_fmt()