Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8985.c120 case WM8985_EQ1_LOW_SHELF: in wm8985_writeable()
245 static SOC_ENUM_SINGLE_DECL(eq1_cutoff, WM8985_EQ1_LOW_SHELF, 5,
368 SOC_SINGLE_TLV("EQ1 Volume", WM8985_EQ1_LOW_SHELF, 0, 24, 1, eq_tlv),
532 reg = snd_soc_read(codec, WM8985_EQ1_LOW_SHELF); in eqmode_get()
552 reg_eq = snd_soc_read(codec, WM8985_EQ1_LOW_SHELF); in eqmode_put()
574 snd_soc_update_bits(codec, WM8985_EQ1_LOW_SHELF, in eqmode_put()
Dwm8985.h33 #define WM8985_EQ1_LOW_SHELF 0x12 macro