Searched +full:pm4125 +full:- +full:codec (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | qcom,pm4125-sdw.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,pm4125-sdw.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SoundWire Slave devices on PM4125/PM2250 PMIC audio codec. 10 - Alexey Klimov <alexey.klimov@linaro.org> 13 The audio codec IC found on Qualcomm PM4125/PM2250 PMICs. 23 qcom,tx-port-mapping: 30 PM4125 TX Port 1 (ADC1,2 & DMIC0 & MBHC) <=> SWR0 Port 1 31 PM4125 TX Port 2 (ADC1 & DMIC0,1,2 & MBHC) <=> SWR0 Port 2 [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | pm4125.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. 20 #include <sound/soc-dapm.h> 23 #include "pm4125.h" 24 #include "wcd-mbhc-v2.h" 90 "vdd-io", "vdd-cp", "vdd-mic-bias", "vdd-pa-vpos", 167 struct pm4125_priv *pm4125 = (struct pm4125_priv *)data; in pm4125_handle_post_irq() local 169 regmap_write(pm4125->regmap, PM4125_DIG_SWR_INTR_CLEAR_0, 0); in pm4125_handle_post_irq() 170 regmap_write(pm4125->regmap, PM4125_DIG_SWR_INTR_CLEAR_1, 0); in pm4125_handle_post_irq() 171 regmap_write(pm4125->regmap, PM4125_DIG_SWR_INTR_CLEAR_2, 0); in pm4125_handle_post_irq() [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # modular, meaning we can't build the codec driver in with I2C support. 5 # setting - SPI can't be modular so that case doesn't need to be covered. 12 menu "CODEC drivers" 15 tristate "Build all ASoC CODEC drivers" 368 Normally ASoC codec drivers are only built if a machine driver which 414 Documentation/dev-tool [all...] |
| /linux/ |
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 47 N: [^a-z]tegra all files whose path contains tegra 65 ---------------- 90 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 92 L: linux-scsi@vger.kernel.org 95 F: drivers/scsi/3w-* [all …]
|