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

2002-10-16 Thread Clemens Ladisch
karsten wiese wrote: > here is the routine that is used in snd-usb-us428: > ... > its a copy-change of usb-audio. something wrong here ? No, it's fine. The problem is elsewhere. > > IMHO the "best" solution would be to add a quirk to > > usbaudio.c, (...) (I'm sure I've missed something. > > :)

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

2002-10-16 Thread Jaroslav Kysela
On Wed, 16 Oct 2002, Clemens Ladisch wrote: > karsten wiese wrote: > > here is the routine that is used in snd-usb-us428: > > ... > > its a copy-change of usb-audio. something wrong here ? > > No, it's fine. The problem is elsewhere. > > > > IMHO the "best" solution would be to add a quirk to >

[Alsa-devel] alsamixer

2002-10-16 Thread Miha Tomsic
Hello! At the moment I am poking around with the EWS88MT card and the thing has 129 mixer controls which is quite some pages of alsamixer strips. Just an idea: it would be nice to be able to specify which controls are relevant and which are not. It could be added to .asoundrc ctl. definit

[Alsa-devel] Re: btw

2002-10-16 Thread Takashi Iwai
At Tue, 15 Oct 2002 12:57:50 -0500, [EMAIL PROTECTED] wrote: > > [1 ] > 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 > > > sta

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

2002-10-16 Thread Clemens Ladisch
Jaroslav Kysela wrote: > On Wed, 16 Oct 2002, Clemens Ladisch wrote: > > Takashi, would it be possible/desirable to change snd_rawmidi_hw_open() > > to load sequencer drivers if the card driver is loaded but the rawmidi > > device doesn't exist? > > Something like: > > (...) > > It looks ugly. Ye

[Alsa-devel] CVSCOMPILE problems

2002-10-16 Thread Matt Flax
Hi there everyone, In relation to this article/patch, I need to compile the CVS sources after 14'th : http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg04810.html I have downloaded them, but am having trouble compiling them. There are lots of files with a ',v' extension. For exampl

[Alsa-devel] Fwd: [Alsa-user] VIA VT8235 (ALC201) problems

2002-10-16 Thread Joachim Blaabjerg
I'm forwarding this to -devel, just in case you guys know something that the folks on -user don't. I guess I should mention that I sometimes get this error message while attempting to play sound (not always, though): ALSA lib pcm_hw.c:398:(snd_pcm_hw_prepare) SNDRV_PCM_IOCTL_PREPARE failed: D

Re: [Alsa-devel] CVSCOMPILE problems

2002-10-16 Thread Clemens Ladisch
Matt Flax wrote: > I need to compile the CVS sources ... > I have downloaded them, but am having trouble compiling them. > There are lots of files with a ',v' extension. You have to check out the sources with cvs. See for details (the ALSA modules are

Re: [Alsa-devel] Fwd: [Alsa-user] VIA VT8235 (ALC201) problems

2002-10-16 Thread Takashi Iwai
Hi, please try the cvs version. the via8233 (and via686) driver has been changed much on cvs since 0.9.0rc3. now they are merged as a unifed module "snd-via82xx". Takashi At Wed, 16 Oct 2002 16:28:19 +0200, Joachim Blaabjerg wrote: > > I'm forwarding this to -devel, just in case you guys kno

Re: [Alsa-devel] Fwd: [Alsa-user] VIA VT8235 (ALC201) problems

2002-10-16 Thread Joachim Blaabjerg
On Wednesday 16 October 2002 17:34, Takashi Iwai wrote: > Hi, > > please try the cvs version. > the via8233 (and via686) driver has been changed much on cvs since > 0.9.0rc3. now they are merged as a unifed module "snd-via82xx". Thanks for the tip. Didn't make a difference, though. Alsa-mixer no

Re: [Alsa-devel] Fwd: [Alsa-user] VIA VT8235 (ALC201) problems

2002-10-16 Thread Takashi Iwai
At Wed, 16 Oct 2002 18:03:48 +0200, Joachim Blaabjerg wrote: > > On Wednesday 16 October 2002 17:34, Takashi Iwai wrote: > > Hi, > > > > please try the cvs version. > > the via8233 (and via686) driver has been changed much on cvs since > > 0.9.0rc3. now they are merged as a unifed module "snd-vi

Re: [Alsa-devel] Fwd: [Alsa-user] VIA VT8235 (ALC201) problems

2002-10-16 Thread Joachim Blaabjerg
On Wednesday 16 October 2002 18:12, you wrote: > 8235 has the same pci id with 8233, so it's ok. > > > Takashi As far as I know, though, the 8235 south bridge uses a different sound chip. VT8233 uses ALC650, while VT8235 uses ALC201. Or am I wrong? And no, I still can't get sound. :) Best Reg

Re: [Alsa-devel] Fwd: [Alsa-user] VIA VT8235 (ALC201) problems

2002-10-16 Thread Takashi Iwai
At Wed, 16 Oct 2002 18:26:12 +0200, Joachim Blaabjerg wrote: > > On Wednesday 16 October 2002 18:12, you wrote: > > > 8235 has the same pci id with 8233, so it's ok. > > > > > > Takashi > > As far as I know, though, the 8235 south bridge uses a different sound chip. > VT8233 uses ALC650, while

Re: [Alsa-devel] Fwd: [Alsa-user] VIA VT8235 (ALC201) problems

2002-10-16 Thread Joachim Blaabjerg
On Wednesday 16 October 2002 18:32, Takashi Iwai wrote: > At Wed, 16 Oct 2002 18:26:12 +0200, > > Joachim Blaabjerg wrote: > > On Wednesday 16 October 2002 18:12, you wrote: > > > 8235 has the same pci id with 8233, so it's ok. > > > > > > > > > Takashi > > > > As far as I know, though, the 8235 s

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

2002-10-16 Thread Peter L Jones
On Wednesday 16 Oct 2002 12:19, Clemens Ladisch wrote: [snip] > > Well, the real reason why I wrote a sequencer driver was that I wanted to > decide between a rawmidi and a sequencer driver, but there wasn't any > sequencer driver supporting input, so I had to write one to find out about > it. ;-

[Alsa-devel] Re: btw

2002-10-16 Thread mark
On Wed, Oct 16, 2002 at 12:15:20PM +0200, Takashi Iwai wrote: > IIRC, there was a bug in the recent changes. > i think it's fixed now on cvs. please try to update the cvs tree > again. Ok - done. > > It seems to "play" when i shove a wav into either pcmC1D0p or > > pcmC1D0c. > > do you mean "

Re: [Alsa-devel] help for a levelmeter

2002-10-16 Thread Laurent Georget
karsten wiese wrote: > 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 "im

[Alsa-devel] us428 patch 0.0.4

2002-10-16 Thread karsten wiese
hi, this is the logentry: >>> compiles again with alsa-current. USB_ISO_ASAP not used anymore (most of the time), instead urb->start_frame is calculated here now, some calls inside usb-driver don't need to happen anymore. To get the best out of this: Disable APM-support in the kernel as APM-BIOS

Re: [Alsa-devel] help for a levelmeter

2002-10-16 Thread karsten wiese
--- Paul Davis <[EMAIL PROTECTED]> schrieb: > An: Laurent Georget <[EMAIL PROTECTED]> > CC: karsten wiese <[EMAIL PROTECTED]>, > Devel Alsa <[EMAIL PROTECTED]> > Betreff: Re: [Alsa-devel] help for a levelmeter > Datum: Wed, 16 Oct 2002 18:07:48 -0400 > Von: Paul Davis <[EMAIL PROTECTED]> >

Re: [Alsa-devel] help for a levelmeter

2002-10-16 Thread Abramo Bagnara
Laurent Georget wrote: > > karsten wiese wrote: > > 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