[Alsa-devel] resume problems in intel8x0 persist (Inspiron 8200)

2004-01-23 Thread Itay Ben-Yaacov
AS reported many times before, intel8x0 fails to resume properly with 1.0.1, on my (and according to some old reports, others') Inspiron 8200 with an ICH3 chipset. The problem is that codec #0 is not waited for for some reason, and adding a hard-coded waiting time of HZ/4 solves the problem. Th

[Alsa-devel] intel8x0 still fails to resume in rc2. -- please solve this before the final release!

2003-12-06 Thread Itay Ben-Yaacov
Hi. I am sorry to report that the problem, which disappeared with pre1 and re-appeared in pre2, is still there in rc2 (so that's not the nug resolved, I assume). As before, adding a hard-coded wait in the resume phase, before resuming the ac97's, solves the problem. Without this, many registe

Re: [Alsa-devel] intel8x0 resume problems --now in 1.0.0pre2 and pre3

2003-12-01 Thread Itay Ben-Yaacov
> could you run diff between these two versions? I ran cvs -z3 -d ':pserver:[EMAIL PROTECTED]:/cvsroot/alsa' diff -u -D 11/20/2003 -D 11/21/2003 On the alsa-kernel tree: Index: Documentation/DocBook/writing-an-alsa-driver.tmpl ==

[Alsa-devel] intel8x0 resume problems --now in 1.0.0pre2 and pre3

2003-11-29 Thread Itay Ben-Yaacov
Hi, This may look like a deja vu, but it's a new problem. CVS snapshots up to nov 20 work fine, but from nov 21 my intel8x0 dies on resume (on a Dell I8200, ICH3). Any ideas? Thanks, Itay. __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yaho

Re: [Alsa-devel] More on the intel8x0 resume problems.

2003-11-22 Thread Itay Ben-Yaacov
OK, I tested 1.0.0pre1, and it seems to solve the problem. I think I'll just stick with that. Thanks. BTW, the sound corruption on lost interrupts bug is still present there -- any chances to get some tips on how to

[Alsa-devel] More on the intel8x0 resume problems.

2003-11-18 Thread Itay Ben-Yaacov
As I reported earlier, intel8x0 fails to resume properly on my Dell I8200 with alsa >= 0.9.7 This is due to the fact that snd_intel8x0_ich_chip_init() no longer waits that extra 1/4 second it used to in 0.9.6 and ealier. It seems to believe that all the codecs are ready, but apparently they a

[Alsa-devel] intel8x0.c rev 1.87 kills audio on resume

2003-11-10 Thread Itay Ben-Yaacov
Apologies for posting twice: I forgot to put a meaningful subject on the first posting. Hi As was reported on this list ealier, on a Dell I8200 with inte8x0, sound dies after suspend/resume, and this is only repaired by removing and re-installing the drivers. This is tue to the patch to int

[Alsa-devel] (no subject)

2003-11-10 Thread Itay Ben-Yaacov
Hi As was reported on this list ealier, on a Dell I8200 with inte8x0, sound dies after suspend/resume, and this is only repaired by removing and re-installing the drivers. This is tue to the patch to intel8x0.c (1.86->1.87, 2003-07-30) which actually does good things: i.e., instead of waiting