diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-03-24 10:32:38 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-03-24 10:38:42 +0000 |
| commit | 2e1cf242292a33a71839c512d222115d36f8fd40 (patch) | |
| tree | e2c49b96b7816c913639d2f09a9fe506ccc3ec27 | |
| parent | d048cec5fb41cf9529dd0b637a51c7ee72b59b3b (diff) | |
sound: Remove unimplemented chn_reinit() definition
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
| -rw-r--r-- | sys/dev/sound/pcm/channel.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
