diff options
author | cg <cg@FreeBSD.org> | 2000-07-03 20:52:27 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-07-03 20:52:27 +0000 |
commit | 809e9b3b6c801fb2ab7667ee1c50701a91d73e2e (patch) | |
tree | 1780dcea06a27f13fc03ed9c3cece3d9aa065d96 /sys/dev/sound/pcm/sound.h | |
parent | 4f5fa991c057d05f4dcfd6aa70523a20cf07b33f (diff) | |
download | FreeBSD-src-809e9b3b6c801fb2ab7667ee1c50701a91d73e2e.zip FreeBSD-src-809e9b3b6c801fb2ab7667ee1c50701a91d73e2e.tar.gz |
add module metadata. this is a hack, sound drivers will eventually present a
bus to which pcm, mixer, etc will attach.
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r-- | sys/dev/sound/pcm/sound.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 9a32f2b..2f659d8 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -85,6 +85,12 @@ struct isa_device { int dummy; }; #include <dev/sound/pcm/mixer.h> #include <dev/sound/pcm/dsp.h> +#define PCM_MODVER 1 + +#define PCM_MINVER 1 +#define PCM_PREFVER PCM_MODVER +#define PCM_MAXVER 1 + #define MAGIC(unit) (0xa4d10de0 + unit) #define SD_F_SIMPLEX 0x00000001 |