projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4891a
)
ASoC: Staticise ep93xx_ac97_dai
author
Axel Lin
<axel.lin@gmail.com>
Mon, 3 Oct 2011 03:33:05 +0000
(11:33 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 3 Oct 2011 13:15:32 +0000
(14:15 +0100)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mika Westerberg <mika.westerberg@iki.fi>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/ep93xx/ep93xx-ac97.c
patch
|
blob
|
history
diff --git
a/sound/soc/ep93xx/ep93xx-ac97.c
b/sound/soc/ep93xx/ep93xx-ac97.c
index
c7417c7
..
3cd6158
100644
(file)
--- a/
sound/soc/ep93xx/ep93xx-ac97.c
+++ b/
sound/soc/ep93xx/ep93xx-ac97.c
@@
-335,7
+335,7
@@
static struct snd_soc_dai_ops ep93xx_ac97_dai_ops = {
.trigger = ep93xx_ac97_trigger,
};
-struct snd_soc_dai_driver ep93xx_ac97_dai = {
+st
atic st
ruct snd_soc_dai_driver ep93xx_ac97_dai = {
.name = "ep93xx-ac97",
.id = 0,
.ac97_control = 1,