sound: Remove unimplemented chn_reinit() definition

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Christos Margiolis
2026-03-24 11:32:38 +01:00
parent d048cec5fb
commit 2e1cf24229
-1
View File
@@ -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);