git: sound - Attempt to fix freezes

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jul 15 13:09:40 PDT 2025


commit 104a9f7db9e9c1e0d7c2a14e3747f3ea7c441baa
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Jul 15 13:08:42 2025 -0700

    sound - Attempt to fix freezes
    
    * Fix a bug where an interrupt can occur prior to the device being
      fully initialized.
    
    * Fix a bug where the interrupt can get stuck, causing a system crash.
    
    Nudged-by: servik
    Taken-From: FreeBSD

Summary of changes:
 sys/dev/sound/pci/hda/hdac.c | 41 ++++++++++++++++++++++++++++-------------
 1 file changed, 28 insertions(+), 13 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/104a9f7db9e9c1e0d7c2a14e3747f3ea7c441baa


-- 
DragonFly BSD source repository


More information about the Commits mailing list