Searched +full:mt7986 +full:- +full:wm8960 +full:- +full:sound (Results 1 – 2 of 2) sorted by relevance
/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/mt7986/ |
D | mt7986-wm8960.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * mt7986-wm8960.c -- MT7986-WM8960 ALSA SoC machine driver 11 #include <sound/soc.h> 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", [all …]
|