diff options
| author | Orion Hodson <orion@FreeBSD.org> | 2001-04-23 21:53:12 +0000 |
|---|---|---|
| committer | Orion Hodson <orion@FreeBSD.org> | 2001-04-23 21:53:12 +0000 |
| commit | 1f2b9fe67a953d746ff01f29c4c9ed5f2e327d2a (patch) | |
| tree | 47f55571a7699e08b79e32566664f155720ddcb1 /sys/dev/sound/driver.c | |
| parent | d164d805c75ddf267a3e8f38442740557249bec4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/driver.c')
| -rw-r--r-- | sys/dev/sound/driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c index 58f30335cdc29..4c2e098a0a792 100644 --- a/sys/dev/sound/driver.c +++ b/sys/dev/sound/driver.c @@ -52,6 +52,7 @@ DECLARE_MODULE(snd_driver, snd_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE); MODULE_VERSION(snd_driver, 1); MODULE_DEPEND(snd_driver, snd_ad1816, 1, 1, 1); +MODULE_DEPEND(snd_driver, snd_als4000, 1, 1, 1); /* MODULE_DEPEND(snd_driver, snd_aureal, 1, 1, 1); */ MODULE_DEPEND(snd_driver, snd_cmi, 1, 1, 1); MODULE_DEPEND(snd_driver, snd_cs4281, 1, 1, 1); |
