Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8983.c164 static SOC_ENUM_SINGLE_DECL(eq1_cutoff, WM8983_EQ1_LOW_SHELF, 5,
290 SOC_SINGLE_TLV("EQ1 Volume", WM8983_EQ1_LOW_SHELF, 0, 24, 1, eq_tlv),
498 reg = snd_soc_read(codec, WM8983_EQ1_LOW_SHELF); in eqmode_get()
518 reg_eq = snd_soc_read(codec, WM8983_EQ1_LOW_SHELF); in eqmode_put()
538 snd_soc_update_bits(codec, WM8983_EQ1_LOW_SHELF, in eqmode_put()
552 case WM8983_EQ1_LOW_SHELF ... WM8983_DAC_LIMITER_2: in wm8983_writeable()
Dwm8983.h36 #define WM8983_EQ1_LOW_SHELF 0x12 macro