diff options
Diffstat (limited to 'sys/dev/sound/pcm/sound.c')
-rw-r--r-- | sys/dev/sound/pcm/sound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index c5c0b6d..71dc8c3 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -33,6 +33,8 @@ static int status_isopen = 0; static int status_init(char *buf, int size); static int status_read(struct uio *buf); +MODULE_VERSION(snd_pcm, PCM_MODVER); + static d_open_t sndopen; static d_close_t sndclose; static d_ioctl_t sndioctl; |