aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8974.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8974.c')
-rw-r--r--sound/soc/codecs/wm8974.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c
index cb2c41201606..8c8fc60d6260 100644
--- a/sound/soc/codecs/wm8974.c
+++ b/sound/soc/codecs/wm8974.c
@@ -631,6 +631,7 @@ struct snd_soc_dai wm8974_dai = {
631 .rates = WM8974_RATES, 631 .rates = WM8974_RATES,
632 .formats = WM8974_FORMATS,}, 632 .formats = WM8974_FORMATS,},
633 .ops = &wm8974_ops, 633 .ops = &wm8974_ops,
634 .symmetric_rates = 1,
634}; 635};
635EXPORT_SYMBOL_GPL(wm8974_dai); 636EXPORT_SYMBOL_GPL(wm8974_dai);
636 637