[Alsa-devel] dxs_support detection or feature broken?

2004-01-23 Thread John Gotts
I have an ASUS A7V8X motherboard with a VIA VT8233 audio controller equipped with SPDIF. I have a set of digital speakers and use the SPDIF out for everything possible. (The speakers will fall back to analog if there is no digital signal present.) 00:11.5 Multimedia audio controller: VIA Technol

[Alsa-devel] Code to capture a buffer

2004-01-23 Thread Torsten Mohr
Hi, i got this code constructed from an example i found googling. What i basically want is to initialise some settings and then i'd like to capture some PCM to a buffer. This should be repeatable, i want to initialise ONCE and call a capture function whenever i need some data. It is perfectly ok

[Alsa-devel] Success with xine, 5.1 surround & ALSA

2004-01-23 Thread Torrey Hoffman
after all the bug reports and questions I've sent, I thought I'd send in a success report - this was unexpectedly easy, and very nice to have working. Without much trouble, I got xine playing 5.1 channel surround sound through the ALSA drivers for my onboard Intel ICH5 AC97 to Realtek ALC650... i

[Alsa-devel] usx2y dependencies

2004-01-23 Thread Martin Langer
Hi, usx2y build by "./configure --with-cards=usb-usx2y" has a dependency problem: depmod: *** Unresolved symbols in /lib/modules/2.4.23/kernel/sound/usb/usx2y/snd-usb-usx2y.o depmod: snd_usbmidi_disconnect_Rc1a56322 depmod: snd_hack_usb_set_interface_R5b6905b8 depmod: snd

[Alsa-devel] Documentation Bugs

2004-01-23 Thread Torrey Hoffman
I've been working through the .asoundrc documentation and have found several errors. This is for the "asoundrc" documentation, viewed on Jan 23 '04, using Mozilla 1.4.1, at the URL: http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php3 I am using kernel 2.6.2-rc1 with the alsa-bk-2004-01-20

[Alsa-devel] sequencer filter client

2004-01-23 Thread Garett Shulman
Hello, I am trying to create a very simple midi filter client for the alsa sequencer based on aseqview-0.1.4. I have alsa 0.9.8. This code shows the input and the output port in aconnect when executed. And, when the raw_midi client is connected The callback does get called when I play keys on m

Re: [Alsa-devel] HDSP 9632 driver and expansion cards

2004-01-23 Thread Edward Wildgoose
> > Just to make it clear that this is a software problem and not the > > problem that Tim, Paul and Mark reported, could you please try to route > > an incoming signal (through analog or digital in) to your amp using > > hdspmixer and tell me if the routed sound suffers from the same audio > > cor

Re: [Alsa-devel] Status of ADI AD1888

2004-01-23 Thread Carlos Fernandez Sanz
David, Apparently not. I've been doing some research and while the driver loads, etc, I get no sound (everything to the max in the mixer, speakers plugged, etc :-)). If I hadn't find anyone else with the exact same problem I would just assume I'm plain stupid (or add item to the list proving it)..

Re: [Alsa-devel] Status of ADI AD1888

2004-01-23 Thread David Lloyd
On Fri, 23 Jan 2004, Carlos Fernandez Sanz wrote: > Hi, > > Is the ADI AD1888 chipset supported yet? I'm asking because it doesn't > seem to work out-of-the-box with Alsa 1.0.1, however Asus does have a > driver in their page (see download area for their P4P800S motherboard), > but it's for Alsa

[Alsa-devel] Status of ADI AD1888

2004-01-23 Thread Carlos Fernandez Sanz
Hi, Is the ADI AD1888 chipset supported yet? I'm asking because it doesn't seem to work out-of-the-box with Alsa 1.0.1, however Asus does have a driver in their page (see download area for their P4P800S motherboard), but it's for Alsa 0.9. I have never developed an Alsa driver (or any driver for

Re: Multichannel AC97 support - was "Re: [Alsa-devel] any support for realtech sound chip"

2004-01-23 Thread Jaroslav Kysela
On Fri, 23 Jan 2004, Torrey Hoffman wrote: > On Fri, 2004-01-23 at 01:52, Clemens Ladisch wrote: > > John W. Cocula wrote: > > > $ ./speaker-test -Drear -c 2 > > > > > > ALSA lib pcm.c:1812:(snd_pcm_open_conf) Invalid type for PCM rear definition > > > (id: rear, value: cards.pcm.rear) > > > Play

Multichannel AC97 support - was "Re: [Alsa-devel] any support for realtech sound chip"

2004-01-23 Thread Torrey Hoffman
On Fri, 2004-01-23 at 01:52, Clemens Ladisch wrote: > John W. Cocula wrote: > > $ ./speaker-test -Drear -c 2 > > > > ALSA lib pcm.c:1812:(snd_pcm_open_conf) Invalid type for PCM rear definition (id: > > rear, value: cards.pcm.rear) > > Playback open error: Invalid argument > > You cannot access t

Re: [Alsa-devel] Patch to fix Pax/Grsecurity Problems

2004-01-23 Thread Takashi Iwai
At Fri, 23 Jan 2004 20:40:04 +1100, Stephen Cook wrote: > > I hope I don't sound to persistent but I am just wondering when this > patch is going to be merged or if there is anything I can do to help > speed it up. Such as any changes to the patch etc. well, i'm also waiting for the response fr

[Alsa-devel] troubles programming with the sequencer

2004-01-23 Thread Brix
Hi, i'm developing an ear-trainer (an application to improve musical ears) and i must use the MIDI synth to play out chords, but i can't let the alsa sequencer work. My code doesn't return any error, i just can't hear anything. If i do it via the RawMIDI API, it works fine (but it's, bleahh, horr

Re: [Alsa-devel] HDSP 9632 driver and expansion cards

2004-01-23 Thread Ed Wildgoose
> Thanks, this is good news. Could you also please test hdspmixer with the > expansion board and confirm there's no problem here either ? Yes, hdspmixer does all the right things with the extra channels. There appears to be a minor bug in that the input channels 8 and 9 (I think?), ie the top rig

[Alsa-devel] another shm memory patch and some optimizations

2004-01-23 Thread Adam Tla/lka
bit sample mixing routines in c and x_86 asm. Hope this helps. Regards -- Adam Tla/lka mailto:[EMAIL PROTECTED]^v^ ^v^ ^v^ Computer Center, Technical University of Gdansk, Poland PGP public key: finger [EMAIL PROTECTED] --- alsa-20040123/alsa-lib/src/pcm/pcm_dmix_old.c 2004-01-21

Re: [Alsa-devel] config bug with sbawe and --with-isapnp=no

2004-01-23 Thread Takashi Iwai
At Fri, 23 Jan 2004 11:26:38 +0100 (CET), Jaroslav wrote: > > On Fri, 23 Jan 2004, Mario Loritz wrote: > > > Hello list, > > > > I reproduced the error message while the driver is loading: > > Could you try the patch bellow? i found the bug in adriver.h, which always defines CONFIG_PNP when CO

Re: [Alsa-devel] HDSP 9632 driver and expansion cards

2004-01-23 Thread Thomas Charbonnel
Ed Wildgoose wrote : I haven't had time to try and get any sound out of it yet! However, it is detected correctly in the mixer, and the driver thinks that there are 4 extra channels. I need to get some jack socket convertors to get some sound out, but will let you know. Please do so, thanks.

[Alsa-devel] resume problems in intel8x0 persist (Inspiron 8200)

2004-01-23 Thread Itay Ben-Yaacov
AS reported many times before, intel8x0 fails to resume properly with 1.0.1, on my (and according to some old reports, others') Inspiron 8200 with an ICH3 chipset. The problem is that codec #0 is not waited for for some reason, and adding a hard-coded waiting time of HZ/4 solves the problem. Th

Re: [Alsa-devel] config bug with sbawe and --with-isapnp=no

2004-01-23 Thread Jaroslav Kysela
On Fri, 23 Jan 2004, Mario Loritz wrote: > Hello list, > > I reproduced the error message while the driver is loading: Could you try the patch bellow? Jaroslav Index: pnp.h === RCS file: /cv

Re: [Alsa-devel] config bug with sbawe and --with-isapnp=no

2004-01-23 Thread Mario Loritz
Hello list, I reproduced the error message while the driver is loading: # rcalsasound restart Shutting down sound driver: done Starting sound driver: snd-sbawe /lib/modules/2.4.21-166-default/kernel/sound/ isa/sb/snd-sbawe.o: unresolved symbol pnp_activat

Re: [Alsa-user] Re: [Alsa-devel] Bugtracking system

2004-01-23 Thread Andreas Kuckartz
Sam Vilain wrote: > What about sub-sub-categories for attaching bugs to individual > drivers? That is not supported by Bugzilla. One possibility is to remove one level and add something like "ALSA drivers" as a second separate top-level Category with the main drivers as individual Components. I t

Re: [Alsa-devel] any support for realtech sound chip

2004-01-23 Thread Clemens Ladisch
John W. Cocula wrote: > $ ./speaker-test -Drear -c 2 > > ALSA lib pcm.c:1812:(snd_pcm_open_conf) Invalid type for PCM rear definition (id: > rear, value: cards.pcm.rear) > Playback open error: Invalid argument You cannot access the rear channels seperately (at least not directly). The ICH only su

Re: [Alsa-devel] Patch to fix Pax/Grsecurity Problems

2004-01-23 Thread Stephen Cook
I hope I don't sound to persistent but I am just wondering when this patch is going to be merged or if there is anything I can do to help speed it up. Such as any changes to the patch etc. Thanks Stephen -- - Original Message - DATE: Mon, 12 Jan 2004 15:03:54 From: Takashi Iwa