Lines Matching +full:mic +full:- +full:det +full:- +full:gpios
4 - compatible : "nvidia,tegra-audio-wm8903"
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.
20 * Mic Jack
21 * Int Mic
23 - nvidia,i2s-controller : The phandle of the Tegra I2S1 controller
24 - nvidia,audio-codec : The phandle of the WM8903 audio codec
27 - nvidia,spkr-en-gpios : The GPIO that enables the speakers
28 - nvidia,hp-mute-gpios : The GPIO that mutes the headphones
29 - nvidia,hp-det-gpios : The GPIO that detect headphones are plugged in
30 - nvidia,int-mic-en-gpios : The GPIO that enables the internal microphone
31 - nvidia,ext-mic-en-gpios : The GPIO that enables the external microphone
32 - nvidia,headset : The Mic Jack represents state of the headset microphone pin
37 compatible = "nvidia,tegra-audio-wm8903-harmony",
38 "nvidia,tegra-audio-wm8903"
39 nvidia,model = "tegra-wm8903-harmony";
41 nvidia,audio-routing =
48 "Mic Jack", "MICBIAS",
49 "IN1L", "Mic Jack";
51 nvidia,i2s-controller = <&i2s1>;
52 nvidia,audio-codec = <&wm8903>;
54 nvidia,spkr-en-gpios = <&codec 2 0>;
55 nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
56 nvidia,int-mic-en-gpios = <&gpio 184 0>; /*gpio PX0 */
57 nvidia,ext-mic-en-gpios = <&gpio 185 0>; /* gpio PX1 */
60 clock-names = "pll_a", "pll_a_out0", "mclk";