Lines Matching full:mute
54 #define CS4270_MUTE 0x06 /* Mute Control */
400 * cs4270_dai_mute - enable/disable the CS4270 external mute
402 * @mute: 0 = disable mute, 1 = enable mute
404 * This function toggles the mute bits in the MUTE register. The CS4270's
405 * mute capability is intended for external muting circuitry, so if the
409 static int cs4270_dai_mute(struct snd_soc_dai *dai, int mute, int direction) in cs4270_dai_mute() argument
417 if (mute) in cs4270_dai_mute()
434 * snd_soc_put_volsw() function and saves the mute information in
437 * mute the codec's output.
464 SOC_SINGLE("Auto-Mute Switch", CS4270_MUTE, 5, 1, 0),
513 /* Disable auto-mute. This feature appears to be buggy. In some in cs4270_probe()
514 * situations, auto-mute will not deactivate when it should, so we want in cs4270_probe()