summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-05-14 07:33:06 +0000
committerhselasky <hselasky@FreeBSD.org>2014-05-14 07:33:06 +0000
commit096b4e7a7be95d2a91165b92809a9a9e8ded5028 (patch)
tree5d90b00628ac792da59256a8b5f0d6221c65392e /sys/modules/sound/driver
parent26ec1c7bf131eb86a0af6d1fdfbbbe42ef8afcfd (diff)
downloadFreeBSD-src-096b4e7a7be95d2a91165b92809a9a9e8ded5028.zip
FreeBSD-src-096b4e7a7be95d2a91165b92809a9a9e8ded5028.tar.gz
Change the USB audio kernel module linking order, so that the USB
audio device driver is detached first and not its children. This fixes a panic in some cases when unloading "snd_uaudio" while a USB device is plugged. The linking order affects the order in which the module dependencies are registered. MFC after: 1 week
Diffstat (limited to 'sys/modules/sound/driver')
-rw-r--r--sys/modules/sound/driver/uaudio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/uaudio/Makefile b/sys/modules/sound/driver/uaudio/Makefile
index 7fa025a..1dd4493 100644
--- a/sys/modules/sound/driver/uaudio/Makefile
+++ b/sys/modules/sound/driver/uaudio/Makefile
@@ -7,6 +7,6 @@ S= ${.CURDIR}/../../../..
KMOD= snd_uaudio
SRCS= bus_if.h device_if.h usb_if.h vnode_if.h
SRCS+= opt_usb.h opt_bus.h feeder_if.h channel_if.h usbdevs.h
-SRCS+= uaudio.c uaudio_pcm.c
+SRCS+= uaudio_pcm.c uaudio.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud