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. T

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 /d

Re: [Alsa-devel] rawmidi problems

2002-07-08 Thread Pedro Lopez-Cabanillas
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 goes to the second, but both usb devices > > have 2 inputs ans 2 out

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 w

[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. Is

Re: [Alsa-devel] controls for the ice1712

2002-07-08 Thread Roland Kuhn
On Sat, 6 Jul 2002, John covici wrote: > I found some controls "iec958 Playback Default" which can be changed > but its a number of probably hex digits whose meaning I don't know. > There is an Iec958 Playback Stream which says inactive in its comment > should I ignore that one? > I found Iec958

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

2002-07-08 Thread Andy Wingo
Forwarded from Joshua Haberman. --- Begin Message --- 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 snd_pcm_hw_params_test_form

[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 wri

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 wro

Re: [Alsa-devel] rawmidi problems

2002-07-08 Thread Takashi Iwai
At Fri, 5 Jul 2002 19:30:42 +0200, Pedro Lopez-Cabanillas wrote: > > Another question: I have a snd-ens1371 and two snd-usb-midi: a Roland/Edirol > UM-2 and a Midiman Midisport 2x2. These are my modules.conf settings: > > alias char-major-116 snd > alias char-major-14 soundcore > options snd sn

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 th

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 cha

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

2002-07-08 Thread Takashi Iwai
At Mon, 08 Jul 2002 11:02:25 +0200, Clemens Ladisch wrote: > > 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 t

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 redefi

[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 compan

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

2002-07-08 Thread Clemens Ladisch
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 them doesn't hurt in the case they aren't macros. Clemens usb