Searched refs:WM9081_EQ_ENA (Results 1 – 2 of 2) sorted by relevance
1136 eq1 = snd_soc_read(codec, WM9081_EQ_1) & WM9081_EQ_ENA; in wm9081_hw_params()1137 if (eq1 & WM9081_EQ_ENA) in wm9081_hw_params()1144 eq1 |= (s->config[0] & ~WM9081_EQ_ENA); in wm9081_hw_params()
642 #define WM9081_EQ_ENA 0x0001 /* EQ_ENA */ macro