projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4511c9
)
Revert "MLK-23906-2: ASoC: fsl_aud2htx: Switch to imx-pcm-dma-v2"
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Wed, 28 Apr 2021 07:23:36 +0000
(15:23 +0800)
committer
Shengjiu Wang
<shengjiu.wang@nxp.com>
Fri, 30 Apr 2021 10:00:34 +0000
(18:00 +0800)
This reverts commit
f6625709b86e35165e833bd8d56974e2d468a5a2
.
imx-pcm-dma v2 is not needed because power enablement flow is
changed in dma driver, so switch back to imx-pcm-dma
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Robin Gong <yibin.gong@nxp.com>
sound/soc/fsl/fsl_aud2htx.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_aud2htx.c
b/sound/soc/fsl/fsl_aud2htx.c
index
b542a1a
..
bb689ed
100644
(file)
--- a/
sound/soc/fsl/fsl_aud2htx.c
+++ b/
sound/soc/fsl/fsl_aud2htx.c
@@
-280,7
+280,7
@@
static int fsl_aud2htx_probe(struct platform_device *pdev)
return ret;
}
- ret = imx_pcm_
platform_register(&pdev->dev
);
+ ret = imx_pcm_
dma_init(pdev, IMX_DEFAULT_DMABUF_SIZE
);
if (ret)
dev_err(&pdev->dev, "failed to init imx pcm dma: %d\n", ret);