Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dwm8903.c186 case WM8903_DRC_0: in wm8903_readable_register()
543 WM8903_DRC_0, 5, drc_ff_delay_text);
557 WM8903_DRC_0, 11, drc_smoothing_text);
668 SOC_SINGLE("DRC Switch", WM8903_DRC_0, 15, 1, 0),
679 SOC_SINGLE("DRC Anticlip Switch", WM8903_DRC_0, 1, 1, 0),
680 SOC_SINGLE("DRC QR Switch", WM8903_DRC_0, 2, 1, 0),
681 SOC_SINGLE_TLV("DRC QR Threshold Volume", WM8903_DRC_0, 6, 3, 0, drc_tlv_max),
683 SOC_SINGLE("DRC Smoothing Switch", WM8903_DRC_0, 3, 1, 0),
684 SOC_SINGLE("DRC Smoothing Hysteresis Switch", WM8903_DRC_0, 0, 1, 0),
686 SOC_SINGLE_TLV("DRC Startup Volume", WM8903_DRC_0, 6, 18, 0, drc_tlv_startup),
Dwm8903.h51 #define WM8903_DRC_0 0x28 macro