[Alsa-devel] [PATCH] - Audigy 1 and Audigy 2 mixer

2003-10-09 Thread p z oooo
Hi, These patches make some changes to mixer on Audigy 1 and Audigy 2. Changes: - new FX bus allocated for Wave Stereo playback ("Wave Playback Volume") - new "Master Playback Volume" control - controls output volume for all channels (implemented using DSP code) - new controls "PCM Front Playba

Re: [Alsa-devel] configure error with alsa-driver-0.9.7a

2003-10-09 Thread James Courtier-Dutton
Paul Berry wrote: Hello kind alsa developers: I was attempting to upgrade the alsa-drivers in an old system, Redhat 7.0 (upgraded to a custom compiled 2.2.20 kernel) that is presently using alsa-driver-0.9.0rc6. The system works fine, just wanted the latest drivers, but when I tried to upgrade to

Re: [Alsa-devel] Q: Error on compiling/linking

2003-10-09 Thread Takashi Iwai
At Thu, 09 Oct 2003 18:08:16 +0200, gerlacbd wrote: > > > Hello, > > I'm new to ALSA and I have a problem on programming the library: > On my system ALSA library 0.9.7 and ALSA 0.9.7 driver is installed. > According to the api-documentation on the ALSA project site, I tried to > do something l

[Alsa-devel] Q: Error on compiling/linking

2003-10-09 Thread gerlacbd
Hello, I'm new to ALSA and I have a problem on programming the library: On my system ALSA library 0.9.7 and ALSA 0.9.7 driver is installed. According to the api-documentation on the ALSA project site, I tried to do something like: snd_seq_client_info_t *info; snd_seq_client_info_malloc ( &info

Re: [Hfterm-hackers] Re: [Alsa-devel] ham radio OSS duplex realtime mmap program.

2003-10-09 Thread Dr. med. Günther Montag
Am Freitag 26 September 2003 16:51 schrieb James Courtier-Dutton: > > I thought all ham radio was half duplex. i.e. You listen and decode, and > then transmit if needed. i did not think the listen and transmit worked > at the same time. > So, in theory, one could have 2 threads. > One receiving aud

Re: [Alsa-devel] ham radio OSS duplex realtime mmap program.

2003-10-09 Thread Dr. med. Günther Montag
Hello all! Much thanks for the interesting suggestion & discussion, it has encouraged me that my prog also makes headache to You gurus. And also much thanks to the alsa developers that make a great job. So I will look forward to alsa 0.9.7. and in between have a look on jack. See you! Günther [

Re: [Alsa-devel] Way to save DSP resources on the emu10k1

2003-10-09 Thread Jaroslav Kysela
On Thu, 9 Oct 2003, James Courtier-Dutton wrote: > Hi, > > I have thought of a possible way to save DSP resources on the SB > Live/Audigy etc. > > Instead of having DSP code actually in the emu10k1 source code, have it > in small user land files on disk. > When the snd-emu10k1 modules is first loa

[Alsa-devel] Way to save DSP resources on the emu10k1

2003-10-09 Thread James Courtier-Dutton
Hi, I have thought of a possible way to save DSP resources on the SB Live/Audigy etc. Instead of having DSP code actually in the emu10k1 source code, have it in small user land files on disk. When the snd-emu10k1 modules is first loaded, it will contain no DSP code. When alsa-lib detects an em

Re: [Alsa-devel] Problem with multiopen on SB Audigy 2

2003-10-09 Thread Takashi Iwai
At Thu, 9 Oct 2003 08:52:01 +0200, p z wrote: > > And use Philips DAC on Audigy 1 instead of AC97 for front channel ( > Same volume levels as others channels, beter precision, ...). > AC97 will be then used only for analog inputs. could you send me a patch? :) ATM, the audigy card is out o

Re: [Alsa-devel] Problem with multiopen on SB Audigy 2

2003-10-09 Thread Jaroslav Kysela
On Thu, 9 Oct 2003, James Courtier-Dutton wrote: > Jaroslav Kysela wrote: > >> > >>the template i meant above is the basic designs of control naming, and > >>i don't mean that this is the kernel issue. (well, in the case of > >>"master" volume, we cannot handle it simply by abstraction but need a

Re: [Alsa-devel] patch for HDSP 9652

2003-10-09 Thread Takashi Iwai
At Thu, 9 Oct 2003 11:04:07 +0800, Nick Arnold wrote: > > Hello, > > I'm following-up regarding the patch to hdsp.c + changes to hdsp.h that > Thomas Charbonnel sent me late August. The patch fixed some unexplained > signal on the output channels of the card, and was for ALSA 0.9.6. > > It appe

Re: [Alsa-devel] [PATCH] OmniStudio MIDI quirk

2003-10-09 Thread Takashi Iwai
At Wed, 08 Oct 2003 15:27:00 +0200 (METDST), Clemens Ladisch wrote: > > > add support for M-Audio OmniStudio MIDI applied to cvs now. thanks. Takashi --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts ove

Re: [Alsa-devel] configure error with alsa-driver-0.9.7a

2003-10-09 Thread Takashi Iwai
At Thu, 9 Oct 2003 01:11:49 -0800, Paul Berry wrote: > > Thank you Takashi, > > With your advice I was able to run the configure script. > Now alas, make is giving me problems... > If it matters any this is an old 486 ISA (only) computer, (Dinosours still > roam some parts of the planet) and

Re: [Alsa-devel] configure error with alsa-driver-0.9.7a

2003-10-09 Thread Paul Berry
Thank you Takashi, With your advice I was able to run the configure script. Now alas, make is giving me problems... If it matters any this is an old 486 ISA (only) computer, (Dinosours still roam some parts of the planet) and no PCI stuff was compiled into the kernel. Thanks for any help, Pau

Re: [Alsa-devel] Questions: hw_param rules in rme9652, hdsp.c, also for hdspm.c ?

2003-10-09 Thread Winfried Ritsch
Thanx, that make it clear. >> [hw_rules to make min channels max channels] >> >>Why ? Is there a reason to let channels min not to be 1 ? > >ALSA kernel drivers mirror hardware capabilities. its not possible to >configure the hardware to use just 1 channel. user space (alsa-lib) >allows use o