Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm9081.c208 case WM9081_EQ_1: in wm9081_readable_register()
411 SOC_SINGLE("EQ Switch", WM9081_EQ_1, 0, 1, 0),
424 SOC_SINGLE_TLV("EQ1 Volume", WM9081_EQ_1, 11, 24, 0, eq_tlv),
425 SOC_SINGLE_TLV("EQ2 Volume", WM9081_EQ_1, 6, 24, 0, eq_tlv),
426 SOC_SINGLE_TLV("EQ3 Volume", WM9081_EQ_1, 1, 24, 0, eq_tlv),
1130 eq1 = snd_soc_component_read(component, WM9081_EQ_1) & WM9081_EQ_ENA; in wm9081_hw_params()
1132 snd_soc_component_write(component, WM9081_EQ_1, 0); in wm9081_hw_params()
1136 snd_soc_component_write(component, WM9081_EQ_1 + i, s->config[i]); in wm9081_hw_params()
1139 snd_soc_component_write(component, WM9081_EQ_1, eq1); in wm9081_hw_params()
H A Dwm9081.h59 #define WM9081_EQ_1 0x2A macro