projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0cc75
)
ASoC: Staticise sst_platform_dai
author
Axel Lin
<axel.lin@gmail.com>
Tue, 27 Sep 2011 02:38:50 +0000
(10:38 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 27 Sep 2011 10:21:40 +0000
(11:21 +0100)
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>
sound/soc/mid-x86/sst_platform.c
patch
|
blob
|
history
diff --git
a/sound/soc/mid-x86/sst_platform.c
b/sound/soc/mid-x86/sst_platform.c
index 9925d20ab0a3dc441c99a5201329123108ea4812..7df8c58ba50ae3ae0015e3f7cb915049a71cfb5c 100644
(file)
--- 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[] = {
+st
atic st
ruct snd_soc_dai_driver sst_platform_dai[] = {
{
.name = "Headset-cpu-dai",
.id = 0,