Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2026 10:39:13 +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: 2e1cf242292a - main - sound: Remove unimplemented chn_reinit() definition
Message-ID:  <69c269d1.344de.1d412f0e@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=2e1cf242292a33a71839c512d222115d36f8fd40

commit 2e1cf242292a33a71839c512d222115d36f8fd40
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-03-24 10:32:38 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-03-24 10:38:42 +0000

    sound: Remove unimplemented chn_reinit() definition
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/dev/sound/pcm/channel.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h
index dbacbdd894f9..f964480369a1 100644
--- a/sys/dev/sound/pcm/channel.h
+++ b/sys/dev/sound/pcm/channel.h
@@ -255,7 +255,6 @@ struct pcm_channel {
 
 #include "channel_if.h"
 
-int chn_reinit(struct pcm_channel *c);
 int chn_write(struct pcm_channel *c, struct uio *buf);
 int chn_read(struct pcm_channel *c, struct uio *buf);
 u_int32_t chn_start(struct pcm_channel *c, int force);


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c269d1.344de.1d412f0e>