[Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-15 Thread karsten wiese
Hi, I am in the process of updating the tascam us-428 patch for alsa-current and need some hints: formerly the snd-usb-us428 issued request_module( snd-usb-midi); to load that module. this doesn't work with alsa-current anymore as the snd-usb-audio initialisation, which is triggered, conflicts

[Alsa-devel] multiple devices/ possible bug in aplay or somewhere else?

2002-10-15 Thread Guilhem Tardy
Hi all, I have tried playing audio on device 1 of a pci2103 card through aplay, which correctly displayed 2 devices and 1 subdevice each (aplay -l). The result was that audio was still played on device 0, regardless of the -d parameter. So my questions are: - are you aware of any bug in aplay

Re: [Alsa-devel] multiple devices/ possible bug in aplay or somewhereelse?

2002-10-15 Thread Jaroslav Kysela
On Tue, 15 Oct 2002, Guilhem Tardy wrote: Hi all, I have tried playing audio on device 1 of a pci2103 card through aplay, which correctly displayed 2 devices and 1 subdevice each (aplay -l). The result was that audio was still played on device 0, regardless of the -d parameter. -d is

Re: [Alsa-devel] multiple devices/ possible bug in aplay or somewhere else?

2002-10-15 Thread Guilhem Tardy
-d is duration, use -D 'hw:0,1' or 'plughw:0,1' Damn out-dated MAN pages! Thanks for the hint. Guilhem. __ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute

Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-15 Thread karsten wiese
Clemens Ladisch schrieb: karsten wiese wrote: I am in the process of updating the tascam us-428 patch for alsa-current and need some hints: formerly the snd-usb-us428 issued request_module( snd-usb-midi); to load that module. this doesn't work with alsa-current anymore as the

Re: [Alsa-devel] help needed on how to autoload snd-usb-midi

2002-10-15 Thread Takashi Iwai
At Tue, 15 Oct 2002 16:40:56 +0200 (CEST), karsten wiese wrote: Hi, I am in the process of updating the tascam us-428 patch for alsa-current and need some hints: formerly the snd-usb-us428 issued request_module( snd-usb-midi); to load that module. this doesn't work with alsa-current

[Alsa-devel] Re: btw

2002-10-15 Thread mark
On Tue, Oct 15, 2002 at 12:51:11PM +0200, Takashi Iwai wrote: At Mon, 14 Oct 2002 14:34:07 -0500, [EMAIL PROTECTED] wrote: I have got to stop spamming, you -- sincere apologies. Mixer apps will start up, but it wont actually let me change any settings. ok, could you show

[Alsa-devel] current cvs: problems with ice1712?

2002-10-15 Thread Fernando Pablo Lopez-Lezcano
Current cvs, just compiled, the sound driver seems to start fine but I get no sound. Alsamixer cannot move the volume in the DAC sliders up from 0 (it gets to at most 2). Same in envy24control. Envy24control reports the following when started: envy24control Unable to write volume change rate:

Re: [Alsa-devel] current cvs: problems with ice1712?

2002-10-15 Thread Jaroslav Kysela
On Tue, 15 Oct 2002, Fernando Pablo Lopez-Lezcano wrote: Current cvs, just compiled, the sound driver seems to start fine but I get no sound. Alsamixer cannot move the volume in the DAC sliders up from 0 (it gets to at most 2). Same in envy24control. Envy24control reports the following when

[Alsa-devel] help for a levelmeter

2002-10-15 Thread Laurent Georget
Hello, I 'd like to make a levelmeter program which would display sound card input/output while the audio device is opened by another program. I tried to use copy plugin , but now (since 0.9.0rc3 ) the snd_pcm_copy_open give a implicit declaration of function message . (Anyway, i don't know

Re: [Alsa-devel] help for a levelmeter

2002-10-15 Thread karsten wiese
Laurent Georget: Hello, I 'd like to make a levelmeter program which would display sound card input/output while the audio device is opened by another program. I tried to use copy plugin , but now (since 0.9.0rc3 ) the snd_pcm_copy_open give a implicit declaration of function hmm,