diff options
author | Shaokun Zhang <zhangshaokun@hisilicon.com> | 2021-05-29 11:14:50 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-02 13:03:28 +0200 |
commit | f34cd5eb2c57c93bdd7659522da9f7f97e863a0d (patch) | |
tree | 5039861f46b1f802d40b28eab9dc1f53c0b5dae3 /sound/soc/codecs/sigmadsp.h | |
parent | Merge series "ASoC: Constify snd_compress_ops" from Rikard Falkeborn <rikard.... (diff) | |
download | linux-f34cd5eb2c57c93bdd7659522da9f7f97e863a0d.tar.xz linux-f34cd5eb2c57c93bdd7659522da9f7f97e863a0d.zip |
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>
Diffstat (limited to 'sound/soc/codecs/sigmadsp.h')
-rw-r--r-- | sound/soc/codecs/sigmadsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/sigmadsp.h b/sound/soc/codecs/sigmadsp.h index d63b8c366efb..2783eff633a1 100644 --- a/sound/soc/codecs/sigmadsp.h +++ b/sound/soc/codecs/sigmadsp.h @@ -44,7 +44,6 @@ struct sigmadsp { struct sigmadsp *devm_sigmadsp_init(struct device *dev, const struct sigmadsp_ops *ops, const char *firmware_name); -void sigmadsp_reset(struct sigmadsp *sigmadsp); int sigmadsp_restrict_params(struct sigmadsp *sigmadsp, struct snd_pcm_substream *substream); |