Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153450954
D49272.id152095.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
370 B
Referenced Files
None
Subscribers
None
D49272.id152095.diff
View Options
diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -6200,7 +6200,9 @@
HDA_BOOTHVERBOSE(
device_printf(dev, "Creating PCM devices...\n");
);
+ hdaa_unlock(devinfo);
hdaa_create_pcms(devinfo);
+ hdaa_lock(devinfo);
HDA_BOOTVERBOSE(
if (devinfo->quirks != 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 6:11 AM (18 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31893434
Default Alt Text
D49272.id152095.diff (370 B)
Attached To
Mode
D49272: hdaa: Don't hold a mutex while creating child devices
Attached
Detach File
Event Timeline
Log In to Comment