The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=7dc58828f494ae8fc06ef014b01b2dbea855091b
commit 7dc58828f494ae8fc06ef014b01b2dbea855091b Author: Christos Margiolis <[email protected]> AuthorDate: 2025-11-11 12:06:55 +0000 Commit: Christos Margiolis <[email protected]> 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, }; /*
