From f36c70151a6d71d5e6dec345820e36e87ede53cd Mon Sep 17 00:00:00 2001 From: Shine Liu Date: Mon, 17 Aug 2009 18:52:01 +0800 Subject: [PATCH] --- yaml --- r: 157669 b: refs/heads/master c: 0c093fb5421a648fae46fce17277bdb358fe017b h: refs/heads/master i: 157667: c9d92b67f428a2936b0c4bded8495b66f41c7b04 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/uda134x.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2a16319ac93b..19a5a6f905cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 471e3dec3abe2d41e8c742046353fcb01bc2459e +refs/heads/master: 0c093fb5421a648fae46fce17277bdb358fe017b diff --git a/trunk/sound/soc/codecs/uda134x.c b/trunk/sound/soc/codecs/uda134x.c index 269b108e1de6..c33b92edbded 100644 --- a/trunk/sound/soc/codecs/uda134x.c +++ b/trunk/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; }