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

Commit a8462bde authored by Dan Carpenter's avatar Dan Carpenter Committed by Mark Brown
Browse files

ASoC: wm8994: playback => capture



Sparse caught that initialize "playback" two times instead of
initializing "capture".

Signed-off-by: default avatarDan Carpenter <error27@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 3cc4e53f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3401,7 +3401,7 @@ struct snd_soc_dai wm8994_dai[] = {
			.rates = WM8994_RATES,
			.formats = WM8994_FORMATS,
		},
		.playback = {
		.capture = {
			.stream_name = "AIF3 Capture",
			.channels_min = 2,
			.channels_max = 2,