mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
ASoC: spdif: Remove duplicate const
Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
2f6e3ba0e0
commit
fc60614865
@ -33,7 +33,7 @@ static const struct snd_soc_dapm_widget dit_widgets[] = {
|
||||
SND_SOC_DAPM_OUTPUT("spdif-out"),
|
||||
};
|
||||
|
||||
static const const struct snd_soc_dapm_route dit_routes[] = {
|
||||
static const struct snd_soc_dapm_route dit_routes[] = {
|
||||
{ "spdif-out", NULL, "Playback" },
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user