Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
};