Initial commit; kernel source import

This commit is contained in:
Nathan
2025-04-06 23:50:55 -05:00
commit 25c6d769f4
45093 changed files with 18199410 additions and 0 deletions

11
sound/soc/nuc900/Makefile Normal file
View File

@@ -0,0 +1,11 @@
# NUC900 series audio
snd-soc-nuc900-pcm-objs := nuc900-pcm.o
snd-soc-nuc900-ac97-objs := nuc900-ac97.o
obj-$(CONFIG_SND_SOC_NUC900) += snd-soc-nuc900-pcm.o
obj-$(CONFIG_SND_SOC_NUC900_AC97) += snd-soc-nuc900-ac97.o
# Boards
snd-soc-nuc900-audio-objs := nuc900-audio.o
obj-$(CONFIG_SND_SOC_NUC900EVB) += snd-soc-nuc900-audio.o