]> Pileus Git - ~andy/linux/blobdiff - include/sound/soc-dai.h
Merge branch 'for-upstream' of git://openrisc.net/jonas/linux
[~andy/linux] / include / sound / soc-dai.h
index e30a00c141966a80ab8a67b167a33598ba53d4bd..3d84808952b9146ad9e6b479ddb44eb228fa3f2f 100644 (file)
@@ -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.