Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-09 Thread Takashi Iwai
At Fri, 06 Feb 2004 20:05:42 +, James Courtier-Dutton wrote: > > Takashi Iwai wrote: > > At Thu, 05 Feb 2004 22:28:03 +, > > James Courtier-Dutton wrote: > > > >>I checked out a new anonymouse cvs of alsa-driver/alsa-kernel, applied > >>your patch, and attach the output from doing modpro

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-06 Thread James Courtier-Dutton
Takashi Iwai wrote: At Thu, 05 Feb 2004 22:28:03 +, James Courtier-Dutton wrote: I checked out a new anonymouse cvs of alsa-driver/alsa-kernel, applied your patch, and attach the output from doing modprobe snd-intel8x0. I can only see printf's in the patch, so I don't see how it could have f

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-06 Thread Takashi Iwai
At Thu, 05 Feb 2004 22:28:03 +, James Courtier-Dutton wrote: > > I checked out a new anonymouse cvs of alsa-driver/alsa-kernel, applied > your patch, and attach the output from doing modprobe snd-intel8x0. > > I can only see printf's in the patch, so I don't see how it could have > fixes th

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread James Courtier-Dutton
Takashi Iwai wrote: At Wed, 04 Feb 2004 23:03:50 +, James Courtier-Dutton wrote: Takashi Iwai wrote: At Mon, 02 Feb 2004 19:42:37 +, James Courtier-Dutton wrote: Once thing I have noticed, is that with the alc650, we used to have VRA (alsa 0.9.8), but the 1.0.2 intel8x0 driver ignores th

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread James Courtier-Dutton
Jaroslav Kysela wrote: On Thu, 5 Feb 2004, Glenn Maynard wrote: On Thu, Feb 05, 2004 at 12:01:28PM +0100, Jaroslav Kysela wrote: My point is, I don't think setting start_threshold to buffer_size is even "wrong" at all. Some people might want the buffer to be full before it starts, and my patch

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread Glenn Maynard
On Thu, Feb 05, 2004 at 08:38:23PM +0100, Jaroslav Kysela wrote: > > Otherwise, programs will work on some hardware and not others, which is > > a case that should be minimized as much as possible; it's these kinds > > of subtle differences that make it very hard to write reliable (sound, > > video

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread Takashi Iwai
At Wed, 04 Feb 2004 23:03:50 +, James Courtier-Dutton wrote: > > One thing that is good though, is this allowed me to do lots of testing > for people that have codecs with fixed rates. If you do get my alc650 > codec working again with variable rates, please make sure there is some > sort o

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread Takashi Iwai
At Wed, 04 Feb 2004 23:03:50 +, James Courtier-Dutton wrote: > > Takashi Iwai wrote: > > At Mon, 02 Feb 2004 19:42:37 +, > > James Courtier-Dutton wrote: > > > >>Once thing I have noticed, is that with the alc650, we used to have VRA > >>(alsa 0.9.8), but the 1.0.2 intel8x0 driver ignore

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread Jaroslav Kysela
On Thu, 5 Feb 2004, Glenn Maynard wrote: > On Thu, Feb 05, 2004 at 12:01:28PM +0100, Jaroslav Kysela wrote: > > > My point is, I don't think setting start_threshold to buffer_size is > > > even "wrong" at all. Some people might want the buffer to be full before > > > it starts, and my patch allo

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread Takashi Iwai
At Thu, 5 Feb 2004 14:15:22 -0500, Glenn Maynard wrote: > > On Thu, Feb 05, 2004 at 12:01:28PM +0100, Jaroslav Kysela wrote: > > > My point is, I don't think setting start_threshold to buffer_size is > > > even "wrong" at all. Some people might want the buffer to be full before > > > it starts,

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread Glenn Maynard
On Thu, Feb 05, 2004 at 12:01:28PM +0100, Jaroslav Kysela wrote: > > My point is, I don't think setting start_threshold to buffer_size is > > even "wrong" at all. Some people might want the buffer to be full before > > it starts, and my patch allows for that. > > It's not wrong semantics. I see

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-05 Thread Jaroslav Kysela
On Tue, 3 Feb 2004, James Courtier-Dutton wrote: > >>I attach a patch that fixes alsa-lib. > >>All it does it call snd_pcm_start() just before snd_pcm_wait() and due > >>to the if statement just above it, will only happen when the buffer is > >>going to be filled, therefore ensuring that even if

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-04 Thread James Courtier-Dutton
Takashi Iwai wrote: At Mon, 02 Feb 2004 19:42:37 +, James Courtier-Dutton wrote: Once thing I have noticed, is that with the alc650, we used to have VRA (alsa 0.9.8), but the 1.0.2 intel8x0 driver ignores the VRA and fixes itself at 48000. yes, the detection of sample rate range seems broke

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-04 Thread Takashi Iwai
At Mon, 02 Feb 2004 19:42:37 +, James Courtier-Dutton wrote: > > Once thing I have noticed, is that with the alc650, we used to have VRA > (alsa 0.9.8), but the 1.0.2 intel8x0 driver ignores the VRA and fixes > itself at 48000. yes, the detection of sample rate range seems broken for some c

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-03 Thread Jaroslav Kysela
On Mon, 2 Feb 2004, James Courtier-Dutton wrote: > James Courtier-Dutton wrote: > > > > Once thing I have noticed, is that with the alc650, we used to have VRA > > (alsa 0.9.8), but the 1.0.2 intel8x0 driver ignores the VRA and fixes > > itself at 48000. > > So, before I never needed the sample

Re: [PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-03 Thread James Courtier-Dutton
Jaroslav Kysela wrote: On Mon, 2 Feb 2004, James Courtier-Dutton wrote: James Courtier-Dutton wrote: Once thing I have noticed, is that with the alc650, we used to have VRA (alsa 0.9.8), but the 1.0.2 intel8x0 driver ignores the VRA and fixes itself at 48000. So, before I never needed the samp

[PATCH] Fixes: Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-02 Thread James Courtier-Dutton
James Courtier-Dutton wrote: Once thing I have noticed, is that with the alc650, we used to have VRA (alsa 0.9.8), but the 1.0.2 intel8x0 driver ignores the VRA and fixes itself at 48000. So, before I never needed the sample rate converters, but as it now fixes the rate at 48000, I need the samp

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-02 Thread James Courtier-Dutton
Takashi Iwai wrote: At Mon, 02 Feb 2004 17:41:02 +, James Courtier-Dutton wrote: In alsa 0.9.8, the snd-intel8x0 worked find with my MB. An ICH5 with ALC650. With alsa 1.0.2, I get: - device: front -> no-sound output device: surround40: -> Only sound on rear left, and rear right. device: surrou

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-02 Thread Prakash K. Cheemplavam
hmm, it looks like a generic problem of intel8x0 with ALC65x. in the recent version, the detection and implementation of PCM streams have been changed, and i guess it's broken for these codecs. I would think the same. I told you/alsa list about oss emulation with mmap and quake3 problem (since fir

Re: [Alsa-devel] intel8x0 has stopped working.

2004-02-02 Thread Takashi Iwai
At Mon, 02 Feb 2004 17:41:02 +, James Courtier-Dutton wrote: > > In alsa 0.9.8, the snd-intel8x0 worked find with my MB. An ICH5 with ALC650. > With alsa 1.0.2, I get: - > device: front -> no-sound output > device: surround40: -> Only sound on rear left, and rear right. > device: surround51: -