Date: Tue, 31 Mar 2026 09:55:19 +0000 From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3d85a2a7a8a9 - stable/15 - sound: Remove unimplemented chn_reinit() definition Message-ID: <69cb9a07.3c82e.54189cb0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=3d85a2a7a8a9342a9426c2ad9d07e0a81bf190c0 commit 3d85a2a7a8a9342a9426c2ad9d07e0a81bf190c0 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2026-03-24 10:32:38 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2026-03-31 09:54:45 +0000 sound: Remove unimplemented chn_reinit() definition Sponsored by: The FreeBSD Foundation MFC after: 1 week (cherry picked from commit 2e1cf242292a33a71839c512d222115d36f8fd40) --- 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?69cb9a07.3c82e.54189cb0>
