[Alsa-devel] hdsp multiface.

2003-07-01 Thread Patrick Shirkey
I have this device and with the latest incarnation of the driver I cannot get audio out. I had it working about 6 months ago but things have changed a lot since then. It will initialise and I provide an entry in /proc/asound/. - ./hdsploader hdsploader - firmware loader for RME Hammerfall D

[alsa-devel] cross compiling alsa-utils for arm (fwd)

2003-07-01 Thread Ilya Bagrak
A bit of background: I have an arm toolchain installed in /usr/local/arm. I have successfully cross-compiled alsa-lib, but while trying to ./configure alsa-utils I am getting the following error. It seems like it cannot find the cross-compiled library, even though I copied it into the toolchain.

[Alsa-devel] midi test program

2003-07-01 Thread Giuliano Pochini
I'm looking for a small program that reads and writes a few bytes through the midi port. -- Bye. Giuliano. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are availab

Re: [Alsa-devel] AudioScience driver

2003-07-01 Thread Fred Gleason
On Monday 30 June 2003 09:26, Takashi Iwai wrote: > > Good idea. > > how about /usr/include/asihpi/hpi.h > > well, assuming the certain header location is not recommended. > > basically, the kernel sources must not refer to the standard header > files for user-space. if you need a header file for

[Alsa-devel] RME DIGI96 ADAT input selection bug fix

2003-07-01 Thread Anders Torger
Stefan Mueller found a bug in my Digi96 driver. Sometimes I write != when I mean == or the other way around: --- rme96.old.c 2003-07-01 20:13:40.0 +0200 +++ rme96.new.c 2003-07-01 20:13:26.0 +0200 @@ -1318,7 +1318,7 @@ snd_pcm_set_sync(substream); runtime->hw = s

Re: [Alsa-devel] problems in /proc read and alsamixer

2003-07-01 Thread Prince John
>Has anybody face this problem? > > Any ideas to resolve it? > > this kind of problem has appeared when different gcc > versions were > used for the kernel and the ALSA modules. not sure > whether it's your > case. the problem #2 also seems like the behavior > happening with the > gcc-mismatch a

Re: [Alsa-devel] problem with MU -LAW

2003-07-01 Thread James Courtier-Dutton
mahendra sp wrote: hi, alsa people, I have wriiten the application which realises full duplex.But there is playback buffer underrun proble. The buffer tries to read the value but -ve value. After writink the -ve value for some timesay 3 minutes, it becomes alright. again after some time buff

Re: [Alsa-devel] Hercules Gamesurround Fortissimo III 7.1

2003-07-01 Thread Nicos Gollan
On Tuesday 01 July 2003 12:01, Ronny V. Vindenes wrote: > Are you sure it's not just the card that is dead/dying? I've been > running the card since last year without any problems, except the > "distortion at full pcm volume" problem. The card is working perfectly in Windows, no matter what I do (

[Alsa-devel] RE:[PATCH] emufx: reduce stack usage

2003-07-01 Thread p z oooo
Thanks, I don't need TRAM_POKE (TRAM_PEEK) now (in as10k1 is no way to tell init values for tram), maybe later. Peter Zubaj == REKLAMA = Vyrazne zlavy pocitacov a prislusenstva Digitalny fotoaparat Olympus ΔΎ300 v cenach uz od 16.100,- Sk bez DP

Re: [Alsa-devel] RE:[PATCH] emufx: reduce stack usage

2003-07-01 Thread Jaroslav Kysela
On Tue, 1 Jul 2003, p z wrote: > And ones more: > > IOCTL SNDRV_EMU10K1_IOCTL_PCM_PEEK in snd_emu10k1_fx8010_ioctl > allocate structure to ipcm which is then passed to > snd_emu10k1_ipcm_peek which then uses one of member (ipcm->substream) > which is not initialized (may come from user sp

Re: [Alsa-devel] Hercules Gamesurround Fortissimo III 7.1

2003-07-01 Thread Ronny V. Vindenes
Nicos Gollan <[EMAIL PROTECTED]> writes: > On Saturday 28 June 2003 14:28, Benny Sjostrand wrote: > > But, amp_hercules(...) and hercules_mixer_init(...) function have only > > been implemented to do some specific initializations to the Game Theater XP > > card, which probably is very similar to t

[Alsa-devel] RE:[PATCH] emufx: reduce stack usage

2003-07-01 Thread p z oooo
And ones more: IOCTL SNDRV_EMU10K1_IOCTL_PCM_PEEK in snd_emu10k1_fx8010_ioctl allocate structure to ipcm which is then passed to snd_emu10k1_ipcm_peek which then uses one of member (ipcm->substream) which is not initialized (may come from user space ???). Peter Zubaj ==

[Alsa-devel] Re: Realtek ALC650E support in 2.[45]?

2003-07-01 Thread Takashi Iwai
At Mon, 30 Jun 2003 21:52:19 +1000, CaT wrote: > > On Mon, Jun 30, 2003 at 12:03:50PM +0200, Takashi Iwai wrote: > > At Mon, 30 Jun 2003 18:49:43 +1000, > > CaT wrote: > > > Anyways, does it support it? I'd prefer fully OS driver support and > > > don't mind using patches but prefer to be able to

[Alsa-devel] [PATCH] cmipci: reduce stack usage

2003-07-01 Thread Clemens Ladisch
reduce stack usage Index: alsa-kernel/pci/cmipci.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/cmipci.c,v retrieving revision 1.46 diff -u -r1.46 cmipci.c --- alsa-kernel/pci/cmipci.c7 May 2003 15:51:33 - 1.46 +++ alsa

[Alsa-devel] [PATCH] emufx: reduce stack usage

2003-07-01 Thread Clemens Ladisch
- Reduced stack usage. - Added a call to copy_from_user() to SNDRV_EMU10K1_IOCTL_PCM_POKE. With this, the ioctl actually might be useful. :) Index: alsa-kernel/pci/emu10k1/emufx.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k

[Alsa-devel] [PATCH] fix alsa-lib documentation references

2003-07-01 Thread Clemens Ladisch
fix some wrong section/file/reference names Index: alsa-lib/src/pcm/pcm_dmix.c === RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_dmix.c,v retrieving revision 1.37 diff -u -r1.37 pcm_dmix.c --- alsa-lib/src/pcm/pcm_dmix.c 23 Apr 2003