mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ASoC: rockchip: rk817-codec: change channels_max to 8
Change-Id: If6b91244e0c7d028ba3f2af5c2f76382913d9ffa Signed-off-by: Binyuan Lan <lby@rock-chips.com>
This commit is contained in:
@@ -843,7 +843,7 @@ static struct snd_soc_dai_driver rk817_dai[] = {
|
||||
.capture = {
|
||||
.stream_name = "HiFi Capture",
|
||||
.channels_min = 2,
|
||||
.channels_max = 2,
|
||||
.channels_max = 8,
|
||||
.rates = RK817_CAPTURE_RATES,
|
||||
.formats = RK817_FORMATS,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user