[Alsa-devel] [PATCH] use vmalloc in opl4_proc_read/write

2003-11-03 Thread Clemens Ladisch
use vmalloc instead of kmalloc for temp buffer in proc read()/write() Index: alsa-kernel/drivers/opl4/opl4_proc.c === RCS file: /cvsroot/alsa/alsa-kernel/drivers/opl4/opl4_proc.c,v retrieving revision 1.1 diff -u -r1.1 opl4_proc.c

[Alsa-devel] [PATCH] iecset fixes

2003-11-03 Thread Clemens Ladisch
- add error handler for ALSA errors - enumerate all controls to find the desired control (because SPDIF is device 1 on ymfpci) Index: alsa-utils/iecset/iecset.c === RCS file: /cvsroot/alsa/alsa-utils/iecset/iecset.c,v retrieving

[Alsa-devel] [PATCH] fix snd_ctl_elem_list_free_space

2003-11-03 Thread Clemens Ladisch
clear element count when freeing space in element list Index: alsa-lib/src/control/control.c === RCS file: /cvsroot/alsa/alsa-lib/src/control/control.c,v retrieving revision 1.100 diff -u -r1.100 control.c ---

[Alsa-devel] [PATCH] AD198x controls

2003-11-03 Thread Clemens Ladisch
new controls for AD1981A/B/1980/1985 Index: alsa-kernel/pci/ac97/ac97_codec.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/ac97/ac97_codec.c,v retrieving revision 1.110 diff -u -r1.110 ac97_codec.c ---

Re: [Alsa-devel] hdsp driver and tools update

2003-11-03 Thread Roslyn Hoskin
Hello all, I'm a friend of Nick Arnold who has previously posted to the alsa -devel regarding problems with the hdsp9652 card. I am using the same system as him. Whereby we are running RME Hammerfall HDSP 9652 card working with ALSA 0.9.8 on a SMP redhat 9 box. We're trying to use 12 input

[Alsa-devel] [PATCH]snd-usb-us428.patch.0.3

2003-11-03 Thread Karsten Wiese
Hi Takashi, please commit this with Comment: 24Bit in 3Bytes (S24_3LE) support. Danke, Karsten Index: alsa-driver/usb/us428/usbus428.c === RCS file: /cvsroot/alsa/alsa-driver/usb/us428/usbus428.c,v retrieving revision 1.6 diff -u

[Alsa-devel] Feature request: PCM volume control per snd_pcm_open().

2003-11-03 Thread James Courtier-Dutton
Hi, When playing some audio from multiple sources to the same sound card, one would like to have: - PCM1 - Volume1 - MixerA - PCM Volume - Mixer B - Speakers. PCM2 - Volume2 -^ But currently one has: - PCM1 - MixerA - PCM Volume - MixerB - Speakers. PCM2 ^ MixerA is a harware mixer on

Re: [Alsa-devel] ALSA CVS: breaks with 2.4 kernel

2003-11-03 Thread Takashi Iwai
At Fri, 31 Oct 2003 22:31:50 + (GMT), Chris Rankin wrote: The alsa-kernel/core/sound.c file references the linux/device.h header file, but this header does not exist under Linux 2.4. Deleting the reference fixes the build. did you rebuild configure script via cvscompile? Takashi

Re: [Alsa-devel] hdsp driver and tools update

2003-11-03 Thread Takashi Iwai
At Sat, 1 Nov 2003 12:19:52 +0100 (CET), Thomas Charbonnel wrote: Hi, I apologize for having been so silent the last few weeks, I was in the process of moving from Lyon, France to Berlin, Germany. This is now done, and I resumed my work on the hdsp driver and tools. Latest patches and

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Takashi Iwai
At Sun, 2 Nov 2003 11:46:34 +, Peter Chapman wrote: I have an SBLive! which came with a Dell Dimension PC. The snd-emu10k1 module has been refusing to load (EMU10K1/Audigy soundcard not found or device busy), however I found the following patch makes it work: most likely your ac97 codec

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Peter Chapman
On Mon, Nov 03, 2003 at 01:20:22PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| wrote: At Sun, 2 Nov 2003 11:46:34 +, Peter Chapman wrote: I have an SBLive! which came with a Dell Dimension PC. The snd-emu10k1 module has been refusing to load (EMU10K1/Audigy soundcard not found

Re: [Alsa-devel] hdsp driver and tools update

2003-11-03 Thread Thomas Charbonnel
Hello all, I'm a friend of Nick Arnold who has previously posted to the alsa -devel regarding problems with the hdsp9652 card. I am using the same system as him. Whereby we are running RME Hammerfall HDSP 9652 card working with ALSA 0.9.8 on a SMP redhat 9 box. We're trying to use 12

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Peter Chapman
On Mon, Nov 03, 2003 at 03:45:52PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| wrote: At Mon, 3 Nov 2003 13:20:12 +, Peter Chapman wrote: Is this what you mean? $ cat /proc/asound/card0/codec97#0/ac97#0-0 0-0/0: Cirrus Logic CS4297A rev 4 Capabilities : -headphone

[Alsa-devel] [PATCH] fix AD198x patch

2003-11-03 Thread Clemens Ladisch
CP error? Index: alsa-kernel/pci/ac97/ac97_patch.c === RCS file: /cvsroot/alsa/alsa-kernel/pci/ac97/ac97_patch.c,v retrieving revision 1.29 diff -u -r1.29 ac97_patch.c --- alsa-kernel/pci/ac97/ac97_patch.c 3 Nov 2003 10:42:13

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread James Courtier-Dutton
Peter Chapman wrote: I have an SBLive! which came with a Dell Dimension PC. The snd-emu10k1 with lspci -n: 03:03.0 Class 0401: 1102:0002 (rev 07) Subsystem: 1102:8022 etc could a failure to add the spdif control be made non-fatal perhaps? Thanks, Pete Chapman The 0x1102:0x0002 is a

Re: [Alsa-devel] [PATCH] fix AD198x patch

2003-11-03 Thread Jaroslav Kysela
On Mon, 3 Nov 2003, Clemens Ladisch wrote: CP error? Yep. Fixed now. Thanks. Jaroslav - Jaroslav Kysela [EMAIL PROTECTED] Linux Kernel Sound Maintainer ALSA Project, SuSE Labs --- This

[Alsa-devel] Creative Mp3+ USB and SPDIF passthrough

2003-11-03 Thread Lars Hagström
Hi, I've scoured the net, the alsa-user list and this mailing list for information about how to enable AC3/DTS passthrough on the S/PDIF connector on my new Creative Mp3+ USB box. The only thing I've been able to find is a vague reference saying something that spdif passthrough is not available

Re: [Alsa-devel] module_init fails with OEM SoundBlaster Live!

2003-11-03 Thread Takashi Iwai
At Mon, 3 Nov 2003 15:56:06 +, Peter Chapman wrote: On Mon, Nov 03, 2003 at 03:45:52PM +0100, Takashi Iwai tiwai-at-suse.de |alsa-devel| wrote: At Mon, 3 Nov 2003 13:20:12 +, Peter Chapman wrote: Is this what you mean? $ cat /proc/asound/card0/codec97#0/ac97#0-0

Re: [Alsa-devel] [PATCH]snd-usb-us428.patch.0.3

2003-11-03 Thread Takashi Iwai
At Mon, 3 Nov 2003 12:10:46 +0100, Karsten Wiese wrote: [1 text/plain; us-ascii (7bit)] Hi Takashi, please commit this with Comment: 24Bit in 3Bytes (S24_3LE) support. thanks, applied to cvs now. Takashi --- This SF.net email is

Re: [Alsa-devel] hdsp driver and tools update

2003-11-03 Thread Takashi Iwai
At Mon, 3 Nov 2003 14:39:19 +0100 (CET), Thomas Charbonnel wrote: At Sat, 1 Nov 2003 12:19:52 +0100 (CET), Thomas Charbonnel wrote: Hi, I apologize for having been so silent the last few weeks, I was in the process of moving from Lyon, France to Berlin, Germany. This is now done,

Re: [Alsa-devel] [patch] More Envy24Control bits

2003-11-03 Thread Takashi Iwai
At Sat, 1 Nov 2003 19:26:41 +, Daniel Ankers wrote: Hi, This patch: - Fixes a minor bug in the previous patch in hardware.c - Adds friendly names to the analog volume controls for DMX 6Fire users - Automatically sets the number of I/O channels for DMX 6Fire users It is against

Re: [Alsa-devel] alsa-driver-0.9.8, jack, cmipci

2003-11-03 Thread Jonathan Kraut
Hello again. Further research: I tried an earlier version of jack (0.71.0) with alsa-driver-0.9.8, accessing hw:0,2 via my .asoundrc. I get the same result as before, but in addition this particular version of jackd tells me: ... Sorry. The PCM device cmipcidoesn't support the same sample

Re: [Alsa-devel] jack plugin?

2003-11-03 Thread Florian Schmidt
On Wed, 29 Oct 2003 00:37:39 +0100 Florian Schmidt [EMAIL PROTECTED] wrote: and i got aplay to play over it [using the jackplug as defined in the example .asoundrc]. But here the sound is heavily distorted [sounds like constant buffer underruns] and produces loads of text like this[1]: I

Re: [Alsa-devel] [2.6.0-test9 ALSA] ALSA-OSS-emulation unable to register

2003-11-03 Thread Takashi Iwai
At Sun, 2 Nov 2003 15:01:53 +0100, Michael Buesch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ALSA work's fine for me, but the OSS emulation layer doesn't work. My configuration is: CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SEQUENCER=y CONFIG_SND_OSSEMUL=y

Re: [Alsa-devel] After warm boot Alsa not detecting sound card

2003-11-03 Thread Fernando Pablo Lopez-Lezcano
This is not a new problem on my system, but I wanted to get up to date with Alsa before I presented it here. If I do a cold boot then Alsa is correctly installed and both my HDSP 9652 and my MidiSport 2x2 are detected and work fine. However, after a warm boot Alsa never installs for the

Re: [Alsa-devel] After warm boot Alsa not detecting sound card

2003-11-03 Thread Mark Knecht
Fernando, Thanks for the response. I have blacklisted the usb-midi and audio drivers and they no longer load. as expected. I discovered this afternoon that I have too much stuff in modules.conf I think. (Actually in /etc/modules.d/alsa) # OSS/Free portion - card #1 (HDSP9652) alias

Re: [Alsa-devel] [2.6.0-test9 ALSA] ALSA-OSS-emulation unable to register

2003-11-03 Thread Michael Buesch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 03 November 2003 20:14, you wrote: CONFIG_SOUND_BT878=y this conflicts with ALSA. try to pass the index parameter via boot option of snd-ens1371. Thanks for your suggestion, but it doesn't work. Still displays

[Alsa-devel] i810, linux2.6, and acpi.

2003-11-03 Thread Pat Suwalski
Hi guys, I would like to point the wonderful ALSA developers to: http://bugzilla.kernel.org/show_bug.cgi?id=1372 I love my new laptop. I love the way Linux can now go into Suspend-to-RAM mode. I don't care about EHCI (for I do not own any USB2 devices), but I'd love to be able to use sound on a

Re: [Alsa-devel] After warm boot Alsa not detecting sound card

2003-11-03 Thread Mark Knecht
On Mon, 2003-11-03 at 13:04, Fernando Pablo Lopez-Lezcano wrote: It _is_ strange that the alsa usb modules are also loaded... It seems to be used when I make MIDI connections with aconnect to make MIDI connections. The usage count jumps up. I looked at your alsasound script (from /etc/init.d)

Re: [Alsa-devel] [PATCH] serial-u16550 driver. Fixes buffer blocking bug

2003-11-03 Thread Steve deRosier
Takashi Iwai wrote: At Thu, 30 Oct 2003 13:33:37 -0800, Steve deRosier wrote: Takashi, Thanks for your response. I've addressed your issues below. Let's discuss this and if necessary I'll modify my fix. 1. Move all checks of buffer overflow and such to the actual buffer write and read