diff options
Diffstat (limited to 'sound/soc/codecs')
| -rw-r--r-- | sound/soc/codecs/dmic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/dmic.c b/sound/soc/codecs/dmic.c index 66967ba6f75..12f74fb3de7 100644 --- a/sound/soc/codecs/dmic.c +++ b/sound/soc/codecs/dmic.c @@ -32,11 +32,12 @@ static struct snd_soc_dai_driver dmic_dai = { .capture = { .stream_name = "Capture", .channels_min = 1, - .channels_max = 8, + .channels_max = 2, .rates = SNDRV_PCM_RATE_CONTINUOUS, .formats = SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S16_LE, + .sig_bits = 24 }, }; |