Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dsgtl5000.c74 { SGTL5000_DAP_AVC_CTRL, 0x5100 },
752 SOC_SINGLE("AVC Switch", SGTL5000_DAP_AVC_CTRL, 0, 1, 0),
753 SOC_SINGLE("AVC Hard Limiter Switch", SGTL5000_DAP_AVC_CTRL, 5, 1, 0),
754 SOC_SINGLE_TLV("AVC Max Gain Volume", SGTL5000_DAP_AVC_CTRL, 12, 2, 0,
756 SOC_SINGLE("AVC Integrator Response", SGTL5000_DAP_AVC_CTRL, 8, 3, 0),
1246 case SGTL5000_DAP_AVC_CTRL: in sgtl5000_readable()
H A Dsgtl5000.h52 #define SGTL5000_DAP_AVC_CTRL 0x0124 macro