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

Commit 3a4cbf88 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Fix build of tlv320dac33



The problem was introduced due to the obscure formatting some of the
older drivers use.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 8a713da8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1513,8 +1513,9 @@ static struct snd_soc_dai_driver dac33_dai = {
		.channels_min = 2,
		.channels_max = 2,
		.rates = DAC33_RATES,
		.formats = DAC33_FORMATS,},
		.formats = DAC33_FORMATS,
		.sig_bits = 24,
	},
	.ops = &dac33_dai_ops,
};