projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef1702
)
LF-3756-1: ASoC: fsl_xcvr: Switch back to imx-pcm-dma
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Wed, 28 Apr 2021 07:25:17 +0000
(15:25 +0800)
committer
Shengjiu Wang
<shengjiu.wang@nxp.com>
Fri, 30 Apr 2021 10:00:38 +0000
(18:00 +0800)
Switch back to imx-pcm-dma, as the power control is handled
by dma driver already, the special imx-pcm-dma-v2 can be dropped.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Robin Gong <yibin.gong@nxp.com>
sound/soc/fsl/fsl_xcvr.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_xcvr.c
b/sound/soc/fsl/fsl_xcvr.c
index
ceb7e87
..
b145828
100644
(file)
--- a/
sound/soc/fsl/fsl_xcvr.c
+++ b/
sound/soc/fsl/fsl_xcvr.c
@@
-1239,7
+1239,7
@@
static int fsl_xcvr_probe(struct platform_device *pdev)
return ret;
}
- ret =
imx_pcm_platform_register(dev
);
+ ret =
devm_snd_dmaengine_pcm_register(dev, NULL, 0
);
if (ret) {
dev_err(dev, "failed to pcm register\n");
return ret;