dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Mark Brown 2010-09-22 19:44:13 +01:00
parent 266edab35d
commit 9fab963503
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};