Lines Matching defs:mute
391 * cs4270_dai_mute - enable/disable the CS4270 external mute
393 * @mute: 0 = disable mute, 1 = enable mute
396 * This function toggles the mute bits in the MUTE register. The CS4270's
397 * mute capability is intended for external muting circuitry, so if the
401 static int cs4270_dai_mute(struct snd_soc_dai *dai, int mute, int direction)
409 if (mute)
426 * snd_soc_put_volsw() function and saves the mute information in
429 * mute the codec's output.
505 /* Disable auto-mute. This feature appears to be buggy. In some
506 * situations, auto-mute will not deactivate when it should, so we want