Skip to content

Commit 9f08dcb

Browse files
wenliangwubroonie
authored andcommitted
ASoC: mediatek: mt8188-mt6359: support new board with nau88255
This patch adds multiple i2s codecs support including NAU88L25, MAX98390, and the dumb amp like NAU8318 usage. In addition, dmic-codec is also added to skip the beginning pop noise. Signed-off-by: Trevor Wu <trevor.wu@mediatek.com> Link: https://lore.kernel.org/r/20230526093150.22923-7-trevor.wu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8ad13cd commit 9f08dcb

File tree

2 files changed

+330
-1
lines changed

2 files changed

+330
-1
lines changed

sound/soc/mediatek/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ config SND_SOC_MT8188_MT6359
225225
depends on SND_SOC_MT8188 && MTK_PMIC_WRAP
226226
select SND_SOC_MT6359
227227
select SND_SOC_HDMI_CODEC
228+
select SND_SOC_DMIC
229+
select SND_SOC_MAX98390
230+
select SND_SOC_NAU8315
231+
select SND_SOC_NAU8825
228232
help
229233
This adds support for ASoC machine driver for MediaTek MT8188
230234
boards with the MT6359 and other I2S audio codecs.

0 commit comments

Comments
 (0)