commit | 0400485076e8bb167d5f4b3eb5f6d05e4b4361b7 | [log] [tgz] |
---|---|---|
author | Petr Kulhavy <petr@barix.com> | Tue Mar 29 09:39:36 2016 +0200 |
committer | Mark Brown <broonie@kernel.org> | Tue Mar 29 10:38:06 2016 -0700 |
tree | 0d689f2c5066b93630a21ac2ae9a97a3b66874d3 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca [diff] |
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>