]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ASoC: Set more meaningful name for SMDK64xx WM8580 audio
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Sep 2010 09:11:14 +0000 (10:11 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 Sep 2010 07:49:41 +0000 (08:49 +0100)
Since the SMDK64xx boards have two audio subsystems using the board
name as the card name by itself isn't so user friendly as it might
be.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/s3c24xx/smdk64xx_wm8580.c

index 91367f7bfec32873a0e967e17cf6b9ac7cdeed78..052e499b68d161c614133bc596bc62b9afa31b2b 100644 (file)
@@ -242,7 +242,7 @@ static struct snd_soc_dai_link smdk64xx_dai[] = {
 };
 
 static struct snd_soc_card smdk64xx = {
-       .name = "smdk64xx",
+       .name = "SMDK64xx 5.1",
        .dai_link = smdk64xx_dai,
        .num_links = ARRAY_SIZE(smdk64xx_dai),
 };