From: Nicolin Chen Date: Wed, 4 Dec 2013 03:18:36 +0000 (+0800) Subject: ASoC: soc-pcm: Use valid condition for snd_soc_dai_digital_mute() in hw_free() X-Git-Tag: v3.13-rc5~22^2^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f62b6ee767586ee7e5d12787dbaaaf47a91979a;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed