ASoC: tas571x: implemented digital mute
authorPetr Kulhavy <petr@barix.com>
Tue, 29 Mar 2016 07:39:36 +0000 (09:39 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 29 Mar 2016 17:38:06 +0000 (10:38 -0700)
commit0400485076e8bb167d5f4b3eb5f6d05e4b4361b7
tree0d689f2c5066b93630a21ac2ae9a97a3b66874d3
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ASoC: tas571x: implemented digital mute

The driver did not have a mute function. The amplifier was brought out of
shutdown mode (hard-mute) once for ever in probe(), which was causing
clicks and pops when altering the I2C register configuration later.

This adds the digital_mute() function. The amplifier unmute in probe()
was removed.

Signed-off-by: Petr Kulhavy <petr@barix.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas571x.c
This page took 0.024165 seconds and 5 git commands to generate.