Re: [Alsa-devel] alsamixer on cvs

2002-09-04 Thread Jaroslav Kysela
On Wed, 4 Sep 2002, Fernando Pablo Lopez-Lezcano wrote: > > > Fernando Pablo Lopez-Lezcano wrote: > > > > > > > > After installing a new cvs version I'm getting an assertion failure in > > > > alsamixer (or amix). > > > > > > > > # alsamixer > > > > alsamixer: simple.c:869: simple_add1: Assertion

Re: [Alsa-devel] alsamixer on cvs

2002-09-04 Thread Fernando Pablo Lopez-Lezcano
> > Fernando Pablo Lopez-Lezcano wrote: > > > > > > After installing a new cvs version I'm getting an assertion failure in > > > alsamixer (or amix). > > > > > > # alsamixer > > > alsamixer: simple.c:869: simple_add1: Assertion > > > `!simple->ctls[type].elem' failed. > > > Aborted > > > > could y

[Alsa-devel] Fwd: USB Quattro

2002-09-04 Thread Pritpaul Mahal
Sorry it seems no-one checks to approve messages so I decided to subscribe and send this... :) __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com --- Begin Message --- Hi! I was planning on buying a M-Audio USB Q

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Tim Goetze
Takashi Iwai wrote: >At Thu, 05 Sep 2002 01:35:39 +0900, >Patrick Shirkey wrote: >> >> Sorry if this is stupid, I'm not a trained programmer. I get this now. >> >> Do you know how to fix it? > > % gcc -l qinit qinit.c -lasound -ldl -lm rather $ gcc -o qinit qinit.c -lasound -ldl -lm

Re: [Alsa-devel] ALSA-0.9.0rc2 and RME HammerFall

2002-09-04 Thread Paul Davis
> ALSA lib pcm_hw.c:579: (snd_pcm_hw_open) >SNDRV_PCM_IOCTL_PVERSION failed: Inappropriate ioctl >for device > failed to open audio device default >(Inappropriate ioctl for device) > >snd_pcm_hw_open is looks like this: > snd_pcm_hw_open(pcmp, name, card, device, >subdevice,

Re: [Alsa-devel] ALSA-0.9.0rc2 and RME HammerFall

2002-09-04 Thread Shane Walton
Paul, Here is the details, the rest is what I could gather from an execution in ddd: ALSA lib pcm_hw.c:579: (snd_pcm_hw_open) SNDRV_PCM_IOCTL_PVERSION failed: Inappropriate ioctl for device failed to open audio device default (Inappropriate ioctl for device) snd_pcm_hw_open

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Takashi Iwai
At Thu, 05 Sep 2002 01:35:39 +0900, Patrick Shirkey wrote: > > Sorry if this is stupid, I'm not a trained programmer. I get this now. > > Do you know how to fix it? % gcc -l qinit qinit.c -lasound -ldl -lm Takashi --- This sf.net e

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Patrick Shirkey
Sorry if this is stupid, I'm not a trained programmer. I get this now. Do you know how to fix it? # gcc qinit.c /tmp/cco2X9S0.o: In function `main': /tmp/cco2X9S0.o(.text+0x17): undefined reference to `snd_pcm_open' /tmp/cco2X9S0.o(.text+0x22): undefined reference to `snd_pcm_hw_params_sizeof'

Re: [Alsa-devel] ALSA-0.9.0rc2 and RME HammerFall

2002-09-04 Thread Paul Davis
>Is there any know problems with 0.9.0rc2/Linux >2.4.19/RME HammerFall. I had a working application >using 0.9.0beta6/Linux/2.2.19/RME HammerFall, since I >am changing to a Intel P4 arch, I can't get the beta6 >to work. It fails on an ioctl with something about a >PVERSION... I would like to us

[Alsa-devel] Re: [noreply@sourceforge.net: [pcmcia-cs - Multifunction Cards] RE: configuring unsupported sound-card]

2002-09-04 Thread Paul Davis
>This is a message from Dave Hinds concerning autoconfiguring the >PCMCIA. I looked for pci_register_driver and grep only found it in >the binaries of snd-hdsp. Has the driver been written with the >"modern" kernel API, Dave is referring to? yes, all of ALSA does this. we use pci_module_init() a

[Alsa-devel] ALSA-0.9.0rc2 and RME HammerFall

2002-09-04 Thread Shane Walton
Is there any know problems with 0.9.0rc2/Linux 2.4.19/RME HammerFall. I had a working application using 0.9.0beta6/Linux/2.2.19/RME HammerFall, since I am changing to a Intel P4 arch, I can't get the beta6 to work. It fails on an ioctl with something about a PVERSION... I would like to use a ne

[Alsa-devel] ALSA-0.9.0beta6 with Linux 2.4.10+ kernels

2002-09-04 Thread Shane Walton
Does the 0.9.0beta6 release work with 2.4.x kernels, specifically 2.4.19? Thanks for the help. = Shane M. Walton, Software Engineer Digital System Resources, Inc. [EMAIL PROTECTED] : [EMAIL PROTECTED] 703.234.1674 __ Do You Yahoo!? Yahoo! Fina

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Takashi Iwai
At Thu, 05 Sep 2002 00:26:37 +0900, Patrick Shirkey wrote: > > Takashi Iwai wrote: > > I changed it to this (very small change). > > > > > well, just write a few codes... > > > > #include > > > > int main() > > { > > snd_pcm_t *pcm; > > int err; > > snd_pcm_hw_params_t hw; -

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Patrick Shirkey
Takashi Iwai wrote: I changed it to this (very small change). > > well, just write a few codes... > > #include > > int main() > { > snd_pcm_t *pcm; > int err; > snd_pcm_hw_params_t hw; > > err = snd_pcm_open(&pcm, "hw:2,1", SND_PCM_STREAM_PLAYBACK, 0); >

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Takashi Iwai
At Wed, 04 Sep 2002 23:51:25 +0900, Patrick Shirkey wrote: > > Takashi Iwai wrote: > > At Wed, 04 Sep 2002 23:32:25 +0900, > > Patrick Shirkey wrote: > > > >>I have just found that the quattro will not output an audible stream > >>from the external input channels until it has been made to outpu

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Patrick Shirkey
Takashi Iwai wrote: > At Wed, 04 Sep 2002 23:32:25 +0900, > Patrick Shirkey wrote: > >>I have just found that the quattro will not output an audible stream >>from the external input channels until it has been made to output a >>stream through the internal i/o first. >> >>This means that the dir

Re: [Alsa-devel] usb quattro

2002-09-04 Thread Takashi Iwai
At Wed, 04 Sep 2002 23:32:25 +0900, Patrick Shirkey wrote: > > I have just found that the quattro will not output an audible stream > from the external input channels until it has been made to output a > stream through the internal i/o first. > > This means that the direct monitor switch does

[Alsa-devel] usb quattro

2002-09-04 Thread Patrick Shirkey
I have just found that the quattro will not output an audible stream from the external input channels until it has been made to output a stream through the internal i/o first. This means that the direct monitor switch does not work until a file is played internally through the card. After tha

[Alsa-devel] integration of via668 and via8233 drivers

2002-09-04 Thread Takashi Iwai
Hi, right now I committed the changes for VIA chip drivers to cvs. now via686 and via8233 drivers are merged into a unified driver, via82xx. this supports both VIA686 and VIA8233 south bridges. the supported functions are identical with older drivers. so it's nothing but a merge of two modules

Re: [Alsa-devel] M-Audio Sonica support

2002-09-04 Thread Clemens Ladisch
Stephen Hassard wrote: > The closest thing in the archive seems to be a 6k binary, although I'm > not exactly sure what I'm looking for :P > > I've placed it here: http://hassard.net/ma005101.bin Stephen, please try the attached firmware loader. ("make", "./mausoload") It might actually work. :-)

[Alsa-devel] [noreply@sourceforge.net: [pcmcia-cs - Multifunction Cards] RE: configuring unsupported sound-card]

2002-09-04 Thread Orm Finnendahl
Hi, This is a message from Dave Hinds concerning autoconfiguring the PCMCIA. I looked for pci_register_driver and grep only found it in the binaries of snd-hdsp. Has the driver been written with the "modern" kernel API, Dave is referring to? -- Orm - Forwarded message from [EMAIL PROTECTED