Lines Matching +full:spdif +full:- +full:in
5 - compatible : "fsl,imx-audio-spdif"
7 - model : The user-visible name of this sound complex
9 - spdif-controller : The phandle of the i.MX S/PDIF controller
14 - spdif-out : This is a boolean property. If present, the
19 display-controller.
21 - spdif-in : This is a boolean property. If present, the receiving
23 is a physical S/PDIF in connector/jack on the board.
25 * Note: At least one of these two properties should be set in the DT binding.
30 sound-spdif {
31 compatible = "fsl,imx-audio-spdif";
32 model = "imx-spdif";
33 spdif-controller = <&spdif>;
34 spdif-out;
35 spdif-in;