diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-15 12:13:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 12:13:57 +0200 |
commit | 1052e144cc59b06fe7b104da2a0187c3ea431f76 (patch) | |
tree | b82a6ae3eb87354c839e6d5875a571e9946f21d1 /sound/soc | |
parent | Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus (diff) | |
parent | ASoC: wm8978: enable symmetric rates (diff) | |
download | linux-1052e144cc59b06fe7b104da2a0187c3ea431f76.tar.xz linux-1052e144cc59b06fe7b104da2a0187c3ea431f76.zip |
Merge remote-tracking branch 'asoc/fix/wm8978' into asoc-linus
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/wm8978.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8978.c b/sound/soc/codecs/wm8978.c index 029f31c8e703..d8fc531c0e59 100644 --- a/sound/soc/codecs/wm8978.c +++ b/sound/soc/codecs/wm8978.c @@ -921,6 +921,7 @@ static struct snd_soc_dai_driver wm8978_dai = { .formats = WM8978_FORMATS, }, .ops = &wm8978_dai_ops, + .symmetric_rates = 1, }; static int wm8978_suspend(struct snd_soc_codec *codec) |