aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2025-05-24 10:58:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2025-09-04 20:35:07 +0000
commitd4bfebf917bcecf23892bb5069ee91bec75bef71 (patch)
tree9cd756dc4de81e8722d6234c9e61daac0f1c83c9 /sys/modules/sound/driver
parent851dc7f859c23cab09a348bca03ab655534fb7e0 (diff)
Diffstat (limited to 'sys/modules/sound/driver')
-rw-r--r--sys/modules/sound/driver/hda/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/driver/hda/Makefile b/sys/modules/sound/driver/hda/Makefile
index 0eec98fc53e1..1e137dc5671c 100644
--- a/sys/modules/sound/driver/hda/Makefile
+++ b/sys/modules/sound/driver/hda/Makefile
@@ -2,7 +2,7 @@
KMOD= snd_hda
SRCS= device_if.h bus_if.h pci_if.h channel_if.h mixer_if.h hdac_if.h
-SRCS+= hdaa.c hdaa.h hdaa_patches.c hdac.c hdac_if.h hdac_if.c
-SRCS+= hdacc.c hdac_private.h hdac_reg.h hda_reg.h hdac.h
+SRCS+= hdaa.c hdaa.h hdaa_patches.c hdacc.c hdac.c hdac_if.c
+SRCS+= hdac_private.h hdac_reg.h hda_reg.h hdac.h
.include <bsd.kmod.mk>