diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-22 14:44:13 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-24 05:39:41 -0400 |
commit | 9fab9635033a175c6583bd4ec702a200940c5a56 (patch) | |
tree | 7aba982907379a78b073b88c664715ddaeb31a94 | |
parent | 266edab35d77d836f56813a673e77cd608a24840 (diff) |
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 <broonie@opensource.wolfsonmicro.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-rw-r--r-- | sound/soc/s3c24xx/smdk_wm9713.c | 2 |
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 | ||
54 | static struct snd_soc_card smdk = { | 54 | static 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 | }; |