From c165a3ad90698fa1385117d1085fa58654191b1f Mon Sep 17 00:00:00 2001 From: Swaminathan Sathappan Date: Wed, 29 Feb 2012 12:44:31 -0800 Subject: [PATCH] apq8064: Rename sound card to represent codec type Each target can support different codec and new sound card has to be registered based on the codec and the target type. Change-Id: I414745462686077f2bc7469b2b7728d354aca43c Signed-off-by: Swaminathan Sathappan --- sound/soc/msm/apq8064.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/msm/apq8064.c b/sound/soc/msm/apq8064.c index ff50ba601f7..ae4e4038f7e 100644 --- a/sound/soc/msm/apq8064.c +++ b/sound/soc/msm/apq8064.c @@ -1278,7 +1278,7 @@ static struct snd_soc_dai_link msm_dai[] = { }; struct snd_soc_card snd_soc_card_msm = { - .name = "msm-snd-card", + .name = "apq8064-tabla-snd-card", .dai_link = msm_dai, .num_links = ARRAY_SIZE(msm_dai), };