|
@@ -258,7 +258,7 @@ static int omap_mcbsp_dai_hw_params(struct snd_pcm_substream *substream,
|
|
|
default:
|
|
|
return -EINVAL;
|
|
|
}
|
|
|
- if (cpu_is_omap34xx()) {
|
|
|
+ if (cpu_is_omap34xx() || cpu_is_omap44xx()) {
|
|
|
dma_data->set_threshold = omap_mcbsp_set_threshold;
|
|
|
/* TODO: Currently, MODE_ELEMENT == MODE_FRAME */
|
|
|
if (omap_mcbsp_get_dma_op_mode(bus_id) ==
|