ASoC: wm5102: Correct supported channels on trace compressed DAI

The audio trace firmware on wm5102 only supports 4 channels correct
the DAI driver structure to reflect this.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Charles Keepax 2016-06-13 13:35:16 +01:00 коммит произвёл Mark Brown
Родитель d72fea6214
Коммит 19edeb30c5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1872,7 +1872,7 @@ static struct snd_soc_dai_driver wm5102_dai[] = {
.capture = {
.stream_name = "Audio Trace CPU",
.channels_min = 1,
.channels_max = 6,
.channels_max = 4,
.rates = WM5102_RATES,
.formats = WM5102_FORMATS,
},