Re: [Alsa-devel] Resource temporarily unavailable?

2004-02-22 Thread James Wright
Ok, please ignore this thread its my own fault... i was not exiting a loop properly (screwed up my buffer_size variable when i fixed the compile time errors), which in turn caused too many writes to the pcm device... Apologies, James On Mon, 23 Feb 2004 01:25:10 + James Wright <[EMAI

[Alsa-devel] Resource temporarily unavailable?

2004-02-22 Thread James Wright
A few days ago i upgraded from kernel 2.6.1 to 2.6.3 and also grabbed alsa-lib, alsa-utils, alsa-oss versions 1.0.2. Today i try and compile my sound routines, and have a few compile time errors regarding passing integers instead of pointers to snd_pcm_hw_params_set_rate_near(), which was eas

[Alsa-devel] [PATCH] hdsp snd_assert

2004-02-22 Thread Giuliano Pochini
--- pci/rme9652/hdsp.c_old Sun Feb 22 15:52:59 2004 +++ pci/rme9652/hdsp.c Sun Feb 22 15:57:43 2004 @@ -3810,8 +3810,8 @@ { int mapped_channel; -snd_assert(channel >= 0 || channel < hdsp->max_channels, return NULL); - + snd_assert(channel >= 0 && channel <

[Alsa-devel] unsubscribe eliad@smlink.com

2004-02-22 Thread Eliad Lubovsky
unsubscribe [EMAIL PROTECTED] Eliad Lubovsky Software Engineer Smart Link Ltd. Natanya 42504, Israel Tel: 972-9-8638093, Fax: 972-9-8656552  

Re: [Alsa-devel] Help with supporting Emu10k1x and question

2004-02-22 Thread James Courtier-Dutton
Francisco Moraes wrote: From what I can see for the emu10k1x (aka. sb Live 5.1 from Dell) is almost exactly the same as the Audigy LS. It is a very simple device, and the driver should be based more like the snd-intel8x0 driver than the snd-emu10k1 driver. It has no dsp, and no hardware mixing

Re: [Alsa-devel] Help with supporting Emu10k1x and question

2004-02-22 Thread Francisco Moraes
From what I can see for the emu10k1x (aka. sb Live 5.1 from Dell) is almost exactly the same as the Audigy LS. It is a very simple device, and the driver should be based more like the snd-intel8x0 driver than the snd-emu10k1 driver. It has no dsp, and no hardware mixing, and is a single open d

Re: [Alsa-devel] RME Multiface OSS emulation outputs on all 18 channels

2004-02-22 Thread Jaroslav Kysela
On Sun, 22 Feb 2004, Richard Chan wrote: > Hi, > > When I use the RME multiface under OSS emulation /dev/dsp output occurs > on all 18 channels (of course I can mute the unnecessary channels in > TotalMix). Is this the expected behaviour? Yes, it is. The in-kernel OSS emulation is designed for

[Alsa-devel] RME Multiface OSS emulation outputs on all 18 channels

2004-02-22 Thread Richard Chan
Hi, When I use the RME multiface under OSS emulation /dev/dsp output occurs on all 18 channels (of course I can mute the unnecessary channels in TotalMix). Is this the expected behaviour? Thanks Richard --- SF.Net is sponsored by: Speed Start

Re: [Alsa-devel] Help with supporting Emu10k1x and question

2004-02-22 Thread Jaroslav Kysela
On Sun, 22 Feb 2004, James Courtier-Dutton wrote: > Bastien Aracil wrote: > > At Mon, 16 Feb 2004 18:39:46 -0500, > > Francisco Moraes wrote: > > > >> I am trying to get the Emu10k1x chip supported in alsa. Anyone willing > >> to give me a hand, please > email me. I've got a few register dumps