summaryrefslogtreecommitdiff
path: root/sound/soc/mvf/mvf-sai.h
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2013-03-29 13:08:55 -0400
committerJustin Waters <justin.waters@timesys.com>2013-03-29 13:08:55 -0400
commit21ceb093d796e94500502eee94a8cd5fcc76f619 (patch)
tree8f3255c05b10b382a361e1eca47794b3485c2572 /sound/soc/mvf/mvf-sai.h
parentf962cbcefdfad22ffff41e19ad4c5ff58815c05c (diff)
parentfcbe1245c34fa407ff20d6afd2f975e8f961a17b (diff)
Merge branch '3.0-pcm052' of ssh://github.com/tsfs/Vybrid-Linux into 3.0-pcm0523.0-pcm052-ts2.1
Diffstat (limited to 'sound/soc/mvf/mvf-sai.h')
-rw-r--r--sound/soc/mvf/mvf-sai.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/mvf/mvf-sai.h b/sound/soc/mvf/mvf-sai.h
index 1406e28883a0..fbc108186158 100644
--- a/sound/soc/mvf/mvf-sai.h
+++ b/sound/soc/mvf/mvf-sai.h
@@ -21,7 +21,7 @@
#define SAI_TCR2 0x08
#define SAI_TCR2_SYNC (1 << 30)
-#define SAI_TCR2_MSEL_MASK (0xff << 26)
+#define SAI_TCR2_MSEL_MASK (0x3 << 26)
#define SAI_TCR2_MSEL_BUS (0 << 26)
#define SAI_TCR2_MSEL_MCLK1 (1 << 26)
#define SAI_TCR2_MSEL_MCLK2 (2 << 26)
@@ -73,7 +73,7 @@
#define SAI_RCR1 0x84
#define SAI_RCR2 0x88
-#define SAI_RCR2_MSEL_MASK (0xff << 26)
+#define SAI_RCR2_MSEL_MASK (0x3 << 26)
#define SAI_RCR2_MSEL_BUS (0 << 26)
#define SAI_RCR2_MSEL_MCLK1 (1 << 26)
#define SAI_RCR2_MSEL_MCLK2 (2 << 26)