Skip to content

Commit

Permalink
ASoC: sdp4430 - add sdp4430 pcm ops to DAI.
Browse files Browse the repository at this point in the history
Fix build warning about unused ops and add ops
to the sdp4430 DAI link.

Signed-off-by: Liam Girdwood <[email protected]>
  • Loading branch information
Liam Girdwood committed May 19, 2010
1 parent 871a05a commit d8b55d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/omap/sdp4430.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d8b55d2

Please sign in to comment.