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

Commit 5c75848a authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Staticise CS4270 DAI



It's not needed with multi-component.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Acked-by: default avatarTimur Tabi <timur@freescale.com>
parent 4c14d78e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -518,7 +518,7 @@ static struct snd_soc_dai_ops cs4270_dai_ops = {
	.digital_mute	= cs4270_dai_mute,
};

struct snd_soc_dai_driver cs4270_dai = {
static struct snd_soc_dai_driver cs4270_dai = {
	.name = "cs4270-hifi",
	.playback = {
		.stream_name = "Playback",