Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
A Dfsl_aud2htx.c82 &aud2htx->dma_params_rx); in fsl_aud2htx_dai_probe()
188 struct fsl_aud2htx *aud2htx; in fsl_aud2htx_probe() local
193 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 …]
A DMakefile29 snd-soc-fsl-aud2htx-objs := fsl_aud2htx.o
45 obj-$(CONFIG_SND_SOC_FSL_AUD2HTX) += snd-soc-fsl-aud2htx.o
/linux/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.yaml50 audio-cpu = <&aud2htx>;

Completed in 5 milliseconds