projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3465d93
)
ASoC: Blackfin: fix typo in MUTE definition
author
Mike Frysinger
<vapier.adi@gmail.com>
Fri, 6 Mar 2009 07:53:30 +0000
(15:53 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 6 Mar 2009 13:37:18 +0000
(13:37 +0000)
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
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/ad73311.h
b/sound/soc/codecs/ad73311.h
index 507ce0c30edff59f98ec2d0e3a8d46f6f58c8ff1..569573d2d4d7a628b18c9c1a108512e11a4e9008 100644
(file)
--- 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)