diff options
-rw-r--r-- | sound/soc/codecs/ak4619.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4619.c b/sound/soc/codecs/ak4619.c index cbe27abe1f50..8f2442482f72 100644 --- a/sound/soc/codecs/ak4619.c +++ b/sound/soc/codecs/ak4619.c @@ -754,7 +754,7 @@ static void ak4619_hw_constraints(struct ak4619_priv *ak4619, default: break; } - }; + } constraint->list = ak4619_sr; constraint->mask = ak4619_rate_mask; |