aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/wm8903.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c
index 8cf571f1a803..c5391841d41f 100644
--- a/sound/soc/codecs/wm8903.c
+++ b/sound/soc/codecs/wm8903.c
@@ -1523,6 +1523,7 @@ struct snd_soc_dai wm8903_dai = {
1523 .formats = WM8903_FORMATS, 1523 .formats = WM8903_FORMATS,
1524 }, 1524 },
1525 .ops = &wm8903_dai_ops, 1525 .ops = &wm8903_dai_ops,
1526 .symmetric_rates = 1,
1526}; 1527};
1527EXPORT_SYMBOL_GPL(wm8903_dai); 1528EXPORT_SYMBOL_GPL(wm8903_dai);
1528 1529