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…
Reference in New Issue