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

Commit 5332e1d2 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: pcm1792a: Remove empty capture DAI stub



These intialisations are just what will be done for static data anyway so
remove them.

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 55af2d23
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -162,10 +162,6 @@ static struct snd_soc_dai_driver pcm1792a_dai = {
		.channels_max = 2,
		.rates = PCM1792A_RATES,
		.formats = PCM1792A_FORMATS, },
	.capture = {
		.channels_min = 0,
		.channels_max = 0,
	},
	.ops = &pcm1792a_dai_ops,
};