[alsa-devel] [PATCH] ASoC: Set more meaningful name for SMDK64xx WM8580 audio
![](https://secure.gravatar.com/avatar/d28dfe03ea754ea1153719f4ced12649.jpg?s=120&d=mm&r=g)
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 --- sound/soc/s3c24xx/smdk64xx_wm8580.c | 2 +- 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), };
![](https://secure.gravatar.com/avatar/e75456e470b8672a32e02fc3c94a7776.jpg?s=120&d=mm&r=g)
On Mon, Sep 13, 2010 at 6:11 PM, Mark Brown broonie@opensource.wolfsonmicro.com wrote:
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
sound/soc/s3c24xx/smdk64xx_wm8580.c | 2 +- 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), };
Acked-by: Jassi Brar jassi.brar@samsung.com
![](https://secure.gravatar.com/avatar/dc35dbdbf546f7d25487df5e06ab6cb0.jpg?s=120&d=mm&r=g)
On Mon, 2010-09-13 at 10:11 +0100, Mark Brown wrote:
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: Liam Girdwood lrg@slimlogic.co.uk
participants (3)
-
Jassi Brar
-
Liam Girdwood
-
Mark Brown