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
The following reply was made to PR kern/45701; it has been noted by GNATS.
From: Taylor R Campbell <campbell+netbsd%mumble.net@localhost>
To: "Jared D. McNeill" <jmcneill%invisible.ca@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, kern-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/45701: hdaudio stops working after suspend/resume and then
detach/reattach
Date: Sun, 11 Dec 2011 00:33:28 +0000
Date: Sat, 10 Dec 2011 19:08:19 -0500
From: "Jared D. McNeill" <jmcneill%invisible.ca@localhost>
Try getting rid of the "w_enable =3D=3D false" check in hdafg_resume, io=
w change to:
if (w =3D=3D NULL || w->w_type !=3D COP_AWCAP_TYPE_PIN_COMPLEX)
continue;
Now it works. Thanks!
Home |
Main Index |
Thread Index |
Old Index