Re: [Alsa-devel] Re: SND_PCM_OPEN_PLAYBACK SND_PCM_OPEN_CAPTURE

2003-08-14 Thread Paul Davis
note that some cards (the early SB series come to mind) will not support the same parameters for playback and capture when opened for duplex usage, so it can a bit more complex than you'd really like. How can I determine that and solve that problem? Is there a source code example that I

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Chris Smith
On Monday 11 August 2003 03:00, Thomas Charbonnel wrote: Is there an RME HDSP 9632 driver in development? The current hdsp driver from 0.9.6 will not load claiming the device is not present. No that I know of. The hdsp 9632 is quite different from the other hdsp cards. Supporting it

Re: [Alsa-devel] PATCH: audigy DSP

2003-08-14 Thread Takashi Iwai
At Mon, 11 Aug 2003 12:15:59 +0200, p z wrote: [1 text/plain; US-ASCII (quoted-printable)] Hi, This patch is only my proposition, use at your own risk. If someone is interested. Extends HWDEP of emu10k1 driver: Enables TRAM on audigy (for now only external tram tested) Enables

Re: [Alsa-devel] No support for 128kHz sample rate ?

2003-08-14 Thread Thomas Charbonnel
At Thu, 14 Aug 2003 17:19:01 +0200 (CEST), Thomas Charbonnel wrote: Hi, I'm currently working on the hdsp 9632 driver. This card supports sample rates up to 192kHz, including 128kHz and 176.4kHz. The problem is 128kHz sample rate seems to have been omited in sound/pcm.h. How am I supposed

Re: [Alsa-devel] No support for 128kHz sample rate ?

2003-08-14 Thread Takashi Iwai
At Thu, 14 Aug 2003 17:19:01 +0200 (CEST), Thomas Charbonnel wrote: Hi, I'm currently working on the hdsp 9632 driver. This card supports sample rates up to 192kHz, including 128kHz and 176.4kHz. The problem is 128kHz sample rate seems to have been omited in sound/pcm.h. How am I supposed

Re: [Alsa-devel] [PATCH] Fixes ac3 passthru non-audio bit setting for AC97 codecs.

2003-08-14 Thread Takashi Iwai
At Thu, 14 Aug 2003 16:16:03 +0100, James Courtier-Dutton wrote: I have :- Card: Intel ICH5 Chip: Avance Logic ALC650 rev 0 The problem I was having was that the spdif non-audio bit was not being set. This patch fixes that problem. thanks, now applied to cvs. Takashi

Re: [Alsa-devel] [PATCH] Fixes ac3 passthru non-audio bit settingfor AC97 codecs.

2003-08-14 Thread James Courtier-Dutton
Gregoire Favre wrote: On Thu, Aug 14, 2003 at 06:05:48PM +0200, Takashi Iwai wrote: The problem I was having was that the spdif non-audio bit was not being set. This patch fixes that problem. thanks, now applied to cvs. Is there any hope to do the same for the cs46xx? Thank you very much,

Re: [Alsa-devel] PDAudioCF questions

2003-08-14 Thread Erik de Castro Lopo
On Thu, 14 Aug 2003 07:54:23 -0500 Dave Phillips [EMAIL PROTECTED] wrote: Greetings: I'm testing the Core Sound PDAudioCF card on a laptop, an Omnibook 4150, using a CF-to-PCMCIA adapter. The card appears to initialize correctly, and 'cat /proc/asound/cards' tells me this: 0

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-08-14 Thread Nicola Orru'
the idea looks nice. it's a standard way to do such a work in the client/server system. is the development going on now? Still no answer from Peter Zubaj. I wonder if someone could send me his address... -- Ciao, Nicola

[Alsa-devel] emu10k1-pointer-bug-fix.dif

2003-08-14 Thread Gregoire Favre
Hello, I want to use the http://bitstreamout.sourceforge.net/ and in it there is a dif about a bug: Index: alsa-kernel/pci/emu10k1/emupcm.c === RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/emu10k1/emupcm.c,v retrieving revision

Re: [Alsa-devel] No sound output on PowerBook Titanium II (TAS3001c)- resend (subscribed now)

2003-08-14 Thread ted
On Tue, 22 Jul 2003, ted wrote: On Tue, 22 Jul 2003, Takashi Iwai wrote: I've been unable to get the latest stable ALSA to produce any sound at all. I even tried the loading+unloading dmasound_pmac first trick, but to no avail. Everything looks fine, but applications using ALSA

Re: [Alsa-devel] PATCH: alsamixer + big range controls

2003-08-14 Thread Jaroslav Kysela
On Mon, 11 Aug 2003, p z wrote: Hi, Alsa mixer is not correctly working with controls with big range (for example 0 - 20) (there is integer overflow). Thanks. I'll apply it. Please, could you follow the ld10k1 thread and work with Nicola on the linker communication protocol?

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread John Anderson
On Tue, 2003-08-05 at 16:17, Paul Davis wrote: i am having a repeated problem with system lockups using current CVS with JACK running SCHED_FIFO on an SMP system, with the Planet's 2.4.21 kernel. can anyone report that a similar configuration is working for them? I'm using alsa-0.9.6,

RE: [Alsa-devel] Is a complete Alsa restart possibly without rebooting?

2003-08-14 Thread Mark Knecht
Debian has an init-script that accepts a force-[stop|restart] option. What this does is: It first kills all programs that use ALSA with: procs_using_sound=$(echo $({ find /dev -print0 | xargs -0 stat -Lc '%t:%n' | grep -E '^(e|74):' \ | cut -d: -f2-; } | while read REPLY; do fuser $REPLY ||

Re: [Alsa-devel] [PATCH] fix dmix crashes

2003-08-14 Thread Takashi Iwai
At Thu, 07 Aug 2003 11:27:11 +0200 (METDST), Clemens Ladisch wrote: pcm-name can be NULL (when an unnamed pcm node is embedded in another pcm) applied to cvs. thanks. Takashi --- This SF.Net email sponsored by: Free pre-built ASP.NET

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Kai Vehmanen
On Thu, 7 Aug 2003, Jeremy Hall wrote: Kai, did you make a multi out of your cards together? Nope, jackd accessed the individual soundcards directly (... -d alsa -d hw:{0,1,2}). In the new year, Kai Vehmanen wrote: No lockups so far with the following setup: 2.4.19-ll ALSA CVS of today

Re: [Alsa-devel] HDSP MIDI question...

2003-08-14 Thread Paul Davis
On Thu, 2003-08-07 at 06:35, [EMAIL PROTECTED] wrote: Hi, when I run aconnect -i it just spits out Timer and Announce, I was wondering how I'm supposed to connect my HDSP (multiface, alsa 0.9.6) midi input to an application. I know it's functioning because jmax is able to see (and use) the

[Alsa-devel] Is a complete Alsa restart possibly without rebooting?

2003-08-14 Thread Mark Knecht
Hi, I am debugging a problem that seems to require me to reboot the machine after it happens as Alsa cannot recover. I am wondering whether there is any known way to script a complete Alsa restart, like I can do with networking or other drivers, so that I wouldn't have to do this reboot?

[Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Paul Davis
i am having a repeated problem with system lockups using current CVS with JACK running SCHED_FIFO on an SMP system, with the Planet's 2.4.21 kernel. can anyone report that a similar configuration is working for them? there is no way to diagnose the situation, because the kernel hangs totally and

Re: [Alsa-devel] exit() - _exit() in pcm_direct.c

2003-08-14 Thread Jaroslav Kysela
On Tue, 5 Aug 2003, Takashi Iwai wrote: At Wed, 30 Jul 2003 23:21:52 +0400, Konstantin Stepaniuk wrote: Jaroslav Kysela wrote: On Wed, 30 Jul 2003, Konstantin Stepaniuk wrote: Hello. My program call snd_pcm_open() with plug:dmix in thread. Function

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Thomas Charbonnel
I'd be happy to test it, but the language above is a bit scary. If the firmware upgrade program messes up my card, are we guaranteed that the Windows version will fix it, or the onboard secondary firmware will take over? i think its more like a jumper setting or something like that. i never

Re: [Alsa-devel] Is a complete Alsa restart possibly without rebooting?

2003-08-14 Thread Takashi Iwai
At Fri, 8 Aug 2003 21:25:02 +0100, Edward Wildgoose wrote: Edward Wildgoose wrote: Actually perhaps this is the problem that I am seeing as well on a P4P800 board with a hyperthreaded P4. I have a dual P3 which starts and stops alsa fine, at least up to about alsa 0.9.4. However,

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Thomas Charbonnel
Is there an RME HDSP 9632 driver in development? The current hdsp driver from 0.9.6 will not load claiming the device is not present. Thank you. No that I know of. The hdsp 9632 is quite different from the other hdsp cards. Supporting it will require non-trivial driver adaptation. Right

[Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Chris Smith
Is there an RME HDSP 9632 driver in development? The current hdsp driver from 0.9.6 will not load claiming the device is not present. Thank you. Chris --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports,

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Chris Smith
On Monday 11 August 2003 12:54, Mark Knecht wrote: My problem right now with the HDSP 9652 is that the audio starts fine, then cuts out completely, then comes back, making the card unusable. I expect we'll find a solution to this one of these days soon. That's a show stopper. Is this both

Re: [Alsa-devel] usbus428 0.0.7 patch against release alsa-driver 0.9.6 (was Re: tascam gives a go for us428 @ alsa ...)

2003-08-14 Thread Martin Langer
On Tue, Aug 12, 2003 at 06:38:22PM +0200, Takashi Iwai wrote: At Mon, 11 Aug 2003 01:26:09 +0200, Martin Langer wrote: I've looked into my US122 and there I've found an EZUSB chip. The US428 might be the same. I think the first download step which also changes the ID has to be the

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Giuliano Pochini
On 05-Aug-2003 Antti Boman wrote: This seems like the problem I've always had with my single processor with JACK and SCHED_FIFO, with 2.4.20 kernel. I haven't tried the realtime setting for a while, though. Maybe there's some other thing causing these? Should we gather a bit more in-depth

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Paul Davis
OK, compiled, installed etc. But no lockups with a 2.4.20 kernel. Is there anything in particular that triggers it? i don't know. i just know that both my system and that of my first paying customer lock up when JACK is run SCHED_FIFO, and it normally happens within 10 minutes. i'll try to make

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Steve Harris
On Thu, Aug 07, 2003 at 02:30:52PM -0400, Paul Davis wrote: true, but JACK almost does this by itself. when run with -R, a highpri SCHED_FIFO task runs every 5 (?) seconds, and requires that the engine has checked in since the last time. this prevents loops within JACK from stalling the entire

[Alsa-devel] To the ALSA-stable maintainer

2003-08-14 Thread Giuliano Pochini
Please do not include the utils/mod-deps x86 binary executable in the stable alsa-driver tarballs. cvscompile silently fails on non-x86 platforms. -- Bye. Giuliano. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites

[Alsa-devel] Channel modes feature request.

2003-08-14 Thread James Courtier-Dutton
I have a SB live audio card. I can open it with device names like: - surround40 (Front Left, Front Right, Rear Left, Rear Right) surround51 (Front Left, Front Right, Rear Left, Rear Right, Center, LFE) There is a requirement for: - surround41 (Front Left, Front Right, Rear Left, Rear Right, LFE)

Re: [Alsa-devel] a question about RME HDSP 96xx

2003-08-14 Thread Paul Davis
Possibly you're thinking about the HDSP adapter card tied in with the MultiFace breakout box? That would be the only HDSP product that I know of that has analog on it, but I haven't looked at RME's site for quite a while the digiface has a stereo analog output (the phone jack on the front).

Re: [Alsa-devel] a question about RME HDSP 96xx

2003-08-14 Thread Chris Smith
On Monday 11 August 2003 00:37, [EMAIL PROTECTED] wrote: I am curious to know what kind of DAC chip RME HDSP 96xx uses? Is it AD1855 or AD1852, or something else? Onr can't easily group the HDSP 96xx cards any longer. The HDSP 9632, for example, does 2 channels of analog I/O up to 192kHz

Re: [Alsa-devel] Channel modes feature request.

2003-08-14 Thread Takashi Iwai
At Tue, 12 Aug 2003 11:37:23 +0200, I wrote: e.g. surround41 can be derived from surround51 such as (snip) we can define this as a default while the optimized version can be defined in each card definition (as written in my previous post). oh, Jaroslav already changed the cvs tree in a

[Alsa-devel] Re: Mailing list archive??

2003-08-14 Thread Tom Watson
Wonderful idea, only problem is that my version of netscape (6.2) that I use on this particular computer doesn't like nntp:; URL's. I was hoping for a web interface, which doesn't appear to be available at the site mentioned. As for searching, . never mind. Oh well. I thought the lists

RE: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Mark Knecht
More importantly is this a known issue that others are having as well? If so is it only with the HDSP 9652? Have you brought the firmware up to the latest level (is Windows absolutely needed for this?)? RME are happy to tell us how to write a firmware flash utility. someone just has to

Re: [Alsa-devel] Re: SND_PCM_OPEN_PLAYBACK SND_PCM_OPEN_CAPTURE

2003-08-14 Thread Damien Sandras
Le mer 13/08/2003 à 15:58, Paul Davis a écrit : yes, if the h/w can do full-duplex, then this will always work (and as you noticed, there is no DUPLEX mode anymore - you always get one handle for playback and a different one for capture). That is a good news for me. note that some cards

Re: [Alsa-devel] [PATCH] Fixes ac3 passthru non-audio bit setting for AC97 codecs.

2003-08-14 Thread Takashi Iwai
At Thu, 14 Aug 2003 18:49:13 +0200, Gregoire Favre wrote: On Thu, Aug 14, 2003 at 06:05:48PM +0200, Takashi Iwai wrote: The problem I was having was that the spdif non-audio bit was not being set. This patch fixes that problem. thanks, now applied to cvs. Is there any hope

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Thomas Charbonnel
More importantly is this a known issue that others are having as well? If so is it only with the HDSP 9652? Have you brought the firmware up to the latest level (is Windows absolutely needed for this?)? RME are happy to tell us how to write a firmware flash utility. someone just has to have

Re: SiS audio chip Re: [Alsa-devel] usb Duo no device ? using

2003-08-14 Thread Matt Flax
Hello, Just to let you all know that I tried the Debian testing (2) release of linux 2.6.0 and the intel8x0 driver now loads and lets me alter the mixer settings. This is using ALSA from the 2.6 kernel. I can also use aplay to play, but for the moment there is no sound. I will look into that

RE: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Mark Knecht
I've just got an answer from RME. Expect something to test soon :) Superb! Thanks. Chris Chris, You're in great hands. Thomas has managed to get the HDSP 9652 driver working with the mixer, with only one major problem left as far as I can see. Routing is working great on my card with

Re: [Alsa-devel] I thought it would simple....

2003-08-14 Thread Tom Watson
Sorry I could not get back to you... Vacation and travel over 9 time zones in the last 36 hours... The soundcard appears to work quite nicely using 'aplay' (default parameters, but device 'surround40'). I just want to get an idea of what I'm doing that causes this problem. The sample program

[Alsa-devel] PDAudioCF questions

2003-08-14 Thread Dave Phillips
Greetings: I'm testing the Core Sound PDAudioCF card on a laptop, an Omnibook 4150, using a CF-to-PCMCIA adapter. The card appears to initialize correctly, and 'cat /proc/asound/cards' tells me this: 0 [PDAudioCF ]: PDAudio-CF - Core Sound PDAudio-CF

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Takashi Iwai
Hi Paul, At Thu, 07 Aug 2003 09:22:57 -0400, Paul Davis wrote: Do you get lockups if you use snd-dummy as the lowlevel driver? How about without ardour (just jackd and some example clients running)? i'll have to try snd-dummy. and yes, it will happen with just jackd alone. did you check

Re: [Alsa-devel] [PATCH] Fixes ac3 passthru non-audio bit setting for AC97 codecs.

2003-08-14 Thread Gregoire Favre
On Thu, Aug 14, 2003 at 06:05:48PM +0200, Takashi Iwai wrote: The problem I was having was that the spdif non-audio bit was not being set. This patch fixes that problem. thanks, now applied to cvs. Is there any hope to do the same for the cs46xx? Thank you very much, Grégoire

[Alsa-devel] ALSA module will not load into kernel

2003-08-14 Thread Harold Martin
Hello, I'm trying to install the snd-cs46xx module for my Turtle Beach Santa Cruz. As per the instructions I compile everything successfully. But when I attempt to load the module (modprobe snd-cs46xx) I get the errors: /lib/modules/2.4.20-19.9/kernel/sound/pci/cs46xx/snd-cs46xx.o: init_module:

Re: [Alsa-devel] [Fwd: Hey There, via82xx stuff]

2003-08-14 Thread Takashi Iwai
At 08 Aug 2003 09:44:20 -0400, Rob J. Caskey [EMAIL PROTECTED] wrote: ogle: everything works fine xmame: everything is great (so far, sounds like oss emulation os pretty swell) kde (no arts): plays the first part of the startup sound, then repeats it like 10 times and everything returns to

Re: [Alsa-devel] Channel modes feature request.

2003-08-14 Thread James Courtier-Dutton
Takashi Iwai wrote: At Tue, 12 Aug 2003 00:19:34 +0100, James Courtier-Dutton wrote: I have a SB live audio card. I can open it with device names like: - surround40 (Front Left, Front Right, Rear Left, Rear Right) surround51 (Front Left, Front Right, Rear Left, Rear Right, Center, LFE) There is a

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Takashi Iwai
At Wed, 06 Aug 2003 11:13:48 -0400, Paul Davis wrote: OK, compiled, installed etc. But no lockups with a 2.4.20 kernel. Is there anything in particular that triggers it? i don't know. i just know that both my system and that of my first paying customer lock up when JACK is run SCHED_FIFO,

Re: [Alsa-devel] maestro3 driver hangs dell laptop

2003-08-14 Thread juan
On Tuesday 05 August, 2003 ? 04:12:22PM +0200, Takashi Iwai wrote: do you see the LED blinking? if yes, you could see a last kernel dieing message in the log terminal no the leds stay on. --- This SF.Net email sponsored by: Free pre-built

Re: [Alsa-devel] emu10k1 module compile error with latest cvs

2003-08-14 Thread Takashi Iwai
At Sat, 2 Aug 2003 20:06:21 +0100 (BST), Chris Rankin wrote: --- Nicola Orru' [EMAIL PROTECTED] wrote: It looks like a typo. Try and open emufx.c and replace EMU10K1_GRP_* with EMU10k1_GPR_*. Yup, a typo. Changing .._GRP_.. to .._GPR_.. fixed it. fixed now. Cheers, Chris P.S.

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-08-14 Thread p z oooo
Hi Sorry, I was on holiday. I have not enought free time - ld10k1 progress is only small (mostly I was discovering how is TRAM working on Audigy). On protocol: There is such protokol, but mostly it is only one way (loader - linker) - linker - loader part is missing (for now). On lo10k1,

[Alsa-devel] [BUG] Intel8x0 always returns frames available

2003-08-14 Thread Steve Smith
Hi, I have a reproducible problem with the Intel8x0 driver. The code to reproduce it is attached. Basically when the capture is set to a single channel snd_pcm_status_get_avail() always returns a positive value. As there is usually no data waiting this results in a block or EAGAIN when

RE: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Mark Knecht
Hi Chris. My problem right now with the HDSP 9652 is that the audio starts fine, then cuts out completely, then comes back, making the card unusable. I expect we'll find a solution to this one of these days soon. That's a show stopper. Is this both recording and playback? It's a

Re: [Alsa-devel] Channel modes feature request.

2003-08-14 Thread Takashi Iwai
At Tue, 12 Aug 2003 00:19:34 +0100, James Courtier-Dutton wrote: I have a SB live audio card. I can open it with device names like: - surround40 (Front Left, Front Right, Rear Left, Rear Right) surround51 (Front Left, Front Right, Rear Left, Rear Right, Center, LFE) There is a requirement

Re: [Alsa-devel] To the ALSA-stable maintainer

2003-08-14 Thread Takashi Iwai
At Tue, 5 Aug 2003 22:51:43 +, Giuliano Pochini wrote: Please do not include the utils/mod-deps x86 binary executable in the stable alsa-driver tarballs. cvscompile silently fails on non-x86 platforms. i fixed Makefile in alsa-driver tree. thanks for report. Takashi

[Alsa-devel] Mailing list archive??

2003-08-14 Thread Tom Watson
Off of a sound card subject, but is there an archive of this mailing list, and is it searchable?? I just changed to the digest version, and in changing didn't see any thing like either of these. Of course, if not, could someone?? Thanks. = -- Tom Watson [EMAIL PROTECTED]

Re: [Alsa-devel] Unable to handle kernel paging request with an SB16Pro

2003-08-14 Thread Takashi Iwai
At Thu, 14 Aug 2003 17:21:32 +0200, Ludovic Drolez wrote: Hi ! I've been using alsa 0.5.x without lots of problems (I always had to disable isapnp code manually) but now, with alsa 0.9.6 it's another story... I use an unpatched Debian kernel (2.4.21-1-k6), I've got an SB16 Pro 'Not

Re: [Alsa-devel] a question about RME HDSP 96xx

2003-08-14 Thread Paul Davis
Hi,guys, I am curious to know what kind of DAC chip RME HDSP 96xx uses? Is it AD1855 or AD1852, or something else? the hdsp 9652 has has no analog i/o. there are no DAC or ADC chips. the hdsp PCI/PCMCIA has analog i/o care of the i/o box, but what they use in there, i don't know. i'm not

[Alsa-devel] alsa-seq queue events

2003-08-14 Thread holborn
Hi! I have two questions. When i queue a event snd_seq_ev_set_note(ev, channel, note, velocity, length); snd_seq_ev_schedule_tick(ev, queue_id, 0, tick); if tick is earlier than the actual tick alsa-seq play the event? i think that's true ... but .. in this case: when alsa-seq sends

[Alsa-devel] Unable to handle kernel paging request with an SB16Pro

2003-08-14 Thread Ludovic Drolez
Hi ! I've been using alsa 0.5.x without lots of problems (I always had to disable isapnp code manually) but now, with alsa 0.9.6 it's another story... I use an unpatched Debian kernel (2.4.21-1-k6), I've got an SB16 Pro 'Not PNP', and when I make my 'modprobe snd-sb16', I get an oops: Aug 12

RE: [Alsa-devel] a question about RME HDSP 96xx

2003-08-14 Thread Mark Knecht
Possibly you're thinking about the HDSP adapter card tied in with the MultiFace breakout box? That would be the only HDSP product that I know of that has analog on it, but I haven't looked at RME's site for quite a while the digiface has a stereo analog output (the phone jack on the

[Alsa-devel] Re: Mailing list archive??

2003-08-14 Thread Warren Turkal
Tom Watson wrote: Off of a sound card subject, but is there an archive of this mailing list, and is it searchable?? I just changed to the digest version, and in changing didn't see any thing like either of these. Of course, if not, could someone?? Thanks. =

[Alsa-devel] [PATCH] fix dmix crashes

2003-08-14 Thread Clemens Ladisch
pcm-name can be NULL (when an unnamed pcm node is embedded in another pcm) Index: alsa-lib/src/pcm/pcm_dmix.c === RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_dmix.c,v retrieving revision 1.40 diff -u -r1.40 pcm_dmix.c ---

Re: [Alsa-devel] [PATCH] Fixes ac3 passthru non-audio bit setting for AC97 codecs.

2003-08-14 Thread Gregoire Favre
On Thu, Aug 14, 2003 at 06:44:02PM +0100, James Courtier-Dutton wrote: I don't know if I can help or not, because I don't have that sound card. If you can send me the output of :- lspci -v lspci -vn alsamixer - What is the name of the Card: and Chip: ? I will see what I can do. Thank

[Alsa-devel] SND_PCM_OPEN_PLAYBACK SND_PCM_OPEN_CAPTURE

2003-08-14 Thread Damien Sandras
Hello, I would like to know if it is always possible to open the same device twice at the same time : once with SND_PCM_OPEN_PLAYBACK and once with SND_PCM_OPEN_CAPTURE. I know it is not possible with OSS, but I wanted to know if ALSA makes it possible or if the device has to be opened only once

Re: [Alsa-devel] usbus428 0.0.7 patch against release alsa-driver 0.9.6 (was Re: tascam gives a go for us428 @ alsa ...)

2003-08-14 Thread Takashi Iwai
At Mon, 11 Aug 2003 01:26:09 +0200, Martin Langer wrote: On Thu, Aug 07, 2003 at 04:44:08PM +0200, Takashi Iwai wrote: At Wed, 30 Jul 2003 21:33:37 +0200, Karsten Wiese wrote: new here is: - both firmware-downloads are handled now by the snd-usb-us428-dl module (this

Re: [Alsa-devel] Channel modes feature request.

2003-08-14 Thread Jaroslav Kysela
On Tue, 12 Aug 2003, James Courtier-Dutton wrote: Can you expand on why. Because it seems sensible to me that all cards that do surround51, can also do surround50 and surround41. If by what you say, it is not possible (when I say not possible, I mean not possible with adding extra memcpy's

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Thomas Charbonnel
On Monday 11 August 2003 03:00, Thomas Charbonnel wrote: Is there an RME HDSP 9632 driver in development? The current hdsp driver from 0.9.6 will not load claiming the device is not present. No that I know of. The hdsp 9632 is quite different from the other hdsp cards. Supporting it will

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Edward Wildgoose
I've just got an answer from RME. Expect something to test soon :) Wow. Are you getting a test card or just documentation? The vague reviews suggest that the analogue quality on this card is going to better even than the 96/8, so I'm definitely a potential buyer... (if you get a test card, I

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Chris Smith
On Monday 11 August 2003 14:14, Mark Knecht wrote: Thomas has made great headway in just the last week. He codes, I test. It's gone for 0% operation to quite a lot of functionality. A little support from RME and I'm pretty sure we'll be there soon. Ahh, great. I do not know of any other

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Thomas Charbonnel
More importantly is this a known issue that others are having as well? If so is it only with the HDSP 9652? Have you brought the firmware up to the latest level (is Windows absolutely needed for this?)? RME are happy to tell us how to write a firmware flash utility. someone just has to

Re: [Alsa-devel] RME HDSP 9632 driver

2003-08-14 Thread Paul Davis
I'd be happy to test it, but the language above is a bit scary. If the firmware upgrade program messes up my card, are we guaranteed that the Windows version will fix it, or the onboard secondary firmware will take over? i think its more like a jumper setting or something like that. i never

RE: [Alsa-devel] a question about RME HDSP 96xx

2003-08-14 Thread Mark Knecht
Hi,guys, I am curious to know what kind of DAC chip RME HDSP 96xx uses? Is it AD1855 or AD1852, or something else? Your response will be highly appreciated, jing Jing, The HDSP 9652 doesn't have any DAC or ADC chips. It's purely digital in and digital out. (3 ADAT and 1 spdif) You

[Alsa-devel] [PATCH] intel8x0.c: fix typo

2003-08-14 Thread Clemens Ladisch
fix mixed up vendor/device ID's for Asus P4P800 Index: alsa-kernel/pci/intel8x0.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/intel8x0.c,v retrieving revision 1.87 diff -u -r1.87 intel8x0.c --- alsa-kernel/pci/intel8x0.c 30 Jul

Re: [Alsa-devel] usbus428 0.0.7 patch against release alsa-driver 0.9.6 (was Re: tascam gives a go for us428 @ alsa ...)

2003-08-14 Thread Martin Langer
On Thu, Aug 07, 2003 at 04:44:08PM +0200, Takashi Iwai wrote: At Wed, 30 Jul 2003 21:33:37 +0200, Karsten Wiese wrote: new here is: - both firmware-downloads are handled now by the snd-usb-us428-dl module (this functionality should move further on into userspace via libusb ?

[Alsa-devel] PATCH: alsamixer + big range controls

2003-08-14 Thread p z oooo
Hi, Alsa mixer is not correctly working with controls with big range (for example 0 - 20) (there is integer overflow). Peter Zubaj == REKLAMA = Vyrazne zlavy pocitacov a prislusenstva Digitalny fotoaparat Olympus µ300 v cenach uz od

Re: [Alsa-devel] HDSP MIDI question...

2003-08-14 Thread Patrice Tisserand
On Thu, 2003-08-07 at 06:35, [EMAIL PROTECTED] wrote: Hi, when I run aconnect -i it just spits out Timer and Announce, I was wondering how I'm supposed to connect my HDSP (multiface, alsa 0.9.6) midi input to an application. I know it's functioning because jmax is able to see (and use) the

[Alsa-devel] Unexpected hw_pointer value

2003-08-14 Thread Giuliano Pochini
When I play something, depending on the buffer length and the period length, sometimes ALSA complaints about a wrong hw_pointer value. pcm_hw_pointer() returns the right value and the irq handler (not shown below) calls snd_pcm_period_elapsed() only when the period is done. I can't understand

Re: [Alsa-devel] emu10k1-pointer-bug-fix.dif

2003-08-14 Thread Takashi Iwai
At Thu, 7 Aug 2003 14:51:13 +0200, Gregoire Favre wrote: Hello, I want to use the http://bitstreamout.sourceforge.net/ and in it there is a dif about a bug: oh, i remember this one in my deepest memory... Index: alsa-kernel/pci/emu10k1/emupcm.c

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread Antti Boman
Takashi Iwai wrote: At Tue, 05 Aug 2003 23:37:01 +0300, Antti Boman wrote: This seems like the problem I've always had with my single processor with JACK and SCHED_FIFO, with 2.4.20 kernel. I haven't tried the realtime setting for a while, though. if the exactly same problem happens on UP, the

Re: [Alsa-devel] maestro3 driver hangs dell laptop

2003-08-14 Thread juan
On Tuesday 05 August, 2003 ? 04:12:22PM +0200, Takashi Iwai wrote: At Tue, 5 Aug 2003 16:08:27 +0200, do you see the LED blinking? if yes, you could see a last kernel dieing message in the log terminal (often alt+F10 in linux console). try to switch to that one quickly after loading the

Re: [Alsa-devel] Is a complete Alsa restart possibly without rebooting?

2003-08-14 Thread Edward Wildgoose
I don't think you need to send the file. So far this is sort of what I'm doing by hand, but it isn't working. I can stop audio apps, then stop Alsa, remove everything from memory (I think), and then restart Alsa. Alsa starts up cleanly with no error messages, but sound does not return.

Re: [Alsa-devel] Attn Soundcard matrix maintainer.

2003-08-14 Thread Adrian McMenamin
On Tuesday 05 August 2003 00:05, Eliot Blennerhassett wrote: For AudioScience cards [snip] Just noticed this matrix. Could you add (In green?) the AICA Super Intelligent Sound Processor to the matrix - either under Sega (it is the Dreamcast's sound card) or Yamaha (who actually manufactured

[Alsa-devel] HDSP MIDI question...

2003-08-14 Thread drclaw
Hi, when I run aconnect -i it just spits out Timer and Announce, I was wondering how I'm supposed to connect my HDSP (multiface, alsa 0.9.6) midi input to an application. I know it's functioning because jmax is able to see (and use) the HDSP midi ports, but aconnect can't. I was wondering if this

Re: [Alsa-devel] anybody else OK with current CVS *and* SMP?

2003-08-14 Thread John Anderson
On Wed, 2003-08-06 at 16:48, Takashi Iwai wrote: On Tue, 2003-08-05 at 16:17, Paul Davis wrote: i am having a repeated problem with system lockups using current CVS with JACK running SCHED_FIFO on an SMP system, with the Planet's 2.4.21 kernel. can anyone report that a

[Alsa-devel] Re: exit() - _exit() in pcm_direct.c

2003-08-14 Thread Konstantin Stepaniuk
alsa-lib and glibc are same on both systems - alsa-lib from cvs, glibc from Debian unstable --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download

Re: [Alsa-devel] buggy ESS maestro 2E driver

2003-08-14 Thread Takashi Iwai
At Tue, 22 Jul 2003 18:22:56 +0200 (CEST), Djamel Ouerdane wrote: Hi, I know this one is a known bug, as far as I could see from ealier messages but I thought I would repeat it once more: the driver snd-es1968 handling the sound card ESS Maestro 2E that can be found in many laptops, is