diff options
author | Seigo Tanimura <tanimura@FreeBSD.org> | 2004-07-16 04:00:08 +0000 |
---|---|---|
committer | Seigo Tanimura <tanimura@FreeBSD.org> | 2004-07-16 04:00:08 +0000 |
commit | 0739ea1de2343813a418eb6b6974b83d20227da1 (patch) | |
tree | 5419140a7517d7d82581984a80f60302e0c26f45 /sys/dev/sound/pci/emu10k1.c | |
parent | 6fe30ff3f2daef4964f17a1152de2b17f5180f16 (diff) |
Notes
Diffstat (limited to 'sys/dev/sound/pci/emu10k1.c')
-rw-r--r-- | sys/dev/sound/pci/emu10k1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index ce4285a36f9dd..b5a0775493bd9 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -2038,7 +2038,7 @@ static driver_t emu_driver = { }; DRIVER_MODULE(snd_emu10k1, pci, emu_driver, pcm_devclass, 0, 0); -MODULE_DEPEND(snd_emu10k1, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER); +MODULE_DEPEND(snd_emu10k1, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER); MODULE_VERSION(snd_emu10k1, 1); /* dummy driver to silence the joystick device */ |