Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8993.c322 case WM8993_EQ1: in wm8993_readable()
778 SOC_SINGLE("EQ Switch", WM8993_EQ1, 0, 1, 0),
1302 u16 eq1 = snd_soc_component_read(component, WM8993_EQ1); in wm8993_hw_params()
1322 snd_soc_component_update_bits(component, WM8993_EQ1, WM8993_EQ_ENA, 0); in wm8993_hw_params()
1325 snd_soc_component_write(component, WM8993_EQ1 + i, s->config[i]); in wm8993_hw_params()
1327 snd_soc_component_update_bits(component, WM8993_EQ1, WM8993_EQ_ENA, eq1); in wm8993_hw_params()
H A Dwm8993.h97 #define WM8993_EQ1 0x62 macro