Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dml26124.c120 SOC_SINGLE("Play Limiter", ML26124_DVOL_CTL, 0, 1, 0),
121 SOC_SINGLE("Capture Limiter", ML26124_DVOL_CTL, 1, 1, 0),
122 SOC_SINGLE("Digital Volume Fade Switch", ML26124_DVOL_CTL, 3, 1, 0),
123 SOC_SINGLE("Digital Switch", ML26124_DVOL_CTL, 4, 1, 0),
403 snd_soc_component_update_bits(component, ML26124_DVOL_CTL, BIT(4), in ml26124_mute()
406 snd_soc_component_update_bits(component, ML26124_DVOL_CTL, BIT(4), in ml26124_mute()
Dml26124.h67 #define ML26124_DVOL_CTL 0x68 macro