Lines Matching +full:audio +full:- +full:routing
1 NVIDIA Tegra audio complex
4 - compatible : "nvidia,tegra-audio-wm8753"
5 - clocks : Must contain an entry for each entry in clock-names.
6 See ../clocks/clock-bindings.txt for details.
7 - clock-names : Must include the following entries:
8 - pll_a
9 - pll_a_out0
10 - mclk (The Tegra cdev1/extern1 clock, which feeds the CODEC's mclk)
11 - nvidia,model : The user-visible name of this sound complex.
12 - nvidia,audio-routing : A list of the connections between audio components.
21 - nvidia,i2s-controller : The phandle of the Tegra I2S1 controller
22 - nvidia,audio-codec : The phandle of the WM8753 audio codec
26 compatible = "nvidia,tegra-audio-wm8753-whistler",
27 "nvidia,tegra-audio-wm8753"
28 nvidia,model = "tegra-wm8753-harmony";
30 nvidia,audio-routing =
34 nvidia,i2s-controller = <&i2s1>;
35 nvidia,audio-codec = <&wm8753>;
38 clock-names = "pll_a", "pll_a_out0", "mclk";