Searched +full:mt8188 +full:- +full:mt6359 +full:- +full:evb (Results 1 – 2 of 2) sorted by relevance
1 # 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 card10 - Trevor Wu <trevor.wu@mediatek.com>13 - $ref: sound-card-common.yaml#18 - mediatek,mt8188-mt6359-evb19 - mediatek,mt8188-nau882521 audio-routing:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * mt8188-mt6359.c -- MT8188-MT6359 ALSA SoC machine driver17 #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 …]