Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dwm9081.c1130 eq1 = snd_soc_component_read(component, WM9081_EQ_1) & WM9081_EQ_ENA; in wm9081_hw_params()
1131 if (eq1 & WM9081_EQ_ENA) in wm9081_hw_params()
1138 eq1 |= (s->config[0] & ~WM9081_EQ_ENA); in wm9081_hw_params()
Dwm9081.h639 #define WM9081_EQ_ENA 0x0001 /* EQ_ENA */ macro