[Alsa-devel] snd-intel8x0 produces no sound starting in 2.6.5

2004-05-25 Thread Andrew Pimlott
[I sent a more complete version of this mail several days ago before I was subscribed, but it seems to have disappeared and I neglected to keep a copy. If anyone can dig out that message and post it, I'd be grateful.] I have an "Intel Corp. 82801DB (ICH4) AC'97 Audio Controller (rev 01)" in my De

Re: [Alsa-devel] weird xrun problem

2004-05-25 Thread Giuliano Pochini
On Sun, 23 May 2004 11:21:41 +0200 (CEST) Jaroslav Kysela <[EMAIL PROTECTED]> wrote: > On Sat, 22 May 2004, Giuliano Pochini wrote: > > > Period 0 is 6624 frames and Period 1 is 6592 frames long (32 frames > > shorter). I put some debug code and this is the output for a the playback > > test above

[Alsa-devel] RME 9632 Mixer...

2004-05-25 Thread Ed Wildgoose
...is driving me nuts. Everytime I turn on the PC I need to find a PC with SSH to adjust the mixer controls so that I can hear some sound (no mouse and a tiny TV resolution on the box itelf) Can anyone suggest how to script the controls to default to some known values? I'm using alsa from aro

Re: [Alsa-devel] 1.0.5rc1 release

2004-05-25 Thread Takashi Iwai
At Tue, 25 May 2004 15:31:43 +0200 (METDST), Clemens Ladisch wrote: > > Takashi Iwai wrote: > > > I wrote: > > > > > > Clemens Ladisch wrote: > > > > > > > > depmod: *** Unresolved symbols in > > > > /lib/modules/2.4.26/kernel/sound/isa/wavefront/snd-wavefront.o > > > > depmod: errno > >

Re: [Alsa-devel] 1.0.5rc1 release

2004-05-25 Thread Clemens Ladisch
Takashi Iwai wrote: > I wrote: > > > > Clemens Ladisch wrote: > > > > > > depmod: *** Unresolved symbols in > > > /lib/modules/2.4.26/kernel/sound/isa/wavefront/snd-wavefront.o > > > depmod: errno > > > > > > The open/close/read system calls are implemented as inline functions > > > which

Re: [Alsa-devel] PCM Params

2004-05-25 Thread Jaroslav Kysela
On Tue, 25 May 2004, Brian Furey wrote: > Im running OpenH323 a voice over ip application.What I > have found out from using it is that the alsa driver > always puts 32 msecs(256 bytes) of data into the > sender buffer, or takes the same amount from the > receiver buffer. > 32 msecs is driver defa

Re: [Alsa-devel] PCM Params

2004-05-25 Thread Brian Furey
--- Paul Davis <[EMAIL PROTECTED]> wrote: > > --- Paul Davis <[EMAIL PROTECTED]> wrote: > > > >>Hi , > >> >i'm trying to change the fragment size that the > >> alsa > >> >driver is capturing/playing out. It's currently > set > >> at > >> >32 msecs(256 bytes). > >> >They are set in the runtime stru

Re: [Alsa-devel] 1.0.5rc1 release

2004-05-25 Thread Takashi Iwai
At Tue, 25 May 2004 14:41:31 +0200, I wrote: > > At Tue, 25 May 2004 14:26:33 +0200 (METDST), > Clemens Ladisch wrote: > > > > > Please, report (especially compilation) problems. > > > > depmod: *** Unresolved symbols in > > /lib/modules/2.4.26/kernel/sound/isa/wavefront/snd-wavefront.o > > depm

Re: [Alsa-devel] PCM Params

2004-05-25 Thread Paul Davis
> --- Paul Davis <[EMAIL PROTECTED]> wrote: > >>Hi , >> >i'm trying to change the fragment size that the >> alsa >> >driver is capturing/playing out. It's currently set >> at >> >32 msecs(256 bytes). >> >They are set in the runtime structure... >> > runtime->period_max ...etc >> >Could anybody te

Re: [Alsa-devel] 1.0.5rc1 release

2004-05-25 Thread Takashi Iwai
At Tue, 25 May 2004 14:26:33 +0200 (METDST), Clemens Ladisch wrote: > > > Please, report (especially compilation) problems. > > depmod: *** Unresolved symbols in > /lib/modules/2.4.26/kernel/sound/isa/wavefront/snd-wavefront.o > depmod: errno > > The open/close/read system calls are impl

Re: [Alsa-devel] MPG123 and alsa

2004-05-25 Thread Clemens Ladisch
Tom Watson wrote: > I just downloaded a version (most recent I assume) of MPG123. > When I tried to do a 'make linux-alsa' I got a wholw bunch of > errors. While I suspect that this is because they are using an > older oversion of alsa (0.5.x?). Yes. > and has anyone else done any mods to the mp

Re: [Alsa-devel] PCM Params

2004-05-25 Thread Brian Furey
--- Paul Davis <[EMAIL PROTECTED]> wrote: > >Hi , > >i'm trying to change the fragment size that the > alsa > >driver is capturing/playing out. It's currently set > at > >32 msecs(256 bytes). > >They are set in the runtime structure... > > runtime->period_max ...etc > >Could anybody tell me whic

Re: [Alsa-devel] 1.0.5rc1 release

2004-05-25 Thread Clemens Ladisch
> Please, report (especially compilation) problems. depmod: *** Unresolved symbols in /lib/modules/2.4.26/kernel/sound/isa/wavefront/snd-wavefront.o depmod: errno The open/close/read system calls are implemented as inline functions which change errno which isn't exported from the kernel.

Re: [Alsa-devel] emu10k1x patch

2004-05-25 Thread Takashi Iwai
At Tue, 25 May 2004 11:52:19 GMT, [EMAIL PROTECTED] wrote: > > > > > > 188,189c188,189 > > < .period_bytes_min = 64, > > < .period_bytes_max = (32*1024), > > --- > > > .period_bytes_min = (16*1024), > > > .period_bytes_max = (16*1024), > > > are you sure

Re: [Alsa-devel] pcm buffer size

2004-05-25 Thread Clemens Ladisch
Nicolas Hüppelshäuser wrote: > I'm using alsa 1.0.4. How can I get a larger alsa buffer size? PCM devices have a default maximum buffer size and a maximum maxmimum buffer size. For example, in the snd-usb-audio driver, it's 64 KB and 128 KB. The current value (in KB) can be seen in the file /pr

Re: [Alsa-devel] PCM Params

2004-05-25 Thread Paul Davis
>Hi , >i'm trying to change the fragment size that the alsa >driver is capturing/playing out. It's currently set at >32 msecs(256 bytes). >They are set in the runtime structure... > runtime->period_max ...etc >Could anybody tell me which file these parameters are >set in the alsa-driver directory

[Alsa-devel] PCM Params

2004-05-25 Thread Brian Furey
Hi , i'm trying to change the fragment size that the alsa driver is capturing/playing out. It's currently set at 32 msecs(256 bytes). They are set in the runtime structure... runtime->period_max ...etc Could anybody tell me which file these parameters are set in the alsa-driver directory? Thanks

Re: [Alsa-devel] pcm buffer size

2004-05-25 Thread James Courtier-Dutton
Nicolas Hüppelshäuser wrote: Hi! I'm using alsa 1.0.4. How can I get a larger alsa buffer size? The maximum size returned by snd_pcm_hw_params_get_buffer_size_max is too small. I found no module option and nothing apropriate within the driver code. Mainly I'm using the snd-usb-audio module but

[Alsa-devel] pcm buffer size

2004-05-25 Thread Nicolas Hüppelshäuser
Hi! I'm using alsa 1.0.4. How can I get a larger alsa buffer size? The maximum size returned by snd_pcm_hw_params_get_buffer_size_max is too small. I found no module option and nothing apropriate within the driver code. Mainly I'm using the snd-usb-audio module but others are also of interest

Re: [Alsa-devel] ATI IXP SPDIF

2004-05-25 Thread Takashi Iwai
At Mon, 24 May 2004 16:16:42 -0700, Alex Song wrote: > > hi, > > i am trying to get SPDIF output working on ATI IXP/Realtek ALC655 and i am > using atiixp.c from cvs (version 1.9) and linux kernel 2.6.5. i tried > playing back wav files through aplay and ac3 files with ac3play and i > couldn't ge

Re: [Alsa-devel] emu10k1x patch

2004-05-25 Thread Takashi Iwai
At Tue, 25 May 2004 01:00:58 GMT, [EMAIL PROTECTED] wrote: > > 188,189c188,189 > < .period_bytes_min = 64, > < .period_bytes_max = (32*1024), > --- > > .period_bytes_min = (16*1024), > > .period_bytes_max = (16*1024), are you sure this change is correct? in