mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ASoC: codec: dummy-codec: change channels_max to 384
Change-Id: I4b7fd55fc01f2c65f1cd5c8c60238957b759566b Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -28,7 +28,7 @@ struct snd_soc_dai_driver dummy_dai = {
|
||||
.playback = {
|
||||
.stream_name = "Dummy Playback",
|
||||
.channels_min = 2,
|
||||
.channels_max = 8,
|
||||
.channels_max = 384,
|
||||
.rates = SNDRV_PCM_RATE_8000_192000,
|
||||
.formats = (SNDRV_PCM_FMTBIT_S16_LE |
|
||||
SNDRV_PCM_FMTBIT_S20_3LE |
|
||||
@@ -38,7 +38,7 @@ struct snd_soc_dai_driver dummy_dai = {
|
||||
.capture = {
|
||||
.stream_name = "Dummy Capture",
|
||||
.channels_min = 2,
|
||||
.channels_max = 8,
|
||||
.channels_max = 384,
|
||||
.rates = SNDRV_PCM_RATE_8000_192000,
|
||||
.formats = (SNDRV_PCM_FMTBIT_S16_LE |
|
||||
SNDRV_PCM_FMTBIT_S20_3LE |
|
||||
|
||||
Reference in New Issue
Block a user