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:
3342b96
)
ASoC: fsl - fix build error in pcm030-audio-fabric.c
author
Liam Girdwood
<
[email protected]
>
Tue, 26 Oct 2010 19:07:43 +0000
(20:07 +0100)
committer
Takashi Iwai
<
[email protected]
>
Tue, 26 Oct 2010 19:28:56 +0000
(21:28 +0200)
Fix build error:-
sound/soc/fsl/pcm030-audio-fabric.c:27:33: fatal error:
sound/soc-of-simple.h: No such file or directory
Signed-off-by: Liam Girdwood <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/soc/fsl/pcm030-audio-fabric.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/pcm030-audio-fabric.c
b/sound/soc/fsl/pcm030-audio-fabric.c
index fe15bb26e48474e6f9aacb15961d62b59cea704d..25f27ec1dd6e4bba2590b869745d575c1d5b3545 100644
(file)
--- a/
sound/soc/fsl/pcm030-audio-fabric.c
+++ b/
sound/soc/fsl/pcm030-audio-fabric.c
@@
-24,7
+24,6
@@
#include <sound/pcm_params.h>
#include <sound/initval.h>
#include <sound/soc.h>
-#include <sound/soc-of-simple.h>
#include "mpc5200_dma.h"
#include "mpc5200_psc_ac97.h"
@@
-49,7
+48,7
@@
static struct snd_soc_dai_link pcm030_fabric_dai[] = {
.codec_dai_name = "wm9712-aux",
.cpu_dai_name = "mpc5200-psc-ac97.1",
.platform_name = "mpc5200-pcm-audio",
- .
.
codec_name = "wm9712-codec",
+ .codec_name = "wm9712-codec",
},
};