summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_pcm.c b/sound/soc/tegra/tegra_pcm.c
index b531841cbc7c..8ee01173d6c0 100644
--- a/sound/soc/tegra/tegra_pcm.c
+++ b/sound/soc/tegra/tegra_pcm.c
@@ -233,7 +233,7 @@ static int tegra_pcm_open(struct snd_pcm_substream *substream)
}
prtd->dma_chan = tegra_dma_allocate_channel(
- TEGRA_DMA_MODE_CONTINUOUS_DOUBLE, "pcm");
+ TEGRA_DMA_MODE_CONTINUOUS_SINGLE, "pcm");
if (prtd->dma_chan == NULL) {
pr_err("%s: could not allocate DMA channel for PCM:\n",
__func__);