Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115547418
D47399.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D47399.diff
View Options
diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c
--- a/sys/dev/sound/driver.c
+++ b/sys/dev/sound/driver.c
@@ -57,7 +57,9 @@
MODULE_DEPEND(snd_driver, snd_als4000, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_atiixp, 1, 1, 1);
+#if defined(__i386__) || defined(__amd64__)
MODULE_DEPEND(snd_driver, snd_cmi, 1, 1, 1);
+#endif
MODULE_DEPEND(snd_driver, snd_cs4281, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_csa, 1, 1, 1);
MODULE_DEPEND(snd_driver, snd_csapcm, 1, 1, 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 4:14 AM (18 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17797813
Default Alt Text
D47399.diff (482 B)
Attached To
Mode
D47399: sound: Include snd_cmi only for i386 and amd64
Attached
Detach File
Event Timeline
Log In to Comment