Searched +full:mt7986 +full:- +full:wm8960 (Results 1 – 3 of 3) sorted by relevance
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 codec10 - Maso Huang <maso.huang@mediatek.com>13 - $ref: sound-card-common.yaml#17 const: mediatek,mt7986-wm8960-sound23 sound-dai:24 description: The phandle of MT7986 platform.[all …]
1 # SPDX-License-Identifier: GPL-2.0-only28 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 chip68 tristate "ASoc Audio driver for MT7986 with WM8960 codec"72 This adds support for ASoC machine driver for MediaTek MT798673 boards with the WM8960 codecs.
1 # SPDX-License-Identifier: GPL-2.04 snd-soc-mt7986-afe-y := \5 mt7986-afe-pcm.o \6 mt7986-dai-etdm.o8 obj-$(CONFIG_SND_SOC_MT7986) += snd-soc-mt7986-afe.o9 obj-$(CONFIG_SND_SOC_MT7986_WM8960) += mt7986-wm8960.o