Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8904.c284 case WM8904_EQ1: in wm8904_readable_register()
455 save = snd_soc_read(codec, WM8904_EQ1); in wm8904_set_retune_mobile()
458 snd_soc_update_bits(codec, WM8904_EQ1 + i, 0xffff, in wm8904_set_retune_mobile()
461 snd_soc_update_bits(codec, WM8904_EQ1, WM8904_EQ_ENA, save); in wm8904_set_retune_mobile()
640 SOC_SINGLE("EQ Switch", WM8904_EQ1, 0, 1, 0),
Dwm8904.h101 #define WM8904_EQ1 0x86 macro