Page MenuHomeFreeBSD

D49272.diff
No OneTemporary

D49272.diff

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

Mime Type
text/plain
Expires
Sat, Aug 22, 7:13 PM (48 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37104105
Default Alt Text
D49272.diff (370 B)

Event Timeline