diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 12:06:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 12:06:38 +0100 |
commit | 556d8b55d083ad487067680feaf179664172bd4e (patch) | |
tree | 36005d676bd1b7aeb4f3ff7dcda3f22bde051161 /include/sound/soc-dai.h | |
parent | Merge remote-tracking branch 'asoc/topic/mxs' into asoc-next (diff) | |
parent | ASoC: clock gating is decided by bool on snd_soc_of_parse_daifmt() (diff) | |
download | linux-556d8b55d083ad487067680feaf179664172bd4e.tar.xz linux-556d8b55d083ad487067680feaf179664172bd4e.zip |
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.h | 2 |
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. |