Home
last modified time | relevance | path

Searched +full:mt8188 +full:- +full:mt6359 +full:- +full:evb (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dmediatek,mt8188-mt6359.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/mediatek,mt8188-mt6359.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek MT8188 ASoC sound card
10 - Trevor Wu <trevor.wu@mediatek.com>
13 - $ref: sound-card-common.yaml#
18 - mediatek,mt8188-mt6359-evb
19 - mediatek,mt8188-nau8825
21 audio-routing:
[all …]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
Dmt8188-mt6359.c1 // SPDX-License-Identifier: GPL-2.0
3 * mt8188-mt6359.c -- MT8188-MT6359 ALSA SoC machine driver
17 #include "mt8188-afe-common.h"
19 #include "../../codecs/mt6359.h"
20 #include "../common/mtk-afe-platform-driver.h"
21 #include "../common/mtk-soundcard-driver.h"
37 #define MAX98390_CODEC_DAI "max98390-aif1"
38 #define MAX98390_DEV0_NAME "max98390.0-0038" /* rear right */
39 #define MAX98390_DEV1_NAME "max98390.0-0039" /* rear left */
40 #define MAX98390_DEV2_NAME "max98390.0-003a" /* front right */
[all …]