Merge remote-tracking branch 'asoc/fix/wm8978' into asoc-linus

This commit is contained in:
Mark Brown 2013-07-15 11:13:57 +01:00
commit 1052e144cc

View file

@ -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)