projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994adf5
)
Revert "MLK-16224-3: ASoC: imx-pcm-dma-v2: fifo_num is used by dma slave config"
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Thu, 25 Mar 2021 02:58:58 +0000
(10:58 +0800)
committer
Shengjiu Wang
<shengjiu.wang@nxp.com>
Wed, 21 Apr 2021 08:00:08 +0000
(16:00 +0800)
This reverts commit
a28e7b0e8505b0d235f266e6fc0b35168de14cf4
.
sound/soc/fsl/imx-pcm-dma-v2.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/imx-pcm-dma-v2.c
b/sound/soc/fsl/imx-pcm-dma-v2.c
index
489fc44
..
35a7145
100644
(file)
--- a/
sound/soc/fsl/imx-pcm-dma-v2.c
+++ b/
sound/soc/fsl/imx-pcm-dma-v2.c
@@
-82,11
+82,6
@@
static int imx_pcm_hw_params(struct snd_soc_component *component,
dma_data,
&config);
- if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
- config.dst_fifo_num = dma_data->fifo_num;
- else
- config.src_fifo_num = dma_data->fifo_num;
-
return dmaengine_slave_config(chan, &config);
}