Re: azalia(4) resume diff

2011-03-01 Thread Loganaden Velvindron
It works fine on my laptop. dmesg: azalia0 at pci0 dev 27 function 0 "Intel 82801H HD Audio" rev 0x03: apic 2 int 22 (irq 4) azalia0: codecs: Realtek ALC660, AT&T/Lucent/0x1040, using Realtek ALC660 audio0 at azalia0 I don't notice any difference before/after applying the diffs when using mplaye

Re: azalia(4) resume diff

2011-03-01 Thread Loganaden Velvindron
It works fine on my laptop: dmesg: azalia0 at pci0 dev 27 function 0 "Intel 82801H HD Audio" rev 0x03: apic 2 int 22 (irq 4) azalia0: codecs: Realtek ALC660, AT&T/Lucent/0x1040, using Realtek ALC660 audio0 at azalia0 I don't notice differences before and after applying the diffs, using mplayer t

Re: azalia(4) resume diff

2011-03-01 Thread Jasper Lievisse Adriaanse
On Mon, Feb 28, 2011 at 08:56:57PM -0500, Brad wrote: > On Mon, Feb 28, 2011 at 11:16:49PM +, Jacob Meuser wrote: > > some ATI azalia controllers are brojen after resume, as in PR 6550. > > the following diff gathers most of the pci conf register manipulation > > done in azalia_pci_attach() int

Re: azalia(4) resume diff

2011-02-28 Thread Jacob Meuser
On Mon, Feb 28, 2011 at 08:56:57PM -0500, Brad wrote: > On Mon, Feb 28, 2011 at 11:16:49PM +, Jacob Meuser wrote: > > some ATI azalia controllers are brojen after resume, as in PR 6550. > > the following diff gathers most of the pci conf register manipulation > > done in azalia_pci_attach() int

Re: azalia(4) resume diff

2011-02-28 Thread patrick keshishian
On Mon, Feb 28, 2011 at 5:56 PM, Brad wrote: > On Mon, Feb 28, 2011 at 11:16:49PM +, Jacob Meuser wrote: >> some ATI azalia controllers are brojen after resume, as in PR 6550. >> the following diff gathers most of the pci conf register manipulation >> done in azalia_pci_attach() into a new fun

Re: azalia(4) resume diff

2011-02-28 Thread Brad
On Mon, Feb 28, 2011 at 11:16:49PM +, Jacob Meuser wrote: > some ATI azalia controllers are brojen after resume, as in PR 6550. > the following diff gathers most of the pci conf register manipulation > done in azalia_pci_attach() into a new function, azalia_configure_pci(), > and calls that fun

azalia(4) resume diff

2011-02-28 Thread Jacob Meuser
some ATI azalia controllers are brojen after resume, as in PR 6550. the following diff gathers most of the pci conf register manipulation done in azalia_pci_attach() into a new function, azalia_configure_pci(), and calls that function in azalia_pci_attach() and azalia_resume(). this fixes one repo