diff --git a/[refs] b/[refs] index 95975736433e..a9513b8a05cb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a7930ed458afeacb029cee2b22f77b2a15472ad6 +refs/heads/master: eef28e10821fb671ba797a41e7cf44e3d244e32e diff --git a/trunk/include/sound/soc-dai.h b/trunk/include/sound/soc-dai.h index 3953cea0ecfb..4dbd3e78eb87 100644 --- a/trunk/include/sound/soc-dai.h +++ b/trunk/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.