Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8983.c161 static SOC_ENUM_SINGLE_DECL(eq1_cutoff, WM8983_EQ1_LOW_SHELF, 5,
287 SOC_SINGLE_TLV("EQ1 Volume", WM8983_EQ1_LOW_SHELF, 0, 24, 1, eq_tlv),
495 reg = snd_soc_component_read(component, WM8983_EQ1_LOW_SHELF); in eqmode_get()
515 reg_eq = snd_soc_component_read(component, WM8983_EQ1_LOW_SHELF); in eqmode_put()
535 snd_soc_component_update_bits(component, WM8983_EQ1_LOW_SHELF, in eqmode_put()
549 case WM8983_EQ1_LOW_SHELF ... WM8983_DAC_LIMITER_2: in wm8983_writeable()
H A Dwm8983.h33 #define WM8983_EQ1_LOW_SHELF 0x12 macro