From 2e1cf242292a33a71839c512d222115d36f8fd40 Mon Sep 17 00:00:00 2001 From: Christos Margiolis Date: Tue, 24 Mar 2026 11:32:38 +0100 Subject: [PATCH] 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 dbacbdd894f..f964480369a 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);