Searched refs:WM8993_EQ1 (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/sound/soc/codecs/ ! |
D | wm8993.c | 326 case WM8993_EQ1: in wm8993_readable() 783 SOC_SINGLE("EQ Switch", WM8993_EQ1, 0, 1, 0), 1385 u16 eq1 = snd_soc_read(codec, WM8993_EQ1); in wm8993_hw_params() 1405 snd_soc_update_bits(codec, WM8993_EQ1, WM8993_EQ_ENA, 0); in wm8993_hw_params() 1408 snd_soc_write(codec, WM8993_EQ1 + i, s->config[i]); in wm8993_hw_params() 1410 snd_soc_update_bits(codec, WM8993_EQ1, WM8993_EQ_ENA, eq1); in wm8993_hw_params()
|
D | wm8993.h | 96 #define WM8993_EQ1 0x62 macro
|