summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ak4619.c
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2024-06-28 07:24:06 +0200
committerMark Brown <broonie@kernel.org>2024-06-28 14:39:30 +0200
commit061505a1a61169bd25dd908f95ba22f33dffdd69 (patch)
tree89203546ff068e8310e662a01c7a48f719ded3c6 /sound/soc/codecs/ak4619.c
parentASoC: soc-utils: allow sample rate up to 768kHz for the dummy dai (diff)
downloadlinux-061505a1a61169bd25dd908f95ba22f33dffdd69.tar.xz
linux-061505a1a61169bd25dd908f95ba22f33dffdd69.zip
ASoC: Remove unneeded semicolon
./sound/soc/codecs/ak4619.c:757:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9442 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://patch.msgid.link/20240628052406.36644-1-yang.lee@linux.alibaba.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ak4619.c')
-rw-r--r--sound/soc/codecs/ak4619.c2
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;