projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26bf457
)
ASoC: sigmadsp: Remove the repeated declaration
author
Shaokun Zhang
<zhangshaokun@hisilicon.com>
Sat, 29 May 2021 09:14:50 +0000
(17:14 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 2 Jun 2021 11:03:28 +0000
(12:03 +0100)
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>
sound/soc/codecs/sigmadsp.h
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/sigmadsp.h
b/sound/soc/codecs/sigmadsp.h
index d63b8c366efba28fa97fb59e4eb0688083dfcae8..2783eff633a10272068278160ca1768d05587db7 100644
(file)
--- 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);