Searched +full:jack +full:- +full:ins +full:- +full:deb (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - David Rau <David.Rau.opensource@dm.renesas.com>13 The DA7219 is an ultra low-power audio codec with14 in-built advanced accessory detection (AAD) for mobile16 sample rates up to 96 kHz at 24-bit resolution.28 VDD-supply:32 VDDMIC-supply:36 VDDIO-supply:[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)10 pinctrl-names = "default";11 pinctrl-0 = <&da7219_pins>;14 interrupts-extended = <&pio 165 IRQ_TYPE_LEVEL_LOW>;16 dlg,micbias-lvl = <2600>;17 dlg,mic-amp-in-sel = "diff";18 VDD-supply = <&pp1800_alw>;19 VDDMIC-supply = <&pp3300_alw>;20 VDDIO-supply = <&pp1800_alw>;25 dlg,adc-1bit-rpt = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * da7219-aad.c - Dialog DA7219 ALSA SoC AAD Driver20 #include <sound/jack.h>24 #include "da7219-aad.h"31 void da7219_aad_jack_det(struct snd_soc_component *component, struct snd_soc_jack *jack) in da7219_aad_jack_det() argument35 da7219->aad->jack = jack; in da7219_aad_jack_det()36 da7219->aad->jack_inserted = false; in da7219_aad_jack_det()39 snd_soc_jack_report(jack, 0, DA7219_AAD_REPORT_ALL_MASK); in da7219_aad_jack_det()41 /* Enable/Disable jack detection */ in da7219_aad_jack_det()44 (jack ? DA7219_ACCDET_EN_MASK : 0)); in da7219_aad_jack_det()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * Copyright 2016-2017 Google, Inc8 #include <dt-bindings/input/input.h>9 #include "rk3399-op1.dtsi"18 stdout-path = "serial2:115200n8";27 * - Rails that only connect to the EC (or devices that the EC talks to)29 * - Rails _are_ included if the rails go to the AP even if the AP38 * - The EC controls the enable and the EC always enables a rail as40 * - The rails are actually connected to each other by a jumper and45 ppvar_sys: ppvar-sys {[all …]