Skip to content

Commit

Permalink
phycore-ac97: add ac97 to cardname
Browse files Browse the repository at this point in the history
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: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Sascha Hauer authored and Mark Brown committed Nov 5, 2010
1 parent bf974a0 commit 6424dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/imx/phycore-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
};
Expand Down

0 comments on commit 6424dca

Please sign in to comment.