Date: Sat, 30 Nov 2024 10:19:56 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 229190] hdac0: Command timeout on address 2 (Intel Kabylake HDA CODEC) Message-ID: <bug-229190-12827-iy5XssVyD9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229190-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-229190-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229190 --- Comment #24 from Edward Tomasz Napierala <trasz@FreeBSD.org> --- I wonder if the problem here isn't the command timing out itself, but the w= ay the driver spins on DELAY(9) for 100ms (1/10 of a second) to wait for its completion. Can't easily turn it into a sleepable msleep(9) because of the locks held. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229190-12827-iy5XssVyD9>