git: 2e1cf242292a - main - sound: Remove unimplemented chn_reinit() definition

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Tue, 24 Mar 2026 10:39:13 UTC
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);