Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwm8985.c126 case WM8985_EQ2_PEAK_1: in wm8985_writeable()
256 static SOC_ENUM_SINGLE_DECL(eq2_bw, WM8985_EQ2_PEAK_1, 8, eq_bw_text);
257 static SOC_ENUM_SINGLE_DECL(eq2_cutoff, WM8985_EQ2_PEAK_1, 5, eq2_cutoff_text);
373 SOC_SINGLE_TLV("EQ2 Volume", WM8985_EQ2_PEAK_1, 0, 24, 1, eq_tlv),
Dwm8985.h31 #define WM8985_EQ2_PEAK_1 0x13 macro