Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8985.c128 case WM8985_EQ1_LOW_SHELF: in wm8985_writeable()
254 static SOC_ENUM_SINGLE_DECL(eq1_cutoff, WM8985_EQ1_LOW_SHELF, 5,
373 SOC_SINGLE_TLV("EQ1 Volume", WM8985_EQ1_LOW_SHELF, 0, 24, 1, eq_tlv),
598 reg = snd_soc_component_read32(component, WM8985_EQ1_LOW_SHELF); in eqmode_get()
618 reg_eq = snd_soc_component_read32(component, WM8985_EQ1_LOW_SHELF); in eqmode_put()
640 snd_soc_component_update_bits(component, WM8985_EQ1_LOW_SHELF, in eqmode_put()
Dwm8985.h33 #define WM8985_EQ1_LOW_SHELF 0x12 macro