Searched refs:aud2htx (Results 1 – 4 of 4) sorted by relevance
82 &aud2htx->dma_params_rx); in fsl_aud2htx_dai_probe()188 struct fsl_aud2htx *aud2htx; in fsl_aud2htx_probe() local193 aud2htx = devm_kzalloc(&pdev->dev, sizeof(*aud2htx), GFP_KERNEL); in fsl_aud2htx_probe()194 if (!aud2htx) in fsl_aud2htx_probe()197 aud2htx->pdev = pdev; in fsl_aud2htx_probe()205 if (IS_ERR(aud2htx->regmap)) { in fsl_aud2htx_probe()207 return PTR_ERR(aud2htx->regmap); in fsl_aud2htx_probe()222 if (IS_ERR(aud2htx->bus_clk)) { in fsl_aud2htx_probe()224 return PTR_ERR(aud2htx->bus_clk); in fsl_aud2htx_probe()231 platform_set_drvdata(pdev, aud2htx); in fsl_aud2htx_probe()[all …]
29 snd-soc-fsl-aud2htx-objs := fsl_aud2htx.o45 obj-$(CONFIG_SND_SOC_FSL_AUD2HTX) += snd-soc-fsl-aud2htx.o
4 $id: http://devicetree.org/schemas/sound/fsl,aud2htx.yaml#14 const: fsl,imx8mp-aud2htx57 aud2htx: aud2htx@30cb0000 {58 compatible = "fsl,imx8mp-aud2htx";
50 audio-cpu = <&aud2htx>;
Completed in 5 milliseconds