git: b4c210f241b3 - stable/15 - sound: Retire unused SCF_SYNTH

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Tue, 18 Nov 2025 00:52:15 UTC
The branch stable/15 has been updated by christos:

URL: https://cgit.FreeBSD.org/src/commit/?id=b4c210f241b3b7bf07842d85342f9852d9f2dc6c

commit b4c210f241b3b7bf07842d85342f9852d9f2dc6c
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-11-11 12:06:55 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-11-18 00:51:24 +0000

    sound: Retire unused SCF_SYNTH
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    
    (cherry picked from commit 7dc58828f494ae8fc06ef014b01b2dbea855091b)
---
 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,
 };
 
 /*