|
@@ -7021,6 +7021,10 @@ static int msm_dai_q6_meta_mi2s_hw_params(struct snd_pcm_substream *substream,
|
|
|
port_cfg->bit_width = 24;
|
|
|
dai_data->bitwidth = 24;
|
|
|
break;
|
|
|
+ case SNDRV_PCM_FORMAT_S32_LE:
|
|
|
+ port_cfg->bit_width = 32;
|
|
|
+ dai_data->bitwidth = 32;
|
|
|
+ break;
|
|
|
default:
|
|
|
pr_err("%s: format %d\n",
|
|
|
__func__, params_format(params));
|