|
@@ -72,6 +72,8 @@ int snd_hwparams_to_dma_slave_config(const struct snd_pcm_substream *substream,
|
|
buswidth = DMA_SLAVE_BUSWIDTH_1_BYTE;
|
|
buswidth = DMA_SLAVE_BUSWIDTH_1_BYTE;
|
|
else if (bits == 16)
|
|
else if (bits == 16)
|
|
buswidth = DMA_SLAVE_BUSWIDTH_2_BYTES;
|
|
buswidth = DMA_SLAVE_BUSWIDTH_2_BYTES;
|
|
|
|
+ else if (bits == 24)
|
|
|
|
+ buswidth = DMA_SLAVE_BUSWIDTH_3_BYTES;
|
|
else if (bits <= 32)
|
|
else if (bits <= 32)
|
|
buswidth = DMA_SLAVE_BUSWIDTH_4_BYTES;
|
|
buswidth = DMA_SLAVE_BUSWIDTH_4_BYTES;
|
|
else
|
|
else
|