Date: Tue, 31 Mar 2026 09:55:13 +0000 From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 4b7b7a73bdc4 - stable/15 - snd_dummy: Add to sys/conf/files and sys/conf/NOTES Message-ID: <69cb9a01.3b579.7eaa1cec@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=4b7b7a73bdc4db859a0125ba543a15235289bccb commit 4b7b7a73bdc4db859a0125ba543a15235289bccb Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2026-03-24 10:32:13 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2026-03-31 09:54:35 +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 (cherry picked from commit 72e85a4d977eff23fcd2b12a3513f0e8fd2ac332) (cherry picked from commit 82a066b8593a14e0bbf8e1fcdc75fd9ecf0d9e62) --- sys/conf/NOTES | 2 ++ sys/conf/files | 1 + 2 files changed, 3 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 08a3b33224c1..293087b02a43 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2088,6 +2088,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. @@ -2117,6 +2118,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 e8c9476f29a8..12c7485d197b 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -3193,6 +3193,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 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 \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cb9a01.3b579.7eaa1cec>
