diff options
-rw-r--r-- | sound/soc/codecs/wm8997.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8997.c b/sound/soc/codecs/wm8997.c index bb9b47b956aa..ab33fe596519 100644 --- a/sound/soc/codecs/wm8997.c +++ b/sound/soc/codecs/wm8997.c | |||
@@ -967,6 +967,7 @@ static struct snd_soc_dai_driver wm8997_dai[] = { | |||
967 | }, | 967 | }, |
968 | .ops = &arizona_dai_ops, | 968 | .ops = &arizona_dai_ops, |
969 | .symmetric_rates = 1, | 969 | .symmetric_rates = 1, |
970 | .symmetric_samplebits = 1, | ||
970 | }, | 971 | }, |
971 | { | 972 | { |
972 | .name = "wm8997-aif2", | 973 | .name = "wm8997-aif2", |
@@ -988,6 +989,7 @@ static struct snd_soc_dai_driver wm8997_dai[] = { | |||
988 | }, | 989 | }, |
989 | .ops = &arizona_dai_ops, | 990 | .ops = &arizona_dai_ops, |
990 | .symmetric_rates = 1, | 991 | .symmetric_rates = 1, |
992 | .symmetric_samplebits = 1, | ||
991 | }, | 993 | }, |
992 | { | 994 | { |
993 | .name = "wm8997-slim1", | 995 | .name = "wm8997-slim1", |