Lines Matching +full:mic +full:- +full:bias +full:- +full:source
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
14 - $ref: sound-card-common.yaml#
18 const: samsung,tm2-audio
20 audio-amplifier:
24 audio-codec:
26 $ref: /schemas/types.yaml#/definitions/phandle-array
28 - description: Phandle to the WM5110 audio codec.
29 - description: Phandle to the HDMI transmitter node.
31 samsung,audio-routing:
35 being the connection's source; valid names for sources and sinks are the
37 Mic, Sub Mic, Third Mic, Headset Mic.
38 Deprecated, use audio-routing.
40 $ref: /schemas/types.yaml#/definitions/non-unique-string-array
42 i2s-controller:
44 $ref: /schemas/types.yaml#/definitions/phandle-array
46 - description: Phandle to I2S0.
47 - description: Phandle to I2S1.
49 mic-bias-gpios:
50 description: GPIO pin that enables the Main Mic bias regulator.
53 - compatible
54 - audio-amplifier
55 - audio-codec
56 - audio-routing
57 - i2s-controller
58 - mic-bias-gpios
63 - |
64 #include <dt-bindings/gpio/gpio.h>
67 compatible = "samsung,tm2-audio";
68 audio-codec = <&wm5110>, <&hdmi>;
69 i2s-controller = <&i2s0 0>, <&i2s1 0>;
70 audio-amplifier = <&max98504>;
71 mic-bias-gpios = <&gpr3 2 GPIO_ACTIVE_HIGH>;
73 audio-routing = "HP", "HPOUT1L",