diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-15 11:13:57 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 11:13:57 +0100 |
commit | 1052e144cc59b06fe7b104da2a0187c3ea431f76 (patch) | |
tree | b82a6ae3eb87354c839e6d5875a571e9946f21d1 /sound | |
parent | b87b26ae0eea5200172fae1c668c81daeda0da83 (diff) | |
parent | 5f17482a3244c07646279d16c0e5b8c0b2b76d0e (diff) | |
download | linux-1052e144cc59b06fe7b104da2a0187c3ea431f76.tar.bz2 |
Merge remote-tracking branch 'asoc/fix/wm8978' into asoc-linus
Diffstat (limited to 'sound')
-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) |