Index | Thread | Search

From:
Martijn van Duren <openbsd+tech@list.imperialat.at>
Subject:
Re: AMD 17h/1xh HD Audio testers wanted!
To:
Jose Maldonado <josemald89@gmail.com>
Cc:
tech@openbsd.org
Date:
Tue, 02 Apr 2024 10:35:00 +0200

Download raw body.

Thread
Hello Jose,

Thanks for testing, good to hear that this changes the behaviour in a
similar fashion on other machines. But as stated in my original mail,
this isn't intended for commit, but as a debugging step in the hope
that people more experienced in this area can chime in.

martijn@

On Mon, 2024-04-01 at 17:50 -0400, Jose Maldonado wrote:
> El Sat, 30 Mar 2024 19:36:52 +0100
> Martijn van Duren <openbsd+tech@list.imperialat.at> escribió:
> > timeout_add_sec(&sc->intr_to, 1);
> 
> Hi! I made a little change here:
> 
> ** timeout_add_sec(&sc->intr_to, 1);
> 
> for this
> 
> ** timeout_add_msec(&sc->intr_to, 100);
> 
> In my case the stuck audio have a (better) short duration when I playing
> audio, this in comparation with the timeout_add_sec(&sc->intr_to, 1).
> 
> However, the time between failures is maintained, approximately every
> 90 minutes the audio cuts off.
> 
> However, thanks again for the commit, it
> is an advance and at least makes my onboard audio more usable.
> 
> 
>