summaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dai.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:38 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:38 +0000
commit556d8b55d083ad487067680feaf179664172bd4e (patch)
tree36005d676bd1b7aeb4f3ff7dcda3f22bde051161 /include/sound/soc-dai.h
parentf0f3214e8be1068121ba829fcd8c1c22b5bd6975 (diff)
parent8c2d6a9f9cfa59acfa63ee88e70d58f0ba3eaf21 (diff)
downloadlinux-556d8b55d083ad487067680feaf179664172bd4e.tar.gz
linux-556d8b55d083ad487067680feaf179664172bd4e.tar.xz
Merge remote-tracking branch 'asoc/topic/of' into asoc-next
Diffstat (limited to 'include/sound/soc-dai.h')
-rw-r--r--include/sound/soc-dai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index e30a00c14196..3d84808952b9 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -45,7 +45,7 @@ struct snd_compr_stream;
* sending or receiving PCM data in a frame. This can be used to save power.
*/
#define SND_SOC_DAIFMT_CONT (1 << 4) /* continuous clock */
-#define SND_SOC_DAIFMT_GATED (2 << 4) /* clock is gated */
+#define SND_SOC_DAIFMT_GATED (0 << 4) /* clock is gated */
/*
* DAI hardware signal inversions.