[alsa-devel] [PATCH] ASoC: UDA134X: Fix mistaken mute/unmute code
Shine Liu
shinel at foxmail.com
Mon Aug 17 13:43:29 CEST 2009
Thank you for your remainder.
Using -p1 regenerate the patch.
--- a/sound/soc/codecs/uda134x.c 2009-07-14 09:18:52.000000000 +0800
+++ b/sound/soc/codecs/uda134x.c 2009-08-17 13:46:57.000000000 +0800
@@ -163,7 +163,7 @@
else
mute_reg &= ~(1<<2);
- uda134x_write(codec, UDA134X_DATA010, mute_reg & ~(1<<2));
+ uda134x_write(codec, UDA134X_DATA010, mute_reg);
return 0;
}
More information about the Alsa-devel
mailing list