Lines Matching defs:spdif
216 static inline bool fsl_spdif_can_set_clk_rate(struct fsl_spdif_priv *spdif, int clk)
218 return (clk == STC_TXCLK_SPDIF_ROOT) && !spdif->soc->shared_root_clock;
331 /* Get spdif interrupt status and clear the interrupt */
1305 .name = "fsl-spdif",
1754 { .compatible = "fsl,imx35-spdif", .data = &fsl_spdif_imx35, },
1755 { .compatible = "fsl,vf610-spdif", .data = &fsl_spdif_vf610, },
1756 { .compatible = "fsl,imx6sx-spdif", .data = &fsl_spdif_imx6sx, },
1757 { .compatible = "fsl,imx8qm-spdif", .data = &fsl_spdif_imx8qm, },
1758 { .compatible = "fsl,imx8mm-spdif", .data = &fsl_spdif_imx8mm, },
1759 { .compatible = "fsl,imx8ulp-spdif", .data = &fsl_spdif_imx8ulp, },
1766 .name = "fsl-spdif-dai",
1779 MODULE_ALIAS("platform:fsl-spdif-dai");