Searched +full:mt2701 +full:- +full:wm8960 +full:- +full:machine (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/sound/soc/mediatek/mt2701/ |
D | mt2701-wm8960.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * mt2701-wm8960.c -- MT2701 WM8960 ALSA SoC machine driver 12 #include "mt2701-afe-common.h" 59 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "wm8960-hifi")), 65 .name = "wm8960-playback", 66 .stream_name = "wm8960-playback", 74 .name = "wm8960-capture", 75 .stream_name = "wm8960-capture", 84 .name = "wm8960-codec", 96 .name = "mt2701-wm8960", [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 snd-soc-mt2701-afe-y := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o 4 obj-$(CONFIG_SND_SOC_MT2701) += snd-soc-mt2701-afe.o 6 # machine driver 7 obj-$(CONFIG_SND_SOC_MT2701_CS42448) += mt2701-cs42448.o 8 obj-$(CONFIG_SND_SOC_MT2701_WM8960) += mt2701-wm8960.o
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | mediatek,mt2701-wm8960.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mediatek,mt2701-wm8960.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek MT2701 with WM8960 CODEC 10 - Kartik Agarwala <agarwala.kartik@gmail.com> 14 const: mediatek,mt2701-wm8960-machine 18 description: The phandle of MT2701 ASoC platform. 20 audio-routing: 21 $ref: /schemas/types.yaml#/definitions/non-unique-string-array [all …]
|
/linux-6.12.1/sound/soc/mediatek/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 tristate "ASoC support for Mediatek MT2701 chip" 11 This adds ASoC driver for Mediatek MT2701 boards 17 tristate "ASoc Audio driver for MT2701 with CS42448 codec" 22 This adds ASoC driver for Mediatek MT2701 boards 28 tristate "ASoc Audio driver for MT2701 with WM8960 codec" 32 This adds ASoC driver for Mediatek MT2701 boards 33 with the WM8960 codecs. 68 tristate "ASoc Audio driver for MT7986 with WM8960 codec" 72 This adds support for ASoC machine driver for MediaTek MT7986 [all …]
|
/linux-6.12.1/arch/arm/boot/dts/mediatek/ |
D | mt7623a-rfb-emmc.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2017-2018 MediaTek Inc. 8 /dts-v1/; 9 #include <dt-bindings/input/input.h> 15 compatible = "mediatek,mt7623a-rfb-emmc", "mediatek,mt7623"; 22 stdout-path = "serial2:115200n8"; 27 proc-supply = <&mt6323_vproc_reg>; 31 proc-supply = <&mt6323_vproc_reg>; 35 proc-supply = <&mt6323_vproc_reg>; 39 proc-supply = <&mt6323_vproc_reg>; [all …]
|
D | mt7623a-rfb-nand.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2017-2018 MediaTek Inc. 8 /dts-v1/; 9 #include <dt-bindings/input/input.h> 15 compatible = "mediatek,mt7623a-rfb-nand", "mediatek,mt7623"; 22 stdout-path = "serial2:115200n8"; 27 proc-supply = <&mt6323_vproc_reg>; 31 proc-supply = <&mt6323_vproc_reg>; 35 proc-supply = <&mt6323_vproc_reg>; 39 proc-supply = <&mt6323_vproc_reg>; [all …]
|
D | mt7623n-rfb-emmc.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2017-2018 MediaTek Inc. 8 /dts-v1/; 9 #include <dt-bindings/input/input.h> 15 compatible = "mediatek,mt7623n-rfb-emmc", "mediatek,mt7623"; 24 stdout-path = "serial2:115200n8"; 28 compatible = "hdmi-connector"; 31 ddc-i2c-bus = <&hdmiddc0>; 35 remote-endpoint = <&hdmi0_out>; 42 proc-supply = <&mt6323_vproc_reg>; [all …]
|