Re: [Alsa-devel] The LAD History

2004-01-16 Thread Patrick Shirkey
holborn wrote: Sorry i'm new :-) from 2003 today is my first visit to linuxaudio.org home page, i never know about their existence. Then can someone explain here in a few words a little history about when/how LAD and linuxaudio was born and their dependencies? Sorry this kind of

Re: [Alsa-devel] snd_seq_port_info_get_client snd_seq_client_info_get_name

2004-01-16 Thread Clemens Ladisch
holborn wrote: 'snd_seq_port_info_get_client' returns always the same value? Clients 0..63 are ALSA system clients, with fixed numbers (0=system broadcast/timer, 62=dummy, 63=OSS emulation). Clients 64..127 are devices on sound cards. There are 8 numbers per card: 64..71 = card 0, 72..79 =

Re: [Alsa-devel] A bug in intel8x0.c

2004-01-16 Thread Clemens Ladisch
freeman.liu wrote: At the end of the function snd_intel8x0_codec_semaphore. If we couldn't get the semaphore in 1 ms, we'll reset the register and return EBUSY. But to reset the register, we should do a iaputword ( chip, 0, 0 ), according to the datasheet, write any value the this register

[Alsa-devel] alsa and kernel 2.6

2004-01-16 Thread Amaury Jacquot
any chance the alsa that is in 2.6 would get updated to the latest stable version (1.0.1) ? this would allow me to test kernel 2.6 on my carpc also, I didn't find any changelog in the alsa tree ... --- The SF.Net email is sponsored by

[Alsa-devel] problem with versioned symbols and shared libraries

2004-01-16 Thread Rene Rebe
Hi all, we experience a fairly strange problem with the versioned symbols in the libasound.so. We have a C++ wrapper library which is normally linked as shared obkect, too. But for some strange reasonsthe linker does not map stuff like snd_pcm_hw_params_get_channels_max and friends (with a

Re: [Alsa-devel] alsa and kernel 2.6

2004-01-16 Thread James Courtier-Dutton
Takashi Iwai wrote: At Fri, 16 Jan 2004 13:02:39 +, James Courtier-Dutton wrote: Amaury Jacquot wrote: any chance the alsa that is in 2.6 would get updated to the latest stable version (1.0.1) ? this would allow me to test kernel 2.6 on my carpc also, I didn't find any changelog in the alsa

Re: [Alsa-devel] problem with versioned symbols and shared libraries

2004-01-16 Thread Arve Knudsen
Hi, René This is exactly the same problem I'm having with a dynamically linked C++ (extern C) plugin of mine, which links dynamically with ALSA through PortAudio. I made a not so aptly titled post about it earlier, Problem with __OLD_GET. I was still a bit confused as to what was going on ..

Re: [Alsa-devel] Problem with __OLD_GET

2004-01-16 Thread Arve Knudsen
Hi, Takashi I have no experience with libtool myself, but from what I can see the plugin host (beep-media-player) uses it. libtool --version tells me this: ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36). But at the same time we have another person, Rene Rebe, posting about a

[Alsa-devel] [PATCH]snd-usb-usx2y 0.5.1

2004-01-16 Thread Karsten Wiese
Hi Takashi, this lets it work on kernel 2.6.1. please commit, thanks, karsten Index: alsa-driver/usb/usx2y/usX2Yhwdep.c === RCS file: /cvsroot/alsa/alsa-driver/usb/usx2y/usX2Yhwdep.c,v retrieving revision 1.3 diff -u -r1.3

[Alsa-devel] still hammerfall-mem on hdsp?

2004-01-16 Thread Orm Finnendahl
Hi, hope this list is o.k. for this question: I try to get the alsa-drivers for the hdsp compiled with alsa-cvs of today. After successful compile the snd-hammerfall_mem module doesn't seem to be compiled and thus can't get modprobed. Isn't it needed any more? I couldn't find any information

[Alsa-devel] [PATCH] fixes au88x0 problem with older kernel

2004-01-16 Thread Martin Langer
This will fix a problem with undeclared PCI_DEVICE_ID_VIA_8365_1 Index: alsa-driver/pci/au88x0/au88x0.c === RCS file: /cvsroot/alsa/alsa-driver/pci/au88x0/au88x0.c,v retrieving revision 1.6 diff -u -r1.6 au88x0.c ---

Re: [Alsa-devel] A bug in intel8x0.c

2004-01-16 Thread freeman.liu
Clemens Ladisch wrote: freeman.liu wrote: At the end of the function snd_intel8x0_codec_semaphore. If we couldn't get the semaphore in 1 ms, we'll reset the register and return EBUSY. But to reset the register, we should do a iaputword ( chip, 0, 0 ), according to the datasheet, write any

[Alsa-devel] Problem with supported PCM formats in ice1712 driver

2004-01-16 Thread Torrey Hoffman
I've got an M-Audio Audiophile 2496 and am running linux 2.6.1-mm3 (which includes ALSA 1.0.1). I'm trying to get all my sound applications working using only ALSA interfaces. I'm having problems with the ice 1712 driver. (I have lots of C programming experience but am new to the ALSA driver