diff options
author | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-05-19 09:14:51 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-05-19 09:14:51 -0400 |
commit | d8b55d2cd00df4d599985440fd75b38d153bffcb (patch) | |
tree | d8bb55b5a849dd7ec15b5cb44105a530d4b52bba /sound/soc | |
parent | 871a05a78b4879d768bc2fde4b75439f517e2839 (diff) |
ASoC: sdp4430 - add sdp4430 pcm ops to DAI.
Fix build warning about unused ops and add ops
to the sdp4430 DAI link.
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/omap/sdp4430.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c index 3a0c19866121..4ebbde6b565f 100644 --- a/sound/soc/omap/sdp4430.c +++ b/sound/soc/omap/sdp4430.c | |||
@@ -167,6 +167,7 @@ static struct snd_soc_dai_link sdp4430_dai = { | |||
167 | .cpu_dai = &omap_mcpdm_dai, | 167 | .cpu_dai = &omap_mcpdm_dai, |
168 | .codec_dai = &twl6040_dai, | 168 | .codec_dai = &twl6040_dai, |
169 | .init = sdp4430_twl6040_init, | 169 | .init = sdp4430_twl6040_init, |
170 | .ops = &sdp4430_ops, | ||
170 | }; | 171 | }; |
171 | 172 | ||
172 | /* Audio machine driver */ | 173 | /* Audio machine driver */ |