From: Mark Brown Date: Wed, 22 Sep 2010 18:44:13 +0000 (+0100) Subject: ASoC: Clarify naming for SMDK WM9713 driver X-Git-Tag: v3.0~832^2~32^2~517 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fab9635033a175c6583bd4ec702a200940c5a56;p=platform%2Fkernel%2Flinux-amlogic.git ASoC: Clarify naming for SMDK WM9713 driver At least some of the systems using this device have multiple audio subsystems so provide some guidance to userspace about which one this is. Signed-off-by: Mark Brown Acked-by: Jassi Brar Acked-by: Liam Girdwood --- diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c index 8619a9a..78a4a30 100644 --- a/sound/soc/s3c24xx/smdk_wm9713.c +++ b/sound/soc/s3c24xx/smdk_wm9713.c @@ -52,7 +52,7 @@ static struct snd_soc_dai_link smdk_dai = { }; static struct snd_soc_card smdk = { - .name = "SMDK", + .name = "SMDK WM9713", .dai_link = &smdk_dai, .num_links = 1, };