From: Mark Brown Date: Mon, 13 Sep 2010 09:11:14 +0000 (+0100) Subject: ASoC: Set more meaningful name for SMDK64xx WM8580 audio X-Git-Tag: firefly_0821_release~3680^2~2691^2~1226^2~429 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=28927011e46844aa966971c644d821f9aab2e9f9;p=firefly-linux-kernel-4.4.55.git ASoC: Set more meaningful name for SMDK64xx WM8580 audio 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 Acked-by: Jassi Brar Acked-by: Liam Girdwood --- diff --git a/sound/soc/s3c24xx/smdk64xx_wm8580.c b/sound/soc/s3c24xx/smdk64xx_wm8580.c index 91367f7bfec3..052e499b68d1 100644 --- a/sound/soc/s3c24xx/smdk64xx_wm8580.c +++ b/sound/soc/s3c24xx/smdk64xx_wm8580.c @@ -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), };