Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Drt5665.c1002 if (snd_soc_component_read(component, RT5665_STO_NG2_CTRL_1) & RT5665_NG2_EN) { in rt5665_hp_vol_put()
1006 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_hp_vol_put()
1018 if (snd_soc_component_read(component, RT5665_MONO_NG2_CTRL_1) & RT5665_NG2_EN) { in rt5665_mono_vol_put()
1022 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_mono_vol_put()
2478 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_mono_event()
2510 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_hp_event()
H A Drt5665.h1908 #define RT5665_NG2_EN (0x1 << 15) macro