Searched +full:btndet +full:- +full:delay (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | realtek,rt5682.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bard Liao <[email protected]> 13 - $ref: dai-common.yaml# 18 - realtek,rt5682 19 - realtek,rt5682i 29 realtek,dmic1-data-pin: 32 - 0 # dmic1 data is not used 33 - 1 # using GPIO2 pin as dmic1 data pin [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/mediatek/ |
D | mt8195-cherry-tomato-r1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 /dts-v1/; 6 #include "mt8195-cherry.dtsi" 10 compatible = "google,tomato-rev1", "google,tomato", "mediatek,mt8195"; 15 realtek,btndet-delay = <16>; 28 /delete-property/ mediatek,disable-extrst;
|
D | mt8195-cherry-tomato-r2.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 /dts-v1/; 6 #include "mt8195-cherry.dtsi" 10 compatible = "google,tomato-rev2", "google,tomato", "mediatek,mt8195"; 15 realtek,btndet-delay = <16>; 19 pins-low-power-hdmi-disable { 23 input-enable; 24 bias-pull-down; 27 pins-low-power-hdmi-rsel-disable { 30 input-enable; [all …]
|
D | mt8192-asurada-spherion-r0.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 /dts-v1/; 6 #include "mt8192-asurada.dtsi" 7 #include <dt-bindings/leds/common.h> 10 model = "Google Spherion (rev0 - 3)"; 11 chassis-type = "laptop"; 12 compatible = "google,spherion-rev3", "google,spherion-rev2", 13 "google,spherion-rev1", "google,spherion-rev0", 17 compatible = "pwm-leds"; 23 max-brightness = <1023>; [all …]
|
D | mt8192-asurada-hayato-r1.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 /dts-v1/; 6 #include "mt8192-asurada.dtsi" 10 chassis-type = "convertible"; 11 compatible = "google,hayato-rev1", "google,hayato", "mediatek,mt8192"; 15 function-row-physmap = < 44 bt_pins: bt-pins { 45 pins-bt-kill { 47 output-low; 50 pins-bt-wake { [all …]
|
/linux-6.14.4/sound/soc/codecs/ |
D | rt5682.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 // rt5682.c -- RT5682 ALSA SoC audio component driver 12 #include <linux/delay.h> 25 #include <sound/soc-dapm.h> 38 "LDO1-IN", 60 ret = regmap_multi_reg_write(rt5682->regmap, patch_list, in rt5682_apply_patch_list() 751 static const DECLARE_TLV_DB_SCALE(dac_vol_tlv, -6525, 75, 0); 752 static const DECLARE_TLV_DB_SCALE(adc_vol_tlv, -1725, 75, 0); 819 regmap_write(rt5682->regmap, RT5682_RESET, 0); in rt5682_reset() 820 if (!rt5682->is_sdw) in rt5682_reset() [all …]
|