diff options
Diffstat (limited to 'sound/soc/omap/omap-mcpdm.c')
-rw-r--r-- | sound/soc/omap/omap-mcpdm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index 0e25df4fa9e5..39705561131a 100644 --- a/sound/soc/omap/omap-mcpdm.c +++ b/sound/soc/omap/omap-mcpdm.c | |||
@@ -419,12 +419,14 @@ static struct snd_soc_dai_driver omap_mcpdm_dai = { | |||
419 | .channels_max = 5, | 419 | .channels_max = 5, |
420 | .rates = OMAP_MCPDM_RATES, | 420 | .rates = OMAP_MCPDM_RATES, |
421 | .formats = OMAP_MCPDM_FORMATS, | 421 | .formats = OMAP_MCPDM_FORMATS, |
422 | .sig_bits = 24, | ||
422 | }, | 423 | }, |
423 | .capture = { | 424 | .capture = { |
424 | .channels_min = 1, | 425 | .channels_min = 1, |
425 | .channels_max = 3, | 426 | .channels_max = 3, |
426 | .rates = OMAP_MCPDM_RATES, | 427 | .rates = OMAP_MCPDM_RATES, |
427 | .formats = OMAP_MCPDM_FORMATS, | 428 | .formats = OMAP_MCPDM_FORMATS, |
429 | .sig_bits = 24, | ||
428 | }, | 430 | }, |
429 | .ops = &omap_mcpdm_dai_ops, | 431 | .ops = &omap_mcpdm_dai_ops, |
430 | }; | 432 | }; |