diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-11-04 21:47:54 +0100 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-11-04 21:47:54 +0100 |
commit | 5e9322c51ad527d3f6456f1eca2a52c2c9c3cc79 (patch) | |
tree | b7a52252d601cf68a559d242d52ef0178b329481 | |
parent | 58475199e7a40febf2563533fc424c9b0cff4fac (diff) |
neo1973_wm8753: Set card name to neo1973gta02 if its a gta02
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) |