aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-07-15 11:13:57 +0100
committerMark Brown <broonie@linaro.org>2013-07-15 11:13:57 +0100
commit1052e144cc59b06fe7b104da2a0187c3ea431f76 (patch)
treeb82a6ae3eb87354c839e6d5875a571e9946f21d1 /sound/soc/codecs
parentMerge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus (diff)
parentASoC: wm8978: enable symmetric rates (diff)
downloadlinux-dev-1052e144cc59b06fe7b104da2a0187c3ea431f76.tar.xz
linux-dev-1052e144cc59b06fe7b104da2a0187c3ea431f76.zip
Merge remote-tracking branch 'asoc/fix/wm8978' into asoc-linus
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/wm8978.c1
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)