Commit c73adc74 authored by Eric Millbrandt's avatar Eric Millbrandt Committed by Mark Brown

ASoC: fsl/pcm030 add unique dai_link names

Assign each dai_link a unique name to avoid this run-time error.

[   18.978043] pcm030-audio-fabric sound.2:  wm9712-hifi <-> mpc5200-psc-ac97.0 mapping ok
[   19.003179] sysfs: cannot create duplicate filename '/devices/sound.2/AC97'
Signed-off-by: default avatarEric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 6f0c0580
...@@ -29,14 +29,14 @@ struct pcm030_audio_data { ...@@ -29,14 +29,14 @@ struct pcm030_audio_data {
static struct snd_soc_dai_link pcm030_fabric_dai[] = { static struct snd_soc_dai_link pcm030_fabric_dai[] = {
{ {
.name = "AC97", .name = "AC97.0",
.stream_name = "AC97 Analog", .stream_name = "AC97 Analog",
.codec_dai_name = "wm9712-hifi", .codec_dai_name = "wm9712-hifi",
.cpu_dai_name = "mpc5200-psc-ac97.0", .cpu_dai_name = "mpc5200-psc-ac97.0",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
}, },
{ {
.name = "AC97", .name = "AC97.1",
.stream_name = "AC97 IEC958", .stream_name = "AC97 IEC958",
.codec_dai_name = "wm9712-aux", .codec_dai_name = "wm9712-aux",
.cpu_dai_name = "mpc5200-psc-ac97.1", .cpu_dai_name = "mpc5200-psc-ac97.1",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment