Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Rafael J. Wysocki
On Thursday, 28 of July 2005 10:48, Shaohua Li wrote: > On Thu, 2005-07-28 at 10:43 +0200, Rafael J. Wysocki wrote: > > Hi, > > > > On Thursday, 28 of July 2005 10:06, Takashi Iwai wrote: > > > At Wed, 27 Jul 2005 22:52:49 +0200, > > > Pavel Machek wrote: > > > > > > > > Hi! > > > > > > > > > >

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Shaohua Li
On Thu, 2005-07-28 at 10:43 +0200, Rafael J. Wysocki wrote: > Hi, > > On Thursday, 28 of July 2005 10:06, Takashi Iwai wrote: > > At Wed, 27 Jul 2005 22:52:49 +0200, > > Pavel Machek wrote: > > > > > > Hi! > > > > > > > > The following patch adds free_irq() and request_irq() to the suspend > >

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Shaohua Li
On Thu, 2005-07-28 at 10:06 +0200, Takashi Iwai wrote: > At Wed, 27 Jul 2005 22:52:49 +0200, > Pavel Machek wrote: > > > > Hi! > > > > > > The following patch adds free_irq() and request_irq() to the suspend and > > > > resume, respectively, routines in the snd_intel8x0 driver. > > > > > > The

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Rafael J. Wysocki
Hi, On Thursday, 28 of July 2005 10:06, Takashi Iwai wrote: > At Wed, 27 Jul 2005 22:52:49 +0200, > Pavel Machek wrote: > > > > Hi! > > > > > > The following patch adds free_irq() and request_irq() to the suspend and > > > > resume, respectively, routines in the snd_intel8x0 driver. > > > > >

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Pavel Machek
Hi! > > > > The following patch adds free_irq() and request_irq() to the suspend and > > > > resume, respectively, routines in the snd_intel8x0 driver. > > > > > > The patch looks OK to me although I have some concerns. > > > > > > - The error in resume can't be handled properly. > > > > > >

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Takashi Iwai
At Wed, 27 Jul 2005 22:52:49 +0200, Pavel Machek wrote: > > Hi! > > > > The following patch adds free_irq() and request_irq() to the suspend and > > > resume, respectively, routines in the snd_intel8x0 driver. > > > > The patch looks OK to me although I have some concerns. > > > > - The error

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Takashi Iwai
At Wed, 27 Jul 2005 22:52:49 +0200, Pavel Machek wrote: Hi! The following patch adds free_irq() and request_irq() to the suspend and resume, respectively, routines in the snd_intel8x0 driver. The patch looks OK to me although I have some concerns. - The error in resume can't

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Pavel Machek
Hi! The following patch adds free_irq() and request_irq() to the suspend and resume, respectively, routines in the snd_intel8x0 driver. The patch looks OK to me although I have some concerns. - The error in resume can't be handled properly. What should we do for the

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Rafael J. Wysocki
Hi, On Thursday, 28 of July 2005 10:06, Takashi Iwai wrote: At Wed, 27 Jul 2005 22:52:49 +0200, Pavel Machek wrote: Hi! The following patch adds free_irq() and request_irq() to the suspend and resume, respectively, routines in the snd_intel8x0 driver. The patch looks OK

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Shaohua Li
On Thu, 2005-07-28 at 10:06 +0200, Takashi Iwai wrote: At Wed, 27 Jul 2005 22:52:49 +0200, Pavel Machek wrote: Hi! The following patch adds free_irq() and request_irq() to the suspend and resume, respectively, routines in the snd_intel8x0 driver. The patch looks OK to me

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Shaohua Li
On Thu, 2005-07-28 at 10:43 +0200, Rafael J. Wysocki wrote: Hi, On Thursday, 28 of July 2005 10:06, Takashi Iwai wrote: At Wed, 27 Jul 2005 22:52:49 +0200, Pavel Machek wrote: Hi! The following patch adds free_irq() and request_irq() to the suspend and resume,

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-28 Thread Rafael J. Wysocki
On Thursday, 28 of July 2005 10:48, Shaohua Li wrote: On Thu, 2005-07-28 at 10:43 +0200, Rafael J. Wysocki wrote: Hi, On Thursday, 28 of July 2005 10:06, Takashi Iwai wrote: At Wed, 27 Jul 2005 22:52:49 +0200, Pavel Machek wrote: Hi! The following patch adds

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-27 Thread Pavel Machek
Hi! > > The following patch adds free_irq() and request_irq() to the suspend and > > resume, respectively, routines in the snd_intel8x0 driver. > > The patch looks OK to me although I have some concerns. > > - The error in resume can't be handled properly. > > What should we do for the error

Re: [ACPI] Re: [Alsa-devel] [PATCH] 2.6.13-rc3-git5: fix Bug #4416 (1/2)

2005-07-27 Thread Pavel Machek
Hi! The following patch adds free_irq() and request_irq() to the suspend and resume, respectively, routines in the snd_intel8x0 driver. The patch looks OK to me although I have some concerns. - The error in resume can't be handled properly. What should we do for the error of