Date: Tue, 11 Nov 2025 12:08:25 GMT From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7dc58828f494 - main - sound: Retire unused SCF_SYNTH Message-ID: <202511111208.5ABC8Pnh035580@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=7dc58828f494ae8fc06ef014b01b2dbea855091b commit 7dc58828f494ae8fc06ef014b01b2dbea855091b Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2025-11-11 12:06:55 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2025-11-11 12:06:55 +0000 sound: Retire unused SCF_SYNTH Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/dev/sound/pcm/sound.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 19da1a22871a..75fb57e33733 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -184,7 +184,6 @@ int sndstat_unregister(device_t dev); enum { SCF_PCM, SCF_MIDI, - SCF_SYNTH, }; /*home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511111208.5ABC8Pnh035580>
