Date: Fri, 02 Jan 2026 16:58:27 +0000 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: d6121f7b508b - main - sound: Rename midi_cdevsw name to "midi" Message-ID: <6957f933.2464d.47f82c2@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=d6121f7b508bf889359e116da1efab08f848e129 commit d6121f7b508bf889359e116da1efab08f848e129 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2026-01-02 16:56:27 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2026-01-02 16:58:05 +0000 sound: Rename midi_cdevsw name to "midi" Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/dev/sound/midi/midi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index f54b95daf280..c658c8001b94 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -93,7 +93,7 @@ static struct cdevsw midi_cdevsw = { .d_write = midi_write, .d_ioctl = midi_ioctl, .d_poll = midi_poll, - .d_name = "rmidi", + .d_name = "midi", }; struct unrhdr *dev_unr = NULL; @@ -109,7 +109,7 @@ SYSCTL_INT(_hw_midi, OID_AUTO, debug, CTLFLAG_RW, &midi_debug, 0, ""); #define MIDI_DEBUG(l,a) if(midi_debug>=l) a /* - * Register a new rmidi device. + * Register a new midi device. * * "cookie" is passed to the MPU calls, and is normally set to the driver's * softc.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6957f933.2464d.47f82c2>
