projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
871a05a
)
ASoC: sdp4430 - add sdp4430 pcm ops to DAI.
author
Liam Girdwood
<lrg@slimlogic.co.uk>
Wed, 19 May 2010 13:14:51 +0000
(14:14 +0100)
committer
Liam Girdwood
<lrg@slimlogic.co.uk>
Wed, 19 May 2010 13:14:51 +0000
(14:14 +0100)
Fix build warning about unused ops and add ops
to the sdp4430 DAI link.
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/omap/sdp4430.c
patch
|
blob
|
history
diff --git
a/sound/soc/omap/sdp4430.c
b/sound/soc/omap/sdp4430.c
index
3a0c198
..
4ebbde6
100644
(file)
--- a/
sound/soc/omap/sdp4430.c
+++ b/
sound/soc/omap/sdp4430.c
@@
-167,6
+167,7
@@
static struct snd_soc_dai_link sdp4430_dai = {
.cpu_dai = &omap_mcpdm_dai,
.codec_dai = &twl6040_dai,
.init = sdp4430_twl6040_init,
+ .ops = &sdp4430_ops,
};
/* Audio machine driver */