Lines Matching defs:ALC
105 #define ZTM(param) ((param & 0x3) << 4) /* ALC Zero Crossing TimeOut */
109 #define ALC (1 << 5) /* ALC Enable */
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
305 * ALC bit=“1”
312 snd_soc_component_write(component, ALC_CTL1, ALC | LMTH0);
331 snd_soc_component_update_bits(component, ALC_CTL1, ALC, 0);