ASoC: Blackfin: fix typo in MUTE definition

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:09 pm

Gitweb:     http://git.kernel.org/linus/67a9c573b5bf39bc6b40c322c58640687c1b79fe
Commit:     67a9c573b5bf39bc6b40c322c58640687c1b79fe
Parent:     3465d93a128acce836249e3de40932d2ed25cac6
Author:     Mike Frysinger <vapier.adi@gmail.com>
AuthorDate: Fri Mar 6 15:53:30 2009 +0800
Committer:  Mark Brown <broonie@opensource.wolfsonmicro.com>
CommitDate: Fri Mar 6 13:37:18 2009 +0000

    ASoC: Blackfin: fix typo in MUTE definition
    
    Reported-by: Rob Maris <maris.rob@vdi.de>
    Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
    Signed-off-by: Bryan Wu <cooloney@kernel.org>
    Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/ad73311.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/codecs/ad73311.h b/sound/soc/codecs/ad73311.h
index 507ce0c..569573d 100644
--- a/sound/soc/codecs/ad73311.h
+++ b/sound/soc/codecs/ad73311.h
@@ -70,7 +70,7 @@
 #define REGD_IGS(x)		(x & 0x7)
 #define REGD_RMOD		(1 << 3)
 #define REGD_OGS(x)		((x & 0x7) << 4)
-#define REGD_MUTE		(x << 7)
+#define REGD_MUTE		(1 << 7)
 
 /* Control register E */
 #define CTRL_REG_E	(4 << 8)
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ASoC: Blackfin: fix typo in MUTE definition, Linux Kernel Mailing ..., (Thu Mar 26, 12:09 pm)