This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Help for DTS file for BBB (TLV320AIC3268)

Other Parts Discussed in Thread: TLV320AIC3268
Hi everyone.
I need help about a DTS file, for the BBB with Angstrom distribution, for use the TLV320AIC3268 codec.
The portion of code, in the DTS file, is correct?
.....
    fragment@3 {
        target = <&ocp>;
        __overlay__ {
            sound {
                compatible = "ti,da830-evm-audio";
                ti,model = "DA830 EVM";
                ti,audio-codec = <&tlv320aic3x>;
                ti,mcasp-controller = <&mcasp0>;
                ti,codec-clock-rate = <12000000>;
                ti,audio-routing =
                    "Headphone Jack",       "HPLOUT",
                    "Headphone Jack",       "HPROUT",
                    "LINE1L",               "Line In",
                    "LINE1R",               "Line In";
            };
        };

    };
The "tlv320aic3x" codec, and the "DA830 EVM" model, support the TLV320AIC3268 codec?
Best regars,
Francesco.