Searched +full:mt7986 +full:- +full:wm8960 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/soc/mediatek/mt7986/ |
D | mt7986-wm8960.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * mt7986-wm8960.c -- MT7986-WM8960 ALSA SoC machine driver 13 #include "mt7986-afe-common.h" 37 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "wm8960-hifi")), 43 .name = "wm8960-playback", 44 .stream_name = "wm8960-playback", 52 .name = "wm8960-capture", 53 .stream_name = "wm8960-capture", 62 .name = "wm8960-codec", 75 .name = "mt7986-wm8960", [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 4 snd-soc-mt7986-afe-y := \ 5 mt7986-afe-pcm.o \ 6 mt7986-dai-etdm.o 8 obj-$(CONFIG_SND_SOC_MT7986) += snd-soc-mt7986-afe.o 9 obj-$(CONFIG_SND_SOC_MT7986_WM8960) += mt7986-wm8960.o
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | mediatek,mt7986-wm8960.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mediatek,mt7986-wm8960.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek MT7986 sound card with WM8960 codec 10 - Maso Huang <maso.huang@mediatek.com> 13 - $ref: sound-card-common.yaml# 17 const: mediatek,mt7986-wm8960-sound 23 sound-dai: 24 description: The phandle of MT7986 platform. [all …]
|
/linux-6.12.1/sound/soc/mediatek/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 28 tristate "ASoc Audio driver for MT2701 with WM8960 codec" 33 with the WM8960 codecs. 58 tristate "ASoC support for Mediatek MT7986 chip" 62 This adds ASoC platform driver support for MediaTek MT7986 chip 68 tristate "ASoc Audio driver for MT7986 with WM8960 codec" 72 This adds support for ASoC machine driver for MediaTek MT7986 73 boards with the WM8960 codecs.
|