summaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-13 09:11:14 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-09-14 07:49:41 (GMT)
commit28927011e46844aa966971c644d821f9aab2e9f9 (patch)
tree18e354558b4cc0057ab3579ca16d766480cd425b /sound/soc/s3c24xx
parent1c7fc7e547ed68e3f5eb1b056e4cf10b316335d6 (diff)
downloadlinux-fsl-qoriq-28927011e46844aa966971c644d821f9aab2e9f9.tar.xz
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 <broonie@opensource.wolfsonmicro.com> Acked-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/smdk64xx_wm8580.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smdk64xx_wm8580.c b/sound/soc/s3c24xx/smdk64xx_wm8580.c
index 91367f7..052e499 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),
};