Home
last modified time | relevance | path

Searched refs:eq1 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/codecs/
Dwm9081.c1116 int eq1; in wm9081_hw_params() local
1134 eq1 = snd_soc_component_read32(component, WM9081_EQ_1) & WM9081_EQ_ENA; in wm9081_hw_params()
1135 if (eq1 & WM9081_EQ_ENA) in wm9081_hw_params()
1142 eq1 |= (s->config[0] & ~WM9081_EQ_ENA); in wm9081_hw_params()
1143 snd_soc_component_write(component, WM9081_EQ_1, eq1); in wm9081_hw_params()
Dwm8978.c125 static SOC_ENUM_SINGLE_DECL(eq1, WM8978_EQ1, 5, wm8978_eq1);
166 SOC_ENUM("EQ1 Cut Off", eq1),
Dwm8993.c1305 u16 eq1 = snd_soc_component_read32(component, WM8993_EQ1); in wm8993_hw_params() local
1330 snd_soc_component_update_bits(component, WM8993_EQ1, WM8993_EQ_ENA, eq1); in wm8993_hw_params()