Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: sigmadsp: Remove the repeated declaration

Function 'sigmadsp_reset' is declared twice, so remove the repeated
declaration.

Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link: https://lore.kernel.org/r/1622279690-3740-1-git-send-email-zhangshaokun@hisilicon.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Shaokun Zhang and committed by
Mark Brown
f34cd5eb 26bf457b

-1
-1
sound/soc/codecs/sigmadsp.h
··· 44 44 45 45 struct sigmadsp *devm_sigmadsp_init(struct device *dev, 46 46 const struct sigmadsp_ops *ops, const char *firmware_name); 47 - void sigmadsp_reset(struct sigmadsp *sigmadsp); 48 47 49 48 int sigmadsp_restrict_params(struct sigmadsp *sigmadsp, 50 49 struct snd_pcm_substream *substream);