diff options
-rw-r--r-- | sound/soc/codecs/wm8510.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index c8b8dba85890..261d4cb75964 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c | |||
@@ -577,6 +577,7 @@ struct snd_soc_dai wm8510_dai = { | |||
577 | .rates = WM8510_RATES, | 577 | .rates = WM8510_RATES, |
578 | .formats = WM8510_FORMATS,}, | 578 | .formats = WM8510_FORMATS,}, |
579 | .ops = &wm8510_dai_ops, | 579 | .ops = &wm8510_dai_ops, |
580 | .symmetric_rates = 1, | ||
580 | }; | 581 | }; |
581 | EXPORT_SYMBOL_GPL(wm8510_dai); | 582 | EXPORT_SYMBOL_GPL(wm8510_dai); |
582 | 583 | ||