Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8b55d2c authored by Liam Girdwood's avatar Liam Girdwood
Browse files

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: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 871a05a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -167,6 +167,7 @@ static struct snd_soc_dai_link sdp4430_dai = {
	.cpu_dai = &omap_mcpdm_dai,
	.cpu_dai = &omap_mcpdm_dai,
	.codec_dai = &twl6040_dai,
	.codec_dai = &twl6040_dai,
	.init = sdp4430_twl6040_init,
	.init = sdp4430_twl6040_init,
	.ops = &sdp4430_ops,
};
};


/* Audio machine driver */
/* Audio machine driver */