diff options
author | green <green@FreeBSD.org> | 2001-07-02 15:27:28 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-07-02 15:27:28 +0000 |
commit | 9243c4f1a8f9d9e3568d0f943ae5147a24e62e46 (patch) | |
tree | 023577fe7d9f79128cbd9ba190280135ebf61495 /sys/dev/sound/pcm/channel.h | |
parent | fd2fcd17ee2995f9eec606ef9b918fe0e766545f (diff) | |
download | FreeBSD-src-9243c4f1a8f9d9e3568d0f943ae5147a24e62e46.zip FreeBSD-src-9243c4f1a8f9d9e3568d0f943ae5147a24e62e46.tar.gz |
Make all this compile on 4.3, modulus sbuf.
Diffstat (limited to 'sys/dev/sound/pcm/channel.h')
-rw-r--r-- | sys/dev/sound/pcm/channel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index 9095c1b..6ad1b43 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.h @@ -36,6 +36,7 @@ struct pcmchan_caps { u_int32_t *fmtlist; u_int32_t caps; }; +typedef struct pcmchan_caps pcmchan_caps; #define CHN_NAMELEN 32 struct pcm_channel { |