aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/s3c24xx/smdk_wm9713.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smdk_wm9713.c b/sound/soc/s3c24xx/smdk_wm9713.c
index 8619a9abd7d9..78a4a30bad9e 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 = {
52}; 52};
53 53
54static struct snd_soc_card smdk = { 54static struct snd_soc_card smdk = {
55 .name = "SMDK", 55 .name = "SMDK WM9713",
56 .dai_link = &smdk_dai, 56 .dai_link = &smdk_dai,
57 .num_links = 1, 57 .num_links = 1,
58}; 58};