aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2025-06-12 07:47:57 +0000
committerStefan Eßer <se@FreeBSD.org>2025-06-12 08:15:59 +0000
commitdab9ef5448682c3c35e34d857b17ac1c23445321 (patch)
tree2a8a2a0d96a69f5ed228b557d88fbfdc311acb6d /sys/dev
parentd8b51259caee09a4080e524ac254e1f5aecc46cc (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 8714f615f846..900578b73de4 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -1278,6 +1278,7 @@ hdac_attach(device_t dev)
goto hdac_attach_fail;
/* Get Capabilities */
+ hdac_reset(sc, 1);
result = hdac_get_capabilities(sc);
if (result != 0)
goto hdac_attach_fail;