Skip to content

Commit

Permalink
ASoC: Clarify naming for SMDK WM9713 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Sep 24, 2010
1 parent 266edab commit 9fab963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/smdk_wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 9fab963

Please sign in to comment.