Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Drt5665.c1003 if (snd_soc_component_read(component, RT5665_STO_NG2_CTRL_1) & RT5665_NG2_EN) { in rt5665_hp_vol_put()
1007 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_hp_vol_put()
1019 if (snd_soc_component_read(component, RT5665_MONO_NG2_CTRL_1) & RT5665_NG2_EN) { in rt5665_mono_vol_put()
1023 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_mono_vol_put()
2479 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_mono_event()
2511 RT5665_NG2_EN_MASK, RT5665_NG2_EN); in rt5665_hp_event()
Drt5665.h1908 #define RT5665_NG2_EN (0x1 << 15) macro