commit | 7f62b6ee767586ee7e5d12787dbaaaf47a91979a | [log] [tgz] |
---|---|---|
author | Nicolin Chen <b42378@freescale.com> | Wed Dec 04 11:18:36 2013 +0800 |
committer | Mark Brown <broonie@linaro.org> | Wed Dec 04 11:46:40 2013 +0000 |
tree | 055283483fcd0017497c9e9caa68fdbe3afd07c4 | |
parent | ebff65473f56e6c30de928fd6a4f1ce5ae36e8c5 [diff] |
ASoC: soc-pcm: Use valid condition for snd_soc_dai_digital_mute() in hw_free() The snd_soc_dai_digital_mute() here will be never executed because we only decrease codec->active in snd_soc_close(). Thus correct it. Signed-off-by: Nicolin Chen <b42378@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>