Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167452658
D50606.id156300.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
536 B
Referenced Files
None
Subscribers
None
D50606.id156300.diff
View Options
diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c
--- a/sys/dev/sound/midi/sequencer.c
+++ b/sys/dev/sound/midi/sequencer.c
@@ -519,6 +519,8 @@
int ret;
u_char *buf;
+ gone_in(15, "MIDI sequencer: no longer needed or used");
+
/* Allocate the softc. */
ret = ENOMEM;
scp = malloc(sizeof(*scp), M_DEVBUF, M_NOWAIT | M_ZERO);
@@ -736,6 +738,8 @@
struct seq_softc *scp = i_dev->si_drv1;
int i;
+ gone_in(15, "MIDI sequencer: no longer needed or used");
+
if (scp == NULL)
return ENXIO;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 22, 8:59 PM (11 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37108353
Default Alt Text
D50606.id156300.diff (536 B)
Attached To
Mode
D50606: sound: Deprecate the MIDI sequencer
Attached
Detach File
Event Timeline
Log In to Comment