[alsa-devel] [PATCH 2/2] ASoC: Staticise sst_platform_dai
Axel Lin
axel.lin at gmail.com
Tue Sep 27 04:38:50 CEST 2011
It is not used outside this driver so no need to make the symbol global.
Signed-off-by: Axel Lin <axel.lin at gmail.com>
---
sound/soc/mid-x86/sst_platform.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/mid-x86/sst_platform.c b/sound/soc/mid-x86/sst_platform.c
index 9925d20..7df8c58 100644
--- a/sound/soc/mid-x86/sst_platform.c
+++ b/sound/soc/mid-x86/sst_platform.c
@@ -63,7 +63,7 @@ static struct snd_pcm_hardware sst_platform_pcm_hw = {
};
/* MFLD - MSIC */
-struct snd_soc_dai_driver sst_platform_dai[] = {
+static struct snd_soc_dai_driver sst_platform_dai[] = {
{
.name = "Headset-cpu-dai",
.id = 0,
--
1.7.4.1
More information about the Alsa-devel
mailing list