1 * Qualcomm Technologies APQ8016 SBC ASoC machine driver
3 This node models the Qualcomm Technologies APQ8016 SBC ASoC machine driver
7 - compatible : "qcom,apq8016-sbc-sndcard"
9 - pinctrl-N : One property must exist for each entry in
10 pinctrl-names. See ../pinctrl/pinctrl-bindings.txt
11 for details of the property values.
12 - pinctrl-names : Must contain a "default" entry.
13 - reg : Must contain an address for each entry in reg-names.
14 - reg-names : A list which must include the following entries:
17 - qcom,model : Name of the sound card.
19 - qcom,audio-routing : A list of the connections between audio components.
20 Each entry is a pair of strings, the first being the
21 connection's sink, the second being the connection's
22 source. Valid names could be power supplies, MicBias
23 of msm8x16_wcd codec and the jacks on the board:
37 Dai-link subnode properties and subnodes:
39 Required dai-link subnodes:
42 - codec : CODEC sub-node
44 Required CPU/CODEC subnodes properties:
46 -link-name : Name of the dai link.
47 -sound-dai : phandle/s and port of CPU/CODEC
52 compatible = "qcom,apq8016-sbc-sndcard";
53 reg = <0x07702000 0x4>, <0x07702004 0x4>;
54 reg-names = "mic-iomux", "spkr-iomux";
55 qcom,model = "DB410c";
58 "MIC BIAS External1", "Handset Mic",
59 "MIC BIAS Internal2", "Headset Mic",
60 "MIC BIAS External1", "Secondary Mic",
61 "AMIC1", "MIC BIAS External1",
62 "AMIC2", "MIC BIAS Internal2",
63 "AMIC3", "MIC BIAS External1",
64 "DMIC1", "MIC BIAS Internal1",
65 "MIC BIAS Internal1", "Digital Mic1",
66 "DMIC2", "MIC BIAS Internal1",
67 "MIC BIAS Internal1", "Digital Mic2";
69 /* I2S - Internal codec */
72 sound-dai = <&lpass MI2S_PRIMARY>;
75 sound-dai = <&lpass_codec 0>, <&wcd_codec 0>;
79 /* External Primary or External Secondary -ADV7533 HDMI */
81 link-name = "ADV7533";
83 sound-dai = <&lpass MI2S_QUATERNARY>;
86 sound-dai = <&adv_bridge 0>;