Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8904.c279 case WM8904_EQ1: in wm8904_readable_register()
450 save = snd_soc_component_read(component, WM8904_EQ1); in wm8904_set_retune_mobile()
453 snd_soc_component_update_bits(component, WM8904_EQ1 + i, 0xffff, in wm8904_set_retune_mobile()
456 snd_soc_component_update_bits(component, WM8904_EQ1, WM8904_EQ_ENA, save); in wm8904_set_retune_mobile()
620 SOC_SINGLE("EQ Switch", WM8904_EQ1, 0, 1, 0),
H A Dwm8904.h99 #define WM8904_EQ1 0x86 macro