From 5e9322c51ad527d3f6456f1eca2a52c2c9c3cc79 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Wed, 4 Nov 2009 21:47:54 +0100 Subject: neo1973_wm8753: Set card name to neo1973gta02 if its a gta02 --- sound/soc/s3c24xx/neo1973_wm8753.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index d3f87fb8a91..5cc1ef2c8fe 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c @@ -679,6 +679,10 @@ static int __init neo1973_init(void) return -ENODEV; } + if (machine_is_neo1973_gta02()) { + neo1973_snd_devdata.card->name = "neo1973gta02"; + } + /* register bluetooth DAI here */ ret = snd_soc_register_dai(&bt_dai); if (ret) -- cgit v1.2.3