git: 72e85a4d977e - main - snd_dummy: Add to sys/conf/files and sys/conf/NOTES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Mar 2026 10:39:07 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=72e85a4d977eff23fcd2b12a3513f0e8fd2ac332
commit 72e85a4d977eff23fcd2b12a3513f0e8fd2ac332
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-03-24 10:32:13 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-03-24 10:38:41 +0000
snd_dummy: Add to sys/conf/files and sys/conf/NOTES
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D56040
---
sys/conf/NOTES | 2 ++
sys/conf/files | 1 +
2 files changed, 3 insertions(+)
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f1ac46f5f087..136a795cc83c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2089,6 +2089,7 @@ device sound
# snd_cs4281: Crystal Semiconductor CS4281 PCI.
# snd_csa: Crystal Semiconductor CS461x/428x PCI. (except
# 4281)
+# snd_dummy: Dummy testing driver.
# snd_emu10k1: Creative EMU10K1 PCI and EMU10K2 (Audigy) PCI.
# snd_emu10kx: Creative SoundBlaster Live! and Audigy
# snd_envy24: VIA Envy24 and compatible, needs snd_spicds.
@@ -2118,6 +2119,7 @@ device snd_atiixp
device snd_cmi
device snd_cs4281
device snd_csa
+device snd_dummy
device snd_emu10k1
device snd_emu10kx
device snd_envy24
diff --git a/sys/conf/files b/sys/conf/files
index c6151b0b73cf..15cec09192bc 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3209,6 +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/spibus/acpi_spibus.c optional acpi spibus
dev/spibus/ofw_spibus.c optional fdt spibus
dev/spibus/spibus.c optional spibus \