Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dml26124.c107 SOC_SINGLE("Play Limiter", ML26124_DVOL_CTL, 0, 1, 0),
108 SOC_SINGLE("Capture Limiter", ML26124_DVOL_CTL, 1, 1, 0),
109 SOC_SINGLE("Digital Volume Fade Switch", ML26124_DVOL_CTL, 3, 1, 0),
110 SOC_SINGLE("Digital Switch", ML26124_DVOL_CTL, 4, 1, 0),
390 snd_soc_component_update_bits(component, ML26124_DVOL_CTL, BIT(4), in ml26124_mute()
393 snd_soc_component_update_bits(component, ML26124_DVOL_CTL, BIT(4), in ml26124_mute()
Dml26124.h55 #define ML26124_DVOL_CTL 0x68 macro