[Alsa-devel] delete me from mail list

2002-03-13 Thread mehdi raza
pls remove me from the mail list or show me the procedure of removing myself from the mail listDo You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email!

Re: [Alsa-devel] ymfpci : four speakers with OSS-emulation

2002-03-13 Thread Adam K Kirchhoff
The solution the Jaroslav gave in that e-mail actually requires changes to the ymfpci driver, as I understand it. Last time I pulled code from CVS, this hadn't been done yet. From the sound of it (based on your experience) it looks like it still hasn't been done. At the moment, I don't really

RE: [Alsa-devel] ymfpci : four speakers with OSS-emulation ?

2002-03-13 Thread James Courtier-Dutton
Why not just change the app to support alsa 0.9.x. alsa 0.9.x is now in kernel 2.5.x, so the app should really move to supporting it anyway. Cheers James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Xavier ALLAMIGEON Sent: 12 March 2002 21:11

RE: [Alsa-devel] ymfpci : four speakers with OSS-emulation ?

2002-03-13 Thread Adam K Kirchhoff
Well, the ymfpci driver (with native Alsa support) only uses the front speakers by default, unless the application (ie. aplay, alsaplayer) is told the use the rear speakers. In either case, you can still only get output on either the front or the rear :-) So rewriting the application wouldn't

Re: [Alsa-devel] libasound segfault

2002-03-13 Thread Paul Davis
(gdb) bt #0 0x4015e8d7 in snd_pcm_route_convert1_one () from /usr/lib/libasound.so.2 #1 0x40cae5dc in ?? () #2 0x012de908 in ?? () Error accessing memory address 0xe8c1018b: No such process. (gdb) When reading plughw after requesting 24-bit format. I expect the output should be 32-bit words

Re: [Alsa-devel] ymfpci : four speakers with OSS-emulation

2002-03-13 Thread Takashi Iwai
At Wed, 13 Mar 2002 09:29:58 -0500 (EST), Adam K Kirchhoff wrote: On Wed, 13 Mar 2002, Takashi Iwai wrote: At Wed, 13 Mar 2002 08:01:02 -0500 (EST), Adam K Kirchhoff wrote: The solution the Jaroslav gave in that e-mail actually requires changes to the ymfpci driver, as I

RE: [Alsa-devel] ymfpci : four speakers with OSS-emulation ?

2002-03-13 Thread Adam K Kirchhoff
On Wed, 13 Mar 2002, James Courtier-Dutton wrote: What command line do you use for aplay, alsaplayer. $ alsaplayer foo.mp3 Will play on the front speakers. $ alsaplayer -Dhw:0,2 foo.mp3 Will play on the rear speakers. I had almost this exact same conversation on this mailing list last

Re: [Alsa-devel] ymfpci : four speakers with OSS-emulation

2002-03-13 Thread Takashi Iwai
At Wed, 13 Mar 2002 08:01:02 -0500 (EST), Adam K Kirchhoff wrote: The solution the Jaroslav gave in that e-mail actually requires changes to the ymfpci driver, as I understand it. Last time I pulled code from CVS, this hadn't been done yet. From the sound of it (based on your experience)

RE: [Alsa-devel] ymfpci : four speakers with OSS-emulation ?

2002-03-13 Thread Erik Inge Bolsø
On Wed, 13 Mar 2002, Adam K Kirchhoff wrote: Well, the ymfpci driver (with native Alsa support) only uses the front speakers by default, unless the application (ie. aplay, alsaplayer) is told the use the rear speakers. In either case, you can still only get output on either the front or the rear

Re: [Alsa-devel] ymfpci : four speakers with OSS-emulation

2002-03-13 Thread Adam K Kirchhoff
On Wed, 13 Mar 2002, Takashi Iwai wrote: At Wed, 13 Mar 2002 08:01:02 -0500 (EST), Adam K Kirchhoff wrote: The solution the Jaroslav gave in that e-mail actually requires changes to the ymfpci driver, as I understand it. Last time I pulled code from CVS, this hadn't been done yet.

Re: [Alsa-devel] ymfpci : four speakers with OSS-emulation

2002-03-13 Thread Adam K Kirchhoff
On Wed, 13 Mar 2002, Takashi Iwai wrote: At Wed, 13 Mar 2002 09:29:58 -0500 (EST), Adam K Kirchhoff wrote: On Wed, 13 Mar 2002, Takashi Iwai wrote: At Wed, 13 Mar 2002 08:01:02 -0500 (EST), Adam K Kirchhoff wrote: The solution the Jaroslav gave in that e-mail

Re: [Alsa-devel] alsamixer issues?

2002-03-13 Thread Hod McWuff
I think that anytime you change kernels alsa needs to be recompiled because it has to be able to resolve the symbols of the currently running kernel. You need to re-'./configure make make install' the 'alsa-drivers' package. The other packages do NOT need to be recompiled, and once you've

RE: [Alsa-devel] ymfpci : four speakers with OSS-emulation ?

2002-03-13 Thread James Courtier-Dutton
try alsaplayer -Dsurround40 foo.mp3 That works on a sb live. Cheers James -Original Message- From: Adam K Kirchhoff [mailto:[EMAIL PROTECTED]] Sent: 13 March 2002 14:26 To: James Courtier-Dutton Cc: Xavier ALLAMIGEON; [EMAIL PROTECTED] Subject: RE: [Alsa-devel] ymfpci : four

Re: [Alsa-devel] libasound segfault

2002-03-13 Thread Jaroslav Kysela
On Wed, 13 Mar 2002, Paul Davis wrote: (gdb) bt #0 0x4015e8d7 in snd_pcm_route_convert1_one () from /usr/lib/libasound.so.2 #1 0x40cae5dc in ?? () #2 0x012de908 in ?? () Error accessing memory address 0xe8c1018b: No such process. (gdb) When reading plughw after requesting 24-bit

[Alsa-devel] plug PCM device has odd default behaviour

2002-03-13 Thread Paul Davis
so, you all know jack, i'm sure. when jack is used with a plug PCM device, we end up with duplicated channel data even on a 2 channel device. using mmap access, everything we write to the channel area for channel 0 shows up on both channel 0 and channel 1. i don't understand how this could

RE: [Alsa-devel] ymfpci : four speakers with OSS-emulation ?

2002-03-13 Thread Adam K Kirchhoff
Not too surprisingly, that doesn't work with the ymfpci driver :-) Adam On Wed, 13 Mar 2002, James Courtier-Dutton wrote: try alsaplayer -Dsurround40 foo.mp3 That works on a sb live. Cheers James -Original Message- From: Adam K Kirchhoff [mailto:[EMAIL PROTECTED]]

Re: [Alsa-devel] ymfpci : four speakers with OSS-emulation

2002-03-13 Thread Adam K Kirchhoff
On Wed, 13 Mar 2002, Takashi Iwai wrote: if you only need duplication, this can be done on alsa-lib without changing the driver itself. try to add the following in your ~/.asoundrc. pcm.ch4dup { type plug slave.pcm surround40 ttable.0.0 1

[Alsa-devel] alsa ready for 24bit/192khz cards?

2002-03-13 Thread Dan Hollis
Is ALSA architecture ready for 24bit/192khz cards? http://www.harmony-central.com/Newp/2001/Ego-Sys-192-Series.html -Dan -- [-] Omae no subete no kichi wa ore no mono da. [-] ___ Alsa-devel mailing list [EMAIL PROTECTED]

Re: [Alsa-devel] alsa ready for 24bit/192khz cards?

2002-03-13 Thread Paul Davis
Is ALSA architecture ready for 24bit/192khz cards? I believe it is. I can't think of anywhere in ALSA that sample rate plays a major role in limiting resources or capabilities. OTOH, I don't know if the kernel can handle this with the smallest periods. 64 frames/interrupt translates to an

Re: [Alsa-devel] plug PCM device has odd default behaviour

2002-03-13 Thread Jaroslav Kysela
On Wed, 13 Mar 2002, Paul Davis wrote: so, you all know jack, i'm sure. when jack is used with a plug PCM device, we end up with duplicated channel data even on a 2 channel device. using mmap access, everything we write to the channel area for channel 0 shows up on both channel 0 and