Re: [Alsa-devel] 1.0.4rc from cvs-head: snd-usb-usx2y still needs snd-hwdep....

2004-04-01 Thread Karsten Wiese
Am Mittwoch 31 März 2004 20:57 schrieb Martin Langer: On Wed, Mar 31, 2004 at 09:10:17AM +0200, Jaroslav Kysela wrote: On Wed, 31 Mar 2004, Karsten Wiese wrote: ..., which is not built. this is for kernel 2.4. /etc/asound/driver_args:

Re: [Alsa-devel] Need to know SBLive Chip difference

2004-04-01 Thread p z oooo
on this chip is philips logo ??? I think yes. A1334 this is Philips UDA1334 2 channel DAC user for rear channel. On 2003 this is missing, then rear channels must go out throught other chip (I think through AC97). Last try, Change this in alsa-driver/alsa-kernel/pci/emu10k1/emufx.c if

Re: [Alsa-devel] [PATCH] fixes Re: problem compiling alsa-lib CVS.

2004-04-01 Thread Jaroslav Kysela
On Wed, 31 Mar 2004, James Courtier-Dutton wrote: Is there any reason why this patch was not added to the alsa-lib cvs ? It's better to put this information to configure.in? Jaroslav - Jaroslav Kysela [EMAIL PROTECTED] Linux Kernel Sound

Re: [Alsa-devel] 1.0.4rc1 release

2004-04-01 Thread Jaroslav Kysela
On Thu, 1 Apr 2004, Clemens Ladisch wrote: I wrote: Now the modules load. However, loading snd-usb-audio doesn't do anything, and unloading and reloading it results in a crash or a hang. Fixed. Apparently, snd-usb-audio has never been working on 2.2.x, and nobody noticed ... No

[Alsa-devel] RE: Alsa-devel digest, Vol 1 #1786 - 3 msgs

2004-04-01 Thread Pavana Sharma
Hi, I am new to ALSA driver impementation. I am registering the driver interface functions like (probe,remove) using driver_register call. I expect that the probe function will be called in which I am allocating sound card and registering the card using snd_card_register. When I compile the sound

[Alsa-devel] Question on ALSA driver init

2004-04-01 Thread Pavana Sharma
Hi, I am new to ALSA driver impementation. I am registering the driver interface functions like (probe,remove) using driver_register call. I expect that the probe function will be called in which I am allocating sound card and registering the card using snd_card_register. When I compile the

Re: [Alsa-devel] RE: Alsa-devel digest, Vol 1 #1786 - 3 msgs

2004-04-01 Thread Jaroslav Kysela
On Thu, 1 Apr 2004, Pavana Sharma wrote: Hi, I am new to ALSA driver impementation. I am registering the driver interface functions like (probe,remove) using driver_register call. I expect that the probe function will be called in which I am allocating sound card and registering the card

Re: [Alsa-devel] [PATCH] fixes Re: problem compiling alsa-lib CVS.

2004-04-01 Thread James Courtier-Dutton
Jaroslav Kysela wrote: On Wed, 31 Mar 2004, James Courtier-Dutton wrote: Is there any reason why this patch was not added to the alsa-lib cvs ? It's better to put this information to configure.in? No, because it selects which version of aclocal etc. that are used, which is before configure.in

[Alsa-devel] Alsa - readi() - segmentation fault

2004-04-01 Thread Christian Bjerreskov
Hi I have a problem concerning the format of the alsa lib api. In the program I use the format SND_PCM_FORMAT_S16_LE and therefore the data array is decleared as a short int. But when the size of the data array succeeds 512 I get a segmentation fault. To me it looks like it's the readi() that

Re: [Alsa-devel] Re: [Alsa-user] alsa-driver-1.0.4rc1 missing snd-usb-usx2y ?

2004-04-01 Thread Karsten Wiese
Am Dienstag 30 März 2004 22:51 schrieb Rui Nuno Capela: the snd-usb-usx2y module. AFAICT it's not being included by ./configure --with-cards option, nor it gets built when one sets --with-cards=all. It is fixed in CVS now. Thanks. Checked out today's alsa-driver-1.0.4rc2 where the

Re: [Alsa-devel] cannot submit datapipe for urb 0 on /dev/dsp access -extigy

2004-04-01 Thread Clemens Ladisch
John H. wrote: I get this error repeatedly ALSA /tmp/alsa-driver-1.0.4rc2/usb/usbaudio.c:811: cannot submit datapipe for urb 0, err = -38 whenever i try to use /dev/dsp now, and i can only get sound from line in. i have kernel 2.6.4 and drivers 1.0.4rc2 What is in /proc/asound/cards? Is

Re: [Alsa-devel] Re: [Alsa-user] alsa-driver-1.0.4rc1 missing snd-usb-usx2y ?

2004-04-01 Thread Rui Nuno Capela
Karsten Wiese wrote: the snd-usb-usx2y module. AFAICT it's not being included by ./configure --with-cards option, nor it gets built when one sets --with-cards=all. It is fixed in CVS now. Thanks. Checked out today's alsa-driver-1.0.4rc2 where the missed snd-usb-usx2y module gets built

Re: [Alsa-devel] 1.0.4rc from cvs-head: snd-usb-usx2y still needs snd-hwdep....

2004-04-01 Thread Martin Langer
On Thu, Apr 01, 2004 at 10:12:10AM +0200, Karsten Wiese wrote: Am Mittwoch 31 März 2004 20:57 schrieb Martin Langer: Yes! rm every file in alsa-driver, re-update from cvs and ./cvscompile. There might be a simpler solution though... Indeed. That solves it :) Thanks. depmod: *** Unresolved

[Alsa-devel] Disabling onboard codec

2004-04-01 Thread Ron Cococcia
This might not be entirely alsa devel related, but it doesn't fit alsa user either. I figured I'd ask anyway... In a setup I'm working with, I have a motherboard (815 w/82801BA-ICH2) that has an onboard/primary (00) AC97 codec (AD1885). We've been playing around with adding a CNR card that

Re: [Alsa-devel] 1.0.4rc from cvs-head: snd-usb-usx2y still needs snd-hwdep....

2004-04-01 Thread Jaroslav Kysela
On Thu, 1 Apr 2004, Martin Langer wrote: It's still there, but this patch will fix it: Index: alsa-driver/usb/Kconfig === RCS file: /cvsroot/alsa/alsa-driver/usb/Kconfig,v retrieving revision 1.2 diff -u -r1.2 Kconfig ---

Re: [Alsa-devel] [PATCH] fixes Re: problem compiling alsa-lib CVS.

2004-04-01 Thread Glenn Maynard
On Thu, Apr 01, 2004 at 12:57:35PM +0100, James Courtier-Dutton wrote: It's better to put this information to configure.in? No, because it selects which version of aclocal etc. that are used, which is before configure.in is even looked at. I would recommend additionally using

Re: [Alsa-devel] Need to know SBLive Chip difference

2004-04-01 Thread guan yim
Thank you very much. You have been teaching me a lot things. I will give it a try. _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail