summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci/vibes.c
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2004-07-16 04:00:08 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2004-07-16 04:00:08 +0000
commit0739ea1de2343813a418eb6b6974b83d20227da1 (patch)
tree5419140a7517d7d82581984a80f60302e0c26f45 /sys/dev/sound/pci/vibes.c
parent6fe30ff3f2daef4964f17a1152de2b17f5180f16 (diff)
Notes
Diffstat (limited to 'sys/dev/sound/pci/vibes.c')
-rw-r--r--sys/dev/sound/pci/vibes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c
index c7028f59ee46..6fd1f8fa1462 100644
--- a/sys/dev/sound/pci/vibes.c
+++ b/sys/dev/sound/pci/vibes.c
@@ -943,5 +943,5 @@ static driver_t sonicvibes_driver = {
};
DRIVER_MODULE(snd_vibes, pci, sonicvibes_driver, pcm_devclass, 0, 0);
-MODULE_DEPEND(snd_vibes, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER);
+MODULE_DEPEND(snd_vibes, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
MODULE_VERSION(snd_vibes, 1);