NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/56644: Kernel assertion in audio.c



The following reply was made to PR kern/56644; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/56644: Kernel assertion in audio.c
Date: Wed, 2 Feb 2022 23:38:28 +0000

 On Sat, Jan 29, 2022 at 01:00:03AM +0000, Taylor R Campbell wrote:
 >  -			int drops = mixer->frames_per_block -
 >  -			    (input->capacity - input->used);
 >  +			int drops = mixer->frames_per_block;
 
 FWIW, I get the same panic despite applying this diff.
 


Home | Main Index | Thread Index | Old Index