Home
last modified time | relevance | path

Searched refs:ALC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dak4642.c105 #define ZTM(param) ((param & 0x3) << 4) /* ALC Zero Crossing TimeOut */
109 #define ALC (1 << 5) /* ALC Enable */ macro
110 #define LMTH0 (1 << 0) /* ALC Limiter / Recovery Level */
162 SOC_SINGLE("ALC Capture Switch", ALC_CTL1, 5, 1, 0),
163 SOC_SINGLE("ALC Capture ZC Switch", ALC_CTL1, 4, 1, 1),
304 * ALC setting:Refer to Table 35 in ak4642_dai_startup()
305 * ALC bit=“1” in ak4642_dai_startup()
312 snd_soc_component_write(component, ALC_CTL1, ALC | LMTH0); in ak4642_dai_startup()
331 snd_soc_component_update_bits(component, ALC_CTL1, ALC, in ak4642_dai_shutdown()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dak4642.c105 #define ZTM(param) ((param & 0x3) << 4) /* ALC Zero Crossing TimeOut */
109 #define ALC (1 << 5) /* ALC Enable */ macro
110 #define LMTH0 (1 << 0) /* ALC Limiter / Recovery Level */
162 SOC_SINGLE("ALC Capture Switch", ALC_CTL1, 5, 1, 0),
163 SOC_SINGLE("ALC Capture ZC Switch", ALC_CTL1, 4, 1, 1),
304 * ALC setting:Refer to Table 35 in ak4642_dai_startup()
305 * ALC bit=“1” in ak4642_dai_startup()
312 snd_soc_component_write(component, ALC_CTL1, ALC | LMTH0); in ak4642_dai_startup()
331 snd_soc_component_update_bits(component, ALC_CTL1, ALC, in ak4642_dai_shutdown()
[all...]

Completed in 2 milliseconds