diff options
| author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-11-04 12:05:44 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-05 09:14:23 -0400 |
| commit | 6424dca23e6b5a2f7a19a69cf7c0990b11717b00 (patch) | |
| tree | ed453ae74e1940b80162f3ba4b21331b277c1d09 | |
| parent | bf974a0d77a318a733a47c18a47fa6ff8960c361 (diff) | |
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: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| -rw-r--r-- | sound/soc/imx/phycore-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/imx/phycore-ac97.c b/sound/soc/imx/phycore-ac97.c index cf46a17d6925..39f23734781a 100644 --- a/sound/soc/imx/phycore-ac97.c +++ b/sound/soc/imx/phycore-ac97.c | |||
| @@ -38,7 +38,7 @@ static struct snd_soc_dai_link imx_phycore_dai_ac97[] = { | |||
| 38 | }; | 38 | }; |
| 39 | 39 | ||
| 40 | static struct snd_soc_card imx_phycore = { | 40 | static struct snd_soc_card imx_phycore = { |
| 41 | .name = "PhyCORE-audio", | 41 | .name = "PhyCORE-ac97-audio", |
| 42 | .dai_link = imx_phycore_dai_ac97, | 42 | .dai_link = imx_phycore_dai_ac97, |
| 43 | .num_links = ARRAY_SIZE(imx_phycore_dai_ac97), | 43 | .num_links = ARRAY_SIZE(imx_phycore_dai_ac97), |
| 44 | }; | 44 | }; |
