Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2026 16:58:37 +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: 3094c5e388df - main - sound: Make mpu_if definitions static
Message-ID:  <6957f93d.24a18.4fe65319@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=3094c5e388df296f1b84579f70a5583ddc3bc26a

commit 3094c5e388df296f1b84579f70a5583ddc3bc26a
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-01-02 16:57:00 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-01-02 16:58:06 +0000

    sound: Make mpu_if definitions static
    
    No functional change intended.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/dev/sound/midi/mpu401.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c
index 107a53119cdb..500e15c79497 100644
--- a/sys/dev/sound/midi/mpu401.c
+++ b/sys/dev/sound/midi/mpu401.c
@@ -203,7 +203,7 @@ mpu401_minit(struct snd_midi *sm, void *arg)
 	return 1;
 }
 
-int
+static int
 mpu401_muninit(struct snd_midi *sm, void *arg)
 {
 	struct mpu401 *m = arg;
@@ -211,13 +211,13 @@ mpu401_muninit(struct snd_midi *sm, void *arg)
 	return MPUFOI_UNINIT(m, m->cookie);
 }
 
-int
+static int
 mpu401_minqsize(struct snd_midi *sm, void *arg)
 {
 	return 128;
 }
 
-int
+static int
 mpu401_moutqsize(struct snd_midi *sm, void *arg)
 {
 	return 128;


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6957f93d.24a18.4fe65319>