Searched refs:RT5665_NG2_EN (Results 1 – 2 of 2) sorted by relevance
1006 if (snd_soc_component_read32(component, RT5665_STO_NG2_CTRL_1) & RT5665_NG2_EN) { in rt5665_hp_vol_put()1010 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_hp_vol_put()1022 if (snd_soc_component_read32(component, RT5665_MONO_NG2_CTRL_1) & RT5665_NG2_EN) { in rt5665_mono_vol_put()1026 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_mono_vol_put()2482 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_mono_event()2514 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_hp_event()
1911 #define RT5665_NG2_EN (0x1 << 15) macro