[Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-08 Thread Clemens Ladisch
This macro in plugin_ops.h #ifdef __i386__ #define _get_triple_le(ptr) (*(u_int32_t*)(ptr) 0xff) tries to access four bytes through the pointer. If the three bytes of valid data are at the end of a page and the next page isn't mapped, this results in an exception. The

Re: [Alsa-devel] [PATCH] fix usb-* compiler warnings

2002-07-08 Thread Takashi Iwai
At Mon, 08 Jul 2002 10:19:36 +0200, Clemens Ladisch wrote: The compiler complains that usbaudio.c doesn't use snd_enable[]. Let's make it happy ... When using modversions, usb_alloc_urb()/_submit_urb()/_set_interface() are defined as macros. #undef'ing them in wrapper.h before redefining

Re: [Alsa-devel] Turtle Beach Pinnacle/Fiji alsa driver 0.1.3

2002-07-08 Thread Takashi Iwai
Hi Karsten, At Sat, 6 Jul 2002 15:11:36 +0200 (CEST), karsten wiese wrote: here is a newer version. it doesn't crash the pc when using oss emulation anymore. it can do 2 (or 3) periods per buffer now. thanks for your work. now it's committed to cvs. please check the cvs tree. i changed

Re: [Alsa-devel] Avance ALS-007

2002-07-08 Thread Takashi Iwai
Hi, At Sun, 7 Jul 2002 15:11:19 +0200, Martin Langer wrote: Hi, looks like that my old Avance ALS-007 card is still unsupported by ALSA. - Are there any interesting documents about the ALS007, except OSS sources? can you check the web site of Avance Logic? - Any hints to the best

Re: [Alsa-devel] Avance ALS-007

2002-07-08 Thread Martin Langer
At Sun, 7 Jul 2002 15:11:19 +0200, Martin Langer wrote: looks like that my old Avance ALS-007 card is still unsupported by ALSA. - Are there any interesting documents about the ALS007, except OSS sources? On Mon, Jul 08, 2002 at 05:00:19PM +0930, Jonathan Woithe wrote: The

[Alsa-devel] miroSOUND development [was: Avance ALS-007]

2002-07-08 Thread Robert Siemer
Hello! From: Martin Langer [EMAIL PROTECTED] I still have another (I think unsupported) card a miroSOUND PCM12;-) ... but that job looks a little bit to hard for me at the moment (strange ACI mixer ...). I rewrote the OSS aci driver for 2.4 some time ago and am still willing to write ALSA

[Alsa-devel] bug in snd_pcm_hw_params_test_*() functions?

2002-07-08 Thread Andy Wingo
Forwarded from Joshua Haberman. ---BeginMessage--- Andy, Let me know if you see anything I've missed that invalidates what I wrote... I believe I have discovered a bug in either the behavior or the documentation of the

[Alsa-devel] Hoontech STDSP24 - why is AC97 only mono?

2002-07-08 Thread Roland Kuhn
Hi! With alsa-driver 0.9.0rc2 everything works with my soundcard, except for the input to the AC97 mixer. I can set the output volumes independently (changing the balance), but the music comes out only mono, either via the digital link from the professional mixer or directly as PCM via hw:0,2.

Re: [Alsa-devel] controls for the ice1712

2002-07-08 Thread John covici
OK, you have been of great help -- just one more question -- or rather two, I cannot find a control for the pcm out, although other things are set up which say value 'PCM OUT' I cannot find a control labelled 'PCM OUT' to either capture or do anything about. Also what are h/w in 0 through 7 and

Re: [Alsa-devel] rawmidi problems

2002-07-08 Thread Takashi Iwai
At Mon, 8 Jul 2002 17:41:46 +0200, Pedro Lopez-Cabanillas wrote: El Lun 08 Jul 2002 12:40, Takashi Iwai escribió: At Fri, 5 Jul 2002 19:30:42 +0200, Pedro Lopez-Cabanillas wrote: with /dev/midi00 ouput goes to ens-1371, /dev/midi01 goes to the first usb midi device, and /dev/midi02

Re: [Alsa-devel] [PATCH] plugin_ops.h fixes

2002-07-08 Thread Abramo Bagnara
Takashi Iwai wrote: The _norms function appears to be badly broken (_min and _max interchanged, using 32/64 bits for 24/32 bit values). I didn't attempt to fix it as it isn't used, either. min max are interchanged indeed. My bad... Use of 32/64 bits for 24/32 bit is wanted. Take in