Home
last modified time | relevance | path

Searched refs:aud2htx (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/sound/soc/fsl/
A Dfsl_aud2htx.c82 &aud2htx->dma_params_rx); in fsl_aud2htx_dai_probe()
189 struct fsl_aud2htx *aud2htx; in fsl_aud2htx_probe() local
194 aud2htx = devm_kzalloc(&pdev->dev, sizeof(*aud2htx), GFP_KERNEL); in fsl_aud2htx_probe()
195 if (!aud2htx) in fsl_aud2htx_probe()
198 aud2htx->pdev = pdev; in fsl_aud2htx_probe()
206 if (IS_ERR(aud2htx->regmap)) { in fsl_aud2htx_probe()
208 return PTR_ERR(aud2htx->regmap); in fsl_aud2htx_probe()
223 if (IS_ERR(aud2htx->bus_clk)) { in fsl_aud2htx_probe()
225 return PTR_ERR(aud2htx->bus_clk); in fsl_aud2htx_probe()
232 platform_set_drvdata(pdev, aud2htx); in fsl_aud2htx_probe()
[all …]
A DMakefile29 snd-soc-fsl-aud2htx-objs := fsl_aud2htx.o
45 obj-$(CONFIG_SND_SOC_FSL_AUD2HTX) += snd-soc-fsl-aud2htx.o
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dfsl,aud2htx.yaml4 $id: http://devicetree.org/schemas/sound/fsl,aud2htx.yaml#
14 const: fsl,imx8mp-aud2htx
57 aud2htx: aud2htx@30cb0000 {
58 compatible = "fsl,imx8mp-aud2htx";
A Dimx-audio-hdmi.yaml53 audio-cpu = <&aud2htx>;

Completed in 7 milliseconds