File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -501,14 +501,14 @@ static struct snd_soc_dai_driver sst_platform_dai[] = {
501501 .channels_min = SST_STEREO ,
502502 .channels_max = SST_STEREO ,
503503 .rates = SNDRV_PCM_RATE_44100 |SNDRV_PCM_RATE_48000 ,
504- .formats = SNDRV_PCM_FMTBIT_S16_LE ,
504+ .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE ,
505505 },
506506 .capture = {
507507 .stream_name = "Headset Capture" ,
508508 .channels_min = 1 ,
509509 .channels_max = 2 ,
510510 .rates = SNDRV_PCM_RATE_44100 |SNDRV_PCM_RATE_48000 ,
511- .formats = SNDRV_PCM_FMTBIT_S16_LE ,
511+ .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE ,
512512 },
513513},
514514{
@@ -519,7 +519,7 @@ static struct snd_soc_dai_driver sst_platform_dai[] = {
519519 .channels_min = SST_STEREO ,
520520 .channels_max = SST_STEREO ,
521521 .rates = SNDRV_PCM_RATE_44100 |SNDRV_PCM_RATE_48000 ,
522- .formats = SNDRV_PCM_FMTBIT_S16_LE ,
522+ .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE ,
523523 },
524524},
525525{
You can’t perform that action at this time.
0 commit comments