Searched refs:PMPLL (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | ak4375.c | 20 #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 D | ak4642.c | 87 #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()
|