X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsoc%2Fcodecs%2Fuda134x.c;h=c33b92edbded03774fc1cc16bfb7f1bda82414dd;hb=9d416811f8cab11bf595b2880c557c33e3ae1ae9;hp=269b108e1de612f6aaff359b09b59be3f904abaa;hpb=722f2a6c87f34ee0fd0130a8cf45f81e0705594a;p=pandora-kernel.git diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c index 269b108e1de6..c33b92edbded 100644 --- a/sound/soc/codecs/uda134x.c +++ b/sound/soc/codecs/uda134x.c @@ -163,7 +163,7 @@ static int uda134x_mute(struct snd_soc_dai *dai, int mute) else mute_reg &= ~(1<<2); - uda134x_write(codec, UDA134X_DATA010, mute_reg & ~(1<<2)); + uda134x_write(codec, UDA134X_DATA010, mute_reg); return 0; }