Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-27 Thread Takashi Iwai
At Sat, 25 Oct 2003 09:31:59 -0500, Zinx Verituse wrote: On Fri, Oct 24, 2003 at 03:59:18PM -0500, Zinx Verituse wrote: On Fri, Oct 24, 2003 at 03:14:44PM +0200, Takashi Iwai wrote: At Thu, 23 Oct 2003 20:05:02 -0500, Zinx Verituse wrote: Any ideas on the problem with me not

Re: [Alsa-devel] [PATCH] IT2646 AC97 codec

2003-10-27 Thread Takashi Iwai
Hi, thanks, committed to cvs now. Takashi At Fri, 24 Oct 2003 14:31:15 +0800, [EMAIL PROTECTED] wrote: diff -ur alsa-driver-0.9.7/alsa-kernel/pci/ac97/ac97_codec.c /alsa/patch/0.9.7/ac97_codec.c --- alsa-driver-0.9.7/alsa-kernel/pci/ac97/ac97_codec.c 2003-08-28 23:36:44.0

Re: [Alsa-devel] Simple alsa sequencer question

2003-10-27 Thread Takashi Iwai
At Sat, 25 Oct 2003 02:41:06 -0700, Ryan Pavlik wrote: Minor question... I probably just overlooked something... but when I subscribe to a port, and I've done this: : snd_seq_port_subscribe_set_queue(subs, 1); snd_seq_port_subscribe_set_time_update(subs, 1);

Re: [Alsa-devel] [PATCH] fix ymfpci port parameter handling

2003-10-27 Thread Takashi Iwai
At Thu, 23 Oct 2003 09:37:44 +0200 (METDST), Clemens Ladisch wrote: - fix detection of omitted (default) joystick_port parameter - make fm_port and mpu_port handling consistent with joystick_port i think it'd be better to check all *_port parameters of all modules to use the consistent

Re: [Alsa-devel] CVS: alsa-kernel/pci/ymfpci ymfpci.c,1.29,1.30

2003-10-27 Thread Clemens Ladisch
Takashi Iwai wrote: Log Message: added auto-detection of joystick port. ... + if (joystick_port[dev] == 1) { + /* auto-detect */ + long p; + for (p = 0x201; p = 0x205; p++) { + if (p == 0x203) continue; + if

Re: [Alsa-devel] CVS: alsa-kernel/pci/ymfpci ymfpci.c,1.29,1.30

2003-10-27 Thread Takashi Iwai
At Mon, 27 Oct 2003 12:15:16 +0100 (MET), Clemens Ladisch wrote: Takashi Iwai wrote: Log Message: added auto-detection of joystick port. ... + if (joystick_port[dev] == 1) { + /* auto-detect */ + long p; + for (p = 0x201; p = 0x205; p++) { +

Re: [Alsa-devel] [PATCH] fix ymfpci port parameter handling

2003-10-27 Thread Clemens Ladisch
Takashi Iwai wrote: Clemens Ladisch wrote: - fix detection of omitted (default) joystick_port parameter - make fm_port and mpu_port handling consistent with joystick_port i think it'd be better to check all *_port parameters of all modules to use the consistent values. so far, some

Re: [Alsa-devel] tascam us-122 : invalid synch pipe

2003-10-27 Thread Takashi Iwai
Hi Martin, At Tue, 21 Oct 2003 23:52:55 +0200, Martin Langer wrote: On Tue, Oct 21, 2003 at 11:38:36AM +0200, Werner Schweer wrote: On Monday 20 October 2003 22:31, you wrote: Nevertheless I will invite other us122 owners: Please try it out! The Tascam US-122 driver v0.12 is

Re: [Alsa-devel] OSS SNDCTL_DSP_GETISPACE, non-blocking read: messy :-\

2003-10-27 Thread Takashi Iwai
At Sat, 25 Oct 2003 22:02:21 +0200, Andreas Mohr wrote: Hi all, RAT (Robust Audio Tool, http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/) shows quite miserable behaviour on ALSA/OSS (current CVS): [EMAIL PROTECTED]:/home/andi$ rat 193.8.230.138/2074 audio_read: Resource temporarily

Re: [Alsa-devel] OSS SNDCTL_DSP_GETISPACE, non-blocking read: messy :-\

2003-10-27 Thread Andreas Mohr
Hello Takashi, On Mon, Oct 27, 2003 at 01:01:37PM +0100, Takashi Iwai wrote: At Sat, 25 Oct 2003 22:02:21 +0200, Andreas Mohr wrote: Or, as a short summary: The application is perfectly well aware of how many bytes there are left to read (from calling SNDCTL_DSP_GETISPACE) and then does a

Re: [Alsa-devel] Simple alsa sequencer question

2003-10-27 Thread Clemens Ladisch
Ryan Pavlik wrote: but when I subscribe to a port, and I've done this: : snd_seq_port_subscribe_set_queue(subs, 1); snd_seq_port_subscribe_set_time_update(subs, 1); snd_seq_port_subscribe_set_time_real(subs, 1); : Shouldn't I get numbers in ev-time.time.tv_*?

[Alsa-devel] jack plugin?

2003-10-27 Thread Florian Schmidt
Hi, i tried to install and use the jack plugin [alsa-lib]. I failed. Here's what i did. 1.] tried to build alsa-lib with ./configure --with-jack. It accepted the configure parameter, but didn't build or install the jack plugin upon make; make install 2.] tried to go directly to

[Alsa-devel] usb-audio

2003-10-27 Thread Antonio Willy Malara
When is it planned the fix of the usb-audio driver for big endian machines? I'm refferring particularly to that: /* FIXME: correct endianess and sign? */ (in function parse_audio_format_i_type (); at line 1990 in file alsa- kernel/usb/usbaudio.c version 1.67) Willy

Re: [Alsa-devel] usb-audio

2003-10-27 Thread Takashi Iwai
At Mon, 27 Oct 2003 19:03:00 +0100, Antonio Willy Malara wrote: When is it planned the fix of the usb-audio driver for big endian machines? I'm refferring particularly to that: /* FIXME: correct endianess and sign? */ (in function parse_audio_format_i_type (); at line 1990 in file

[Alsa-devel] [PATCH]us428control.patch.0.4

2003-10-27 Thread Karsten Wiese
Hi Takashi, please commit this with Comment: Initialize Cus428State::SelectInputMonitor in Ctor. Danke, Karsten Index: alsa-tools/us428control/Cus428Midi.cc === RCS file: /cvsroot/alsa/alsa-tools/us428control/Cus428Midi.cc,v

Re: [Alsa-devel] usb-audio

2003-10-27 Thread Antonio Willy Malara
On 2003.10.27 19:16, Takashi Iwai wrote: /* FIXME: correct endianess and sign? */ could you give more information: which program, which device and what format doesn't it work? the system is a powermac, the device is a Griffin iMic, the app is jack version 0.80, the output is: Sorry. The

Re: [Alsa-devel] patch, and other via82xx (VT8235) capture problems

2003-10-27 Thread Zinx Verituse
On Mon, Oct 27, 2003 at 11:41:37AM +0100, Takashi Iwai wrote: At Sat, 25 Oct 2003 09:31:59 -0500, Zinx Verituse wrote: [snip] I have more to report on this issue: When I was recording with 'Line' selected as the 'Input Source', 'Mic' was the selected recording device, and 'Line' was

Re: [Alsa-devel] tascam us-122 : invalid synch pipe

2003-10-27 Thread Martin Langer
On Mon, Oct 27, 2003 at 12:33:46PM +0100, Takashi Iwai wrote: At Tue, 21 Oct 2003 23:52:55 +0200, Martin Langer wrote: ... at http://www.langerland.de/us122/driver.html any chance to merge us122 driver with us428 driver? they look quite similar... Yes, a common tascam driver should be

Re: [Alsa-devel] tascam us-122 : invalid synch pipe

2003-10-27 Thread Karsten Wiese
Am Montag, 27. Oktober 2003 22:43 schrieb Martin Langer: On Mon, Oct 27, 2003 at 12:33:46PM +0100, Takashi Iwai wrote: At Tue, 21 Oct 2003 23:52:55 +0200, Martin Langer wrote: ... at http://www.langerland.de/us122/driver.html any chance to merge us122 driver with us428 driver? they

Re: [Alsa-devel] Simple alsa sequencer question

2003-10-27 Thread Ryan Pavlik
On Mon, 27 Oct 2003 11:54:21 +0100 Takashi Iwai [EMAIL PROTECTED] wrote: At Sat, 25 Oct 2003 02:41:06 -0700, Ryan Pavlik wrote: snip Shouldn't I get numbers in ev-time.time.tv_*? I'm just getting zeros... what did I miss? ;) no, it should be, as long as the event is delivered to these