Skip to content

Commit cd41d34

Browse files
perexgbroonie
authored andcommitted
ASoC: nau8325: add missing build config
This configuration was missing from the initial commit. Found by Jiri Benc <jbenc@redhat.com> Fixes: c0a3873 ("ASoC: nau8325: new driver") Cc: Seven Lee <wtli@nuvoton.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz> Link: https://patch.msgid.link/20251126091759.2490019-3-perex@perex.cz Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b4d072c commit cd41d34

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

sound/soc/codecs/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ config SND_SOC_ALL_CODECS
171171
imply SND_SOC_MT6359
172172
imply SND_SOC_MT6660
173173
imply SND_SOC_NAU8315
174+
imply SND_SOC_NAU8325
174175
imply SND_SOC_NAU8540
175176
imply SND_SOC_NAU8810
176177
imply SND_SOC_NAU8821
@@ -2759,6 +2760,10 @@ config SND_SOC_MT6660
27592760
config SND_SOC_NAU8315
27602761
tristate "Nuvoton Technology Corporation NAU8315 CODEC"
27612762

2763+
config SND_SOC_NAU8325
2764+
tristate "Nuvoton Technology Corporation NAU8325 CODEC"
2765+
depends on I2C
2766+
27622767
config SND_SOC_NAU8540
27632768
tristate "Nuvoton Technology Corporation NAU85L40 CODEC"
27642769
depends on I2C

sound/soc/codecs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ snd-soc-mt6359-y := mt6359.o
193193
snd-soc-mt6359-accdet-y := mt6359-accdet.o
194194
snd-soc-mt6660-y := mt6660.o
195195
snd-soc-nau8315-y := nau8315.o
196+
snd-soc-nau8325-y := nau8325.o
196197
snd-soc-nau8540-y := nau8540.o
197198
snd-soc-nau8810-y := nau8810.o
198199
snd-soc-nau8821-y := nau8821.o
@@ -620,6 +621,7 @@ obj-$(CONFIG_SND_SOC_MT6359) += snd-soc-mt6359.o
620621
obj-$(CONFIG_SND_SOC_MT6359_ACCDET) += mt6359-accdet.o
621622
obj-$(CONFIG_SND_SOC_MT6660) += snd-soc-mt6660.o
622623
obj-$(CONFIG_SND_SOC_NAU8315) += snd-soc-nau8315.o
624+
obj-$(CONFIG_SND_SOC_NAU8325) += snd-soc-nau8325.o
623625
obj-$(CONFIG_SND_SOC_NAU8540) += snd-soc-nau8540.o
624626
obj-$(CONFIG_SND_SOC_NAU8810) += snd-soc-nau8810.o
625627
obj-$(CONFIG_SND_SOC_NAU8821) += snd-soc-nau8821.o

0 commit comments

Comments
 (0)