ASoC: Staticise sst_platform_dai

It is not used outside this driver so no need to make the symbol global.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Axel Lin
2011-09-27 10:38:50 +08:00
committed by Mark Brown
parent fe0cc75193
commit d1b73287c2

View File

@ -63,7 +63,7 @@ static struct snd_pcm_hardware sst_platform_pcm_hw = {
}; };
/* MFLD - MSIC */ /* MFLD - MSIC */
struct snd_soc_dai_driver sst_platform_dai[] = { static struct snd_soc_dai_driver sst_platform_dai[] = {
{ {
.name = "Headset-cpu-dai", .name = "Headset-cpu-dai",
.id = 0, .id = 0,