From: Shine Liu Date: Mon, 17 Aug 2009 10:52:01 +0000 (+0800) Subject: ASoC: UDA134X: Fix mistaken mute/unmute code X-Git-Tag: v2.6.32-rc1~166^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c093fb5421a648fae46fce17277bdb358fe017b;p=pandora-kernel.git ASoC: UDA134X: Fix mistaken mute/unmute code There is a mistake in current uda134x_mute function: mute_reg has been changed in line 162 or line 164, so uda134x_write should write "mute_reg" but not "mute_reg & ~(1<<2)" to UDA134X_DATA010. Signed-off-by: Shine Liu Signed-off-by: Mark Brown --- Reading git-diff-tree failed