From e0a599c4ed3464d17f14e7bf9d7c9575dbb844bd Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 22 Sep 2010 19:44:13 +0100 Subject: [PATCH] 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 --- sound/soc/s3c24xx/smdk_wm9713.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c index 8619a9abd7d95..78a4a30bad9e7 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, }; -- 2.39.5