From db5d9e122b911b46d76df61b88dea905bdf31e10 Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 24 Oct 2001 21:44:07 +0000 Subject: Change the module name from 'snd_sonicvibes' to 'snd_vibes' as that is the filename (thus the "old" module name) and the name used by snd_driver.ko. --- sys/dev/sound/pci/vibes.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index bd13416..e4232c0 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); -- cgit v1.1