git: 82a066b8593a - main - snd_dummy: Fix sys/conf/files entry
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Mar 2026 14:10:55 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=82a066b8593a14e0bbf8e1fcdc75fd9ecf0d9e62
commit 82a066b8593a14e0bbf8e1fcdc75fd9ecf0d9e62
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-03-24 14:10:44 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-03-24 14:10:44 +0000
snd_dummy: Fix sys/conf/files entry
Fixes: 72e85a4d977e ("snd_dummy: Add to sys/conf/files and sys/conf/NOTES")
Report by: CI
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D56065
---
sys/conf/files | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/files b/sys/conf/files
index 15cec09192bc..5fc84f911e19 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3209,7 +3209,7 @@ dev/sound/midi/mpu401.c optional sound
dev/sound/midi/mpu_if.m optional sound
dev/sound/midi/mpufoi_if.m optional sound
dev/sound/sndstat.c optional sound
-dev/sound/dummy.c optional sound
+dev/sound/dummy.c optional snd_dummy sound
dev/spibus/acpi_spibus.c optional acpi spibus
dev/spibus/ofw_spibus.c optional fdt spibus
dev/spibus/spibus.c optional spibus \