diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-10-24 21:44:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-10-24 21:44:07 +0000 |
| commit | 02185af5a923aaf16e1109a61a1d46e6f166ff69 (patch) | |
| tree | 5f7e9ed4abdfa799841ca862be34ecd2b0c256d2 /sys/dev | |
| parent | 579f17a038f16d38702d8b85ac4a52daf0211707 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sound/pci/vibes.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index bd13416bee27..e4232c0e0fd3 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -940,6 +940,6 @@ static driver_t sonicvibes_driver = { PCM_SOFTC_SIZE }; -DRIVER_MODULE(snd_sonicvibes, pci, sonicvibes_driver, pcm_devclass, 0, 0); -MODULE_DEPEND(snd_sonicvibes, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); -MODULE_VERSION(snd_sonicvibes, 1); +DRIVER_MODULE(snd_vibes, pci, sonicvibes_driver, pcm_devclass, 0, 0); +MODULE_DEPEND(snd_vibes, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); +MODULE_VERSION(snd_vibes, 1); |
