Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6424dca2 authored by Sascha Hauer's avatar Sascha Hauer Committed by Mark Brown
Browse files

phycore-ac97: add ac97 to cardname



We have different codecs on the pcm038 (ac97 wm9712 and mc13783).
To make alsactl restore work correctly these should have different
names.

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent bf974a0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ static struct snd_soc_dai_link imx_phycore_dai_ac97[] = {
};

static struct snd_soc_card imx_phycore = {
	.name		= "PhyCORE-audio",
	.name		= "PhyCORE-ac97-audio",
	.dai_link	= imx_phycore_dai_ac97,
	.num_links	= ARRAY_SIZE(imx_phycore_dai_ac97),
};