NetBSD-Bugs archive

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

Re: kern/45701: hdaudio stops working after suspend/resume and then detach/reattach



   Date: Sat, 10 Dec 2011 19:08:19 -0500
   From: "Jared D. McNeill" <jmcneill%invisible.ca@localhost>

   Try getting rid of the "w_enable == false" check in hdafg_resume, iow change 
to:

     if (w == NULL || w->w_type != COP_AWCAP_TYPE_PIN_COMPLEX)
       continue;

Now it works.  Thanks!


Home | Main Index | Thread Index | Old Index