aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8731.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8731.c')
-rw-r--r--sound/soc/codecs/wm8731.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c
index de43263a6fa..15600285207 100644
--- a/sound/soc/codecs/wm8731.c
+++ b/sound/soc/codecs/wm8731.c
@@ -464,6 +464,7 @@ struct snd_soc_dai wm8731_dai = {
464 .rates = WM8731_RATES, 464 .rates = WM8731_RATES,
465 .formats = WM8731_FORMATS,}, 465 .formats = WM8731_FORMATS,},
466 .ops = &wm8731_dai_ops, 466 .ops = &wm8731_dai_ops,
467 .symmetric_rates = 1,
467}; 468};
468EXPORT_SYMBOL_GPL(wm8731_dai); 469EXPORT_SYMBOL_GPL(wm8731_dai);
469 470