forked from Minki/linux
ASoC: wm8994: playback => capture
Sparse caught that initialize "playback" two times instead of initializing "capture". Signed-off-by: Dan Carpenter <error27@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
3cc4e53f86
commit
a8462bde78
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user