summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/via8233.c
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>2004-07-16 04:00:08 +0000
committertanimura <tanimura@FreeBSD.org>2004-07-16 04:00:08 +0000
commit217e78b7457004446a61ac3de506050009ca0bef (patch)
tree5419140a7517d7d82581984a80f60302e0c26f45 /sys/dev/sound/pci/via8233.c
parentb89aa7ae3fe36fd58577692d8167156e891a56df (diff)
downloadFreeBSD-src-217e78b7457004446a61ac3de506050009ca0bef.zip
FreeBSD-src-217e78b7457004446a61ac3de506050009ca0bef.tar.gz
Rename the sound device drivers:
- `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg
Diffstat (limited to 'sys/dev/sound/pci/via8233.c')
-rw-r--r--sys/dev/sound/pci/via8233.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/via8233.c b/sys/dev/sound/pci/via8233.c
index 77716fb..cf14551 100644
--- a/sys/dev/sound/pci/via8233.c
+++ b/sys/dev/sound/pci/via8233.c
@@ -923,5 +923,5 @@ static driver_t via_driver = {
};
DRIVER_MODULE(snd_via8233, pci, via_driver, pcm_devclass, 0, 0);
-MODULE_DEPEND(snd_via8233, snd_pcm, PCM_MINVER, PCM_PREFVER, PCM_MAXVER);
+MODULE_DEPEND(snd_via8233, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
MODULE_VERSION(snd_via8233, 1);
OpenPOWER on IntegriCloud