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:
> > 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 t
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 d
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 sh
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 '
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 audi
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
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 i
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
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-lib/src/pc
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
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
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 temp
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 drive
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
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;
At Sat, 25 Oct 2003 22:22:27 +0200,
Friedrich Ewaldt wrote:
>
> Hi,
>
> this is not a *very* important issue, but the problem should be solved
> quite easy:
> For me, 4channel output (indep. front and rear output) works with the
> Terratec XFire (cs46xx), but for some not -- at least not withou
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;
> +
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 v
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);
> sn
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
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 probl
21 matches
Mail list logo