Commit 9fab9635 authored by Mark Brown's avatar Mark Brown

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarJassi Brar <jassi.brar@samsung.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 266edab3
...@@ -52,7 +52,7 @@ static struct snd_soc_dai_link smdk_dai = { ...@@ -52,7 +52,7 @@ static struct snd_soc_dai_link smdk_dai = {
}; };
static struct snd_soc_card smdk = { static struct snd_soc_card smdk = {
.name = "SMDK", .name = "SMDK WM9713",
.dai_link = &smdk_dai, .dai_link = &smdk_dai,
.num_links = 1, .num_links = 1,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment