[Alsa-devel] help needed-- providing control interface

2004-03-26 Thread Pavana Sharma
hello, I am providing control interface for my driver to access from user space with functions get put . ( driver is for arm platform ) . I want to know * while creating new controls should I be allowed to create my hardware specific controls like gain, power, rate other codec specific

[Alsa-devel] Re: [linux-audio-user] Stuttering via HDSP, Cardbus, Multiface?

2004-03-26 Thread Tim Blechmann
My guess is that the problem is the pcmcia bus is somehow 2000 times slower than it should be.. csound seems to confirm this hypothesis from the command line when attempting realtime synthesis: i seem to know this problem ... first of all, which cardbus bridge do you have? (lspci -v) here

RE: [Alsa-devel] Current Hardware Parameter Settings

2004-03-26 Thread Giuliano Pochini
On 25-Mar-2004 Brian Furey wrote: Thanks Giuliano, How can I get a dump of the current hardware configuration space? Hmm, lspci ? :) If you mean how to get the capabilities of the card, it's a bit tricky. The caps are not a static thing. Each setting may rure others. For example, a card has

Re: [Alsa-devel] Test: SBLive! (C) 2003 need extra effort on Rear Analog Output

2004-03-26 Thread guan yim
From: p z [EMAIL PROTECTED] Reply-To: p z [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [Alsa-devel] Test: SBLive! (C) 2003 need extra effort on Rear Analog Output Date: Fri, 26 Mar 2004 08:27:57 +0100 In alsa-driver/alsa-kernel/emu10k1/emumixer there

Re: [Alsa-devel] Test: SBLive! (C) 2003 need extra effort on Rear Analog Output

2004-03-26 Thread p z oooo
Because Creative uses diffrent AC97 codec and this codec has same controls as controls implemented in dsp. then on 9.8 it fails to load. Could you send me output of /proc/asound/card/codec97/ac97 - this is not exact name /proc/asound/card/codec97/ac97reg where card is card name ??? Peter

[Alsa-devel] Has this patch been updated on any ALSA releases?

2004-03-26 Thread Yong, Chee Yeew
Hi, I have the same problem as Andrea Mohr, and I wish to patch it. See: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09732.html The patch is posted by Jaroslav Kysela: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09781.html I was wondering if: a) The patch works as it is? b) The patch

Re: [Alsa-devel] Has this patch been updated on any ALSA releases?

2004-03-26 Thread Jaroslav Kysela
On Fri, 26 Mar 2004, Yong, Chee Yeew wrote: Hi, I have the same problem as Andrea Mohr, and I wish to patch it. See: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09732.html The patch is posted by Jaroslav Kysela: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09781.html I was

RE: [Alsa-devel] Has this patch been updated on any ALSA releases ?

2004-03-26 Thread Yong, Chee Yeew
Hi Jaroslav, Thanks for replying. It would be better to specify your problem. The OSS emulation code was changed a lot from this date and rat is working for me perfectly. Jaroslav When I run RAT, I get the warning: audio_read: Resource temporarily

RE: [Alsa-devel] Has this patch been updated on any ALSA releases ?

2004-03-26 Thread Jaroslav Kysela
On Fri, 26 Mar 2004, Yong, Chee Yeew wrote: Hi Jaroslav, Thanks for replying. It would be better to specify your problem. The OSS emulation code was changed a lot from this date and rat is working for me perfectly. Jaroslav When I run RAT, I

RE: [Alsa-devel] Has this patch been updated on any ALSA releases ?

2004-03-26 Thread Yong, Chee Yeew
alsa-0.9.4 rat-4.2.24 -Original Message- From: Jaroslav Kysela [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 13:13 To: Yong, Chee Yeew Cc: [EMAIL PROTECTED] Subject: RE: [Alsa-devel] Has this patch been updated on any ALSA releases ? On Fri, 26 Mar 2004, Yong, Chee Yeew

[Alsa-devel] alsa-driver-1.0.3 always FATAL modprobe error from race?

2004-03-26 Thread William
alsa-driver-1.0.3 with Linux 2.6.4 always has a FATAL modprobe error when loading the ALSA modules for the first time. However, if you remove the ALSA modules and then immediately re-load them, there is never an error and ALSA works ok. Is this a bug or a modprobe.conf problem? Exactly the same

RE: [Alsa-devel] Has this patch been updated on any ALSA releases ?

2004-03-26 Thread Jaroslav Kysela
On Fri, 26 Mar 2004, Yong, Chee Yeew wrote: alsa-0.9.4 ^^ Too old. rat-4.2.24 Jaroslav - Jaroslav Kysela [EMAIL PROTECTED] Linux Kernel Sound Maintainer ALSA Project, SuSE Labs

[Alsa-devel] emu10k1 capture period sizes?

2004-03-26 Thread James Courtier-Dutton
Extract from ./sound/pci/emu10k1/emupcm.c static unsigned int capture_period_sizes[31] = { 384,448,512,640, 384*2, 448*2, 512*2, 640*2, 384*4, 448*4, 512*4, 640*4, 384*8, 448*8, 512*8, 640*8, 384*16, 448*16, 512*16, 640*16,

Re: [Alsa-devel] emu10k1 capture period sizes?

2004-03-26 Thread Jaroslav Kysela
On Fri, 26 Mar 2004, James Courtier-Dutton wrote: Extract from ./sound/pci/emu10k1/emupcm.c static unsigned int capture_period_sizes[31] = { 384,448,512,640, 384*2, 448*2, 512*2, 640*2, 384*4, 448*4, 512*4, 640*4, 384*8, 448*8,

Re: [Alsa-devel] help needed-- providing control interface

2004-03-26 Thread Clemens Ladisch
Pavana Sharma wrote: I am providing control interface for my driver to access from user space with functions get put . * while creating new controls should I be allowed to create my hardware specific controls like gain, power, rate other codec specific parameters. All controls are

[Alsa-devel] snd-hdsp+cardbus=distortion -- the saga continues (cardbus driver=culprit?)

2004-03-26 Thread ico
Hi all, NOTE: I am cc-ing this to the kernel list in hope someone there might have a better insight in this. For the kernel people who intend to respond to this, I would greatly appreciate it if you could CC me, as I am not subscribed to the kernel list. Summary: snd-hdsp (RME Multiface

Re: [Alsa-devel] Clicks in output using intel8x0 driver (and a few questions)

2004-03-26 Thread Josh Green
On Thu, 2004-03-18 at 23:03, Josh Green wrote: I have a laptop with the following hardware: P4 3.06Ghz CPU 82801DB AC'97 Audio Controller 82801DB AC'97 Modem Controller nVidia GeForce Go5200 and software: Linux Kernel 2.6.3 (with some ACPI patches) Alsa 1.0.3 Glibc 2.3.2 For the

[Alsa-devel] Problem with arecord on Audigy 2 NX

2004-03-26 Thread Yitao Duan
Hi, I am having trouble recording using Creative Labs Sound Blaster Audigy 2 NX. The linux rec program worked fine. But whenever I use arecord (e.g. arecord test.wav), I got Segmentation fault. I pinpointed the problem to the function pcm_read in aplay.c. Specifically it was the line: r =

[Alsa-devel] Re: [linux-audio-user] snd-hdsp+cardbus=distortion -- the saga continues (cardbus driver=culprit?)

2004-03-26 Thread Tim Blechmann
hi all, NOTE: I am cc-ing this to the kernel list in hope someone there might have a better insight in this. For the kernel people who intend to respond to this, I would greatly appreciate it if you could CC me, as I am not subscribed to the kernel list. i'm following ico's policy in this way