|
@@ -694,10 +694,10 @@ static int sun4i_i2s_probe(struct platform_device *pdev)
|
|
}
|
|
}
|
|
|
|
|
|
i2s->playback_dma_data.addr = res->start + SUN4I_I2S_FIFO_TX_REG;
|
|
i2s->playback_dma_data.addr = res->start + SUN4I_I2S_FIFO_TX_REG;
|
|
- i2s->playback_dma_data.maxburst = 4;
|
|
|
|
|
|
+ i2s->playback_dma_data.maxburst = 8;
|
|
|
|
|
|
i2s->capture_dma_data.addr = res->start + SUN4I_I2S_FIFO_RX_REG;
|
|
i2s->capture_dma_data.addr = res->start + SUN4I_I2S_FIFO_RX_REG;
|
|
- i2s->capture_dma_data.maxburst = 4;
|
|
|
|
|
|
+ i2s->capture_dma_data.maxburst = 8;
|
|
|
|
|
|
pm_runtime_enable(&pdev->dev);
|
|
pm_runtime_enable(&pdev->dev);
|
|
if (!pm_runtime_enabled(&pdev->dev)) {
|
|
if (!pm_runtime_enabled(&pdev->dev)) {
|