summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorKumar KM <kumar.km@stericsson.com>2011-12-02 15:32:00 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:05:02 +0200
commit4afe0b898707838bfa3c00e360a565e4ce1dd5ff (patch)
treee34d5293d1c76286ebc1bb555549edd16ec82e6f /sound
parentc2d774ce02cc58a1052bab54d859eb8d8f73ccf3 (diff)
ASoC: Ux500: Fix TX register shift value
This patch corrects the usage of register for transmitter shift value used for selecting mic type. ST-Ericsson Linux next: NA ST-Ericsson ID: WP363424 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I8ace390d92bd74845c906f065cb2ff8b1904fad8 Signed-off-by: Kumar KM <kumar.km@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/40781 Reviewed-by: QABUILD Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/ab5500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ab5500.h b/sound/soc/codecs/ab5500.h
index c410259d73a..bb37798b8c7 100644
--- a/sound/soc/codecs/ab5500.h
+++ b/sound/soc/codecs/ab5500.h
@@ -264,7 +264,7 @@
#define TX1 0x36
#define TX2 0x37
#define TXx_MUX_MASK 0x60
-#define TXx_MUX_SHIFT 6
+#define TXx_MUX_SHIFT 5
#define TXx_FS_MASK 0x10
#define TXx_FS_SHIFT 4
#define TXx_HP_FILTER_MASK 0x0C