Lines Matching full:dlg

8 - compatible : Should be "dlg,da7217" or "dlg,da7218"
28 - dlg,micbias1-lvl-millivolt : Voltage (mV) for Mic Bias 1
30 - dlg,micbias2-lvl-millivolt : Voltage (mV) for Mic Bias 2
32 - dlg,mic1-amp-in-sel : Mic1 input source type
34 - dlg,mic2-amp-in-sel : Mic2 input source type
36 - dlg,dmic1-data-sel : DMIC1 channel select based on clock edge.
38 - dlg,dmic1-samplephase : When to sample audio from DMIC1.
40 - dlg,dmic1-clkrate-hz : DMic1 clock frequency (Hz).
42 - dlg,dmic2-data-sel : DMic2 channel select based on clock edge.
44 - dlg,dmic2-samplephase : When to sample audio from DMic2.
46 - dlg,dmic2-clkrate-hz : DMic2 clock frequency (Hz).
48 - dlg,hp-diff-single-supply : Boolean flag, use single supply for HP
56 - dlg,jack-rate-us : Time between jack detect measurements (us)
58 - dlg,jack-debounce : Number of debounce measurements taken for jack detect
60 - dlg,jack-threshold-pct : Threshold level for jack detection (% of VDD)
62 - dlg,comp-inv : Boolean flag, invert comparator output
63 - dlg,hyst : Boolean flag, enable hysteresis
64 - dlg,discharge : Boolean flag, auto discharge of Mic Bias on jack removal
71 compatible = "dlg,da7218";
84 dlg,micbias1-lvl-millivolt = <2600>;
85 dlg,micbias2-lvl-millivolt = <2600>;
86 dlg,mic1-amp-in-sel = "diff";
87 dlg,mic2-amp-in-sel = "diff";
89 dlg,dmic1-data-sel = "lrise_rfall";
90 dlg,dmic1-samplephase = "on_clkedge";
91 dlg,dmic1-clkrate-hz = <3000000>;
92 dlg,dmic2-data-sel = "lrise_rfall";
93 dlg,dmic2-samplephase = "on_clkedge";
94 dlg,dmic2-clkrate-hz = <3000000>;
97 dlg,jack-rate-us = <40>;
98 dlg,jack-debounce = <2>;
99 dlg,jack-threshold-pct = <84>;
100 dlg,hyst;