[Alsa-devel] how to cross compile the alsa util?

2004-05-27 Thread Roc Wu
Hello alls: I cross compiled the alsa-lib-1.04 to arm platform. The 2.6.6 kernel including alsa driver is ok on our ARM board, so I want to test the driver. how to do it? I think maybe the first step is to crosscompile the alsa utils to play a wave audio file. CC=arm-linux-gcc ./configure

Re: [Alsa-devel] PCM Params

2004-05-27 Thread Brian Furey
ok paul i had another look at the driver playback/capture tutorials. I have one question.Do applicationsinitialize and use a pcm_handle of the alsa driver when they begin interaction with it?Surely not I thought that the driver would work totally independently of my VoIP and this is why I

[Alsa-devel] ALSA support for AudigyLS

2004-05-27 Thread James Courtier-Dutton
Here is a status update. I have received an Audigy LS sound card which was kindly donated by Greg Turpin. So, far, I have managed to get some sound out of the Front speakers. My speaker-test program outputs a nice constant tone. When playing in xine, it is not perfect sound, it stops and

Re: [Alsa-devel] MAYA44 USB audio device doesn't work with 1.0.4.

2004-05-27 Thread Luke Yelavich
Hi again all I don't know what became of the info I sent to the list previously, but below is the information I get when attempting to use this soundcard under a 2.6.6 kernel with alsa drivers 1.0.5rc1 and hotplug. dmes: usb 2-2: new full speed USB device using address 3 usbaudio: device 3

Re: [Alsa-devel] ATI IXP SPDIF

2004-05-27 Thread Takashi Iwai
At Wed, 26 May 2004 15:19:05 -0700, Alex Song wrote: hi, i happened to have that ASUS mobo (P4R800-VM) which has an ATIIXP/AD1888 and both PCM and ac3 pass through works with SPDIF. but the board i am trying to get working has an ATIIXP/ALC655 and i had a look at the realtek site and they

Re: [Alsa-devel] PCM Params

2004-05-27 Thread Paul Davis
ok paul i had another look at the driver playback/capture tutorials. I have on e question.Do applications initialize and use a pcm_handle of the alsa driver when they begin interaction with it?Surely not surely yes. ALSA isn't structured the way windows seems to concieve of audio. We don't

Re: [Alsa-devel] MAYA44 USB audio device doesn't work with 1.0.4.

2004-05-27 Thread Clemens Ladisch
Luke Yelavich wrote: below is the information I get when attempting to use this soundcard under a 2.6.6 kernel with alsa drivers 1.0.5rc1 and hotplug. dmes: usbaudio: device 3 audiocontrol interface 0 has 1 input and 1 output AudioStreaming interfaces This is the OSS driver (audio). Put

Re: [Alsa-devel] RME 9632 Mixer...

2004-05-27 Thread Ed Wildgoose
Thomas Charbonnel wrote: Ed Wildgoose wrote: Can anyone suggest how to script the controls to default to some known values? This is not a standard mixer control, alsactl is of no use here. Ed, here's a script for 1:1 routing (hdspmixer preset 1) Aha, at last the penny drops... I

Re: [Alsa-devel] RME 9632 Mixer...

2004-05-27 Thread Thomas Charbonnel
Aha, at last the penny drops... I had mucked around with this based on the alsa wiki instructions and hadn't got it working. I (wrongly) seem to remember a post where it said this was not working anymore, and gave up. There were simple mixer controls (using the MIXER api, compatible with

RE: [Alsa-devel] ATI IXP SPDIF

2004-05-27 Thread Alex Song
-Original Message- From: Takashi Iwai [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 5:45 AM To: Alex Song Cc: '[EMAIL PROTECTED]' Subject: Re: [Alsa-devel] ATI IXP SPDIF At Wed, 26 May 2004 15:19:05 -0700, Alex Song wrote: hi, i happened to have that ASUS

[Alsa-devel] [PATCH] Audigy LS support.

2004-05-27 Thread James Courtier-Dutton
Here is my first go at Audigy LS support. It can play sound to the front speakers. Only one mixer volume control does anything, that is the Front Volume control in alsamixer. I attach 2 files. One is a new audigyls.c, and the other is a patch to get alsa-driver to build with it. audigyls.c

[Alsa-devel] [ANN] Open Source US-X2Y firmware

2004-05-27 Thread Martin Langer
Hi, if someone is interested in a free (I mean GPL) firmware for the Tascam US-X2Y devices I can offer an open source replacement for the second stage loader alsa-firmware/usx2yloader/tascam_loader.ihx. All three US-X2Y devices need this file. But I have only tried it out with an US-122 where

Re: [Alsa-devel] MAYA44 USB audio device doesn't work with 1.0.4.

2004-05-27 Thread Luke Yelavich
At 11:14 PM 27/05/2004, Clemens Ladisch wrote: Luke Yelavich wrote: below is the information I get when attempting to use this soundcard under a 2.6.6 kernel with alsa drivers 1.0.5rc1 and hotplug. dmes: usbaudio: device 3 audiocontrol interface 0 has 1 input and 1 output AudioStreaming

[Alsa-devel] [alsa-dev]Question regarding period/buffer and error handling

2004-05-27 Thread Cournapeau David
Hi there, For my research, I need to use audio with matlab under linux, and sound support of matlab is kind of... well, crappy (basically, it is opening the /dev/audio file and write to it; on my computer, it doesn't seem to work). That's why I am thinking about using a wrapper to alsa.