Skip to content

Commit

Permalink
ASoC: Blackfin: fix typo in MUTE definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and Mark Brown committed Mar 6, 2009
1 parent 3465d93 commit 67a9c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/ad73311.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 67a9c57

Please sign in to comment.