Re: [Alsa-devel] about usb midi endpoints quirks

2003-07-30 Thread Clemens Ladisch
Martin Langer wrote: looking into usbquirks.h I saw that audio endpoints follow the rule: 0x0... for output 0x8... for input I think that's absolutely ok! This is for the endpoint field of the audioformat structure. And now: If I jump into the usb-midi world and try a similar

Re: [Alsa-devel] Heirarchy question

2003-07-30 Thread Takashi Iwai
At Tue, 29 Jul 2003 23:30:04 +0100, Adrian McMenamin wrote: I am about to start work on porting the OSS driver I wrote for 2.4 series kernels to ALSA for 2.6. The dirver is for the Sega Dreamcast AICA sound 'card'. This sits on a product specific bus inside the Dreamcast, which is an SH4

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Orm Finnendahl
[EMAIL PROTECTED] am 29. Juli 2003 um 22:33:12 Uhr (-0400): Hello everyone, Does this mean that all of the software is now working with the newest version of the firmware for the HDSP? Alsa drivers (including MIDI) and all the tools work on my machine: Acer TravelMate 528TXV, kernel

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Thomas Charbonnel
Hello everyone, Does this mean that all of the software is now working with the newest version of the firmware for the HDSP? I have been out of the loop since May. I am sorry if I am eating up bandwidth. I just want to know if I should try working with the HDSP in Linux now rather than

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Paul Davis
It depends on what you call newest :) If, as your mail seems to imply, you bought your card before May, I guess you have 0xb (rev 11) and everything is working fine now if you use the latest alsa-driver and alsa-tools packages. If you bought your card this month, then you may have 0x32 (rev 50).

Re: [Alsa-devel] midi on ESS Solo with 2.6.0-test2

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Jos van den Oever wrote: Hello, With 2.6.0-test1 I got linux to play midi files (without software sythesiser) for the first time on my laptop with ESS Technology ES1969 Solo-1 Audiodrive. However, it only works when I use playmidi and the OSS interface is enabled.

[Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
Hello, I have a message for alsa-tools maintainers. Several months ago I posted on http://opensrc.org/alsa/index.php?page=emu10k1 an announce reporting I was developing an alsa-based tool to enable effect loading onto emu10k1 (Sound Blaster Live!),

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
... ok, i now created a configure script and Makefile.am. attached below. please take a look. Takashi configure.in Description: Binary data Makefile.am Description: Binary data

[Alsa-devel] exit() - _exit() in pcm_direct.c

2003-07-30 Thread Konstantin Stepaniuk
Hello. My program call snd_pcm_open() with plug:dmix in thread. Function snd_pcm_direct_server_create() hangs on waitpid() if exit() is used, and server_job process keeps alive after program exit. This trivial patch chages exit() to _exit() in file pcm_direct.c. In this case all works ok for

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
Hi, it's me again. just a small notes: - it'd be better to have GPL copyright notice in each file. - definition of SNDRV_* and sndrv_ctl_elem_id should be removed. it's a bug of sound/emu10k1.h that it requires these definitions. well, this is not a critical issue, so i'll fix this later...

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
At Wed, 30 Jul 2003 17:41:34 +0200, Nicola Orru' wrote: Hello, I have a message for alsa-tools maintainers. Several months ago I posted on http://opensrc.org/alsa/index.php?page=emu10k1 an announce reporting I was developing an alsa-based tool to

Re: [Alsa-devel] exit() - _exit() in pcm_direct.c

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Konstantin Stepaniuk wrote: Hello. My program call snd_pcm_open() with plug:dmix in thread. Function snd_pcm_direct_server_create() hangs on waitpid() if exit() is used, and server_job process keeps alive after program exit. This trivial patch chages exit() to _exit()

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
At Wed, 30 Jul 2003 19:20:29 +0200, Nicola Orru' wrote: autoreconf --force --install % ./configure --prefix=/usr/local % make % make install the following sequence worked: autoreconf --install ./configure --prefix=/usr/local make

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
May I have a pointer to a page (I'll RTFM!) that contains the protocol to apply when working on alsa cvs, to create, pack and send patches to maintainers? yes, documentation is always nice :) Humm. I'm Sorry :( I suppose I did not express myself clearly :P. I don't know how to

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Takashi Iwai
At Wed, 30 Jul 2003 20:04:08 +0200, Nicola Orru' wrote: May I have a pointer to a page (I'll RTFM!) that contains the protocol to apply when working on alsa cvs, to create, pack and send patches to maintainers? yes, documentation is always nice :) Humm. I'm Sorry :( I

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Takashi Iwai wrote: At Wed, 30 Jul 2003 20:04:08 +0200, Nicola Orru' wrote: May I have a pointer to a page (I'll RTFM!) that contains the protocol to apply when working on alsa cvs, to create, pack and send patches to maintainers? yes, documentation

Re: [Alsa-devel] Trivial hdsp.c patch to support rev 50 cards

2003-07-30 Thread Dan Nyborg
this message is originally from monday... i didn't realize when i replied to the thread that i wasn't replying to alsa-devel, no wonder it didn't show up on the list :P sorry for the duplicate, paul. hello, i modified hdsp.c to support my rev. 50

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Jaroslav Kysela
On Wed, 30 Jul 2003, Jaroslav Kysela wrote: On Wed, 30 Jul 2003, Takashi Iwai wrote: At Wed, 30 Jul 2003 20:04:08 +0200, Nicola Orru' wrote: May I have a pointer to a page (I'll RTFM!) that contains the protocol to apply when working on alsa cvs, to create, pack and send

Re: [Alsa-devel] exit() - _exit() in pcm_direct.c

2003-07-30 Thread Konstantin Stepaniuk
Jaroslav Kysela wrote: On Wed, 30 Jul 2003, Konstantin Stepaniuk wrote: Hello. My program call snd_pcm_open() with plug:dmix in thread. Function snd_pcm_direct_server_create() hangs on waitpid() if exit() is used, and server_job process keeps alive after program exit. This trivial patch

[Alsa-devel] usbus428 0.0.7 patch against release alsa-driver 0.9.6 (was Re: tascam gives a go for us428 @ alsa ...)

2003-07-30 Thread Karsten Wiese
this is part 2 of the patch: the firware files. alsa-driver-0.9.6+usbus428.2.diff.tar.bz2 Description: application/tbz

[Alsa-devel] usbus428 0.0.7 patch against release alsa-driver 0.9.6 (was Re: tascam gives a go for us428 @ alsa ...)

2003-07-30 Thread Karsten Wiese
Am Montag 05 Mai 2003 15:14 schrieb Takashi Iwai: Hi, At Wed, 30 Apr 2003 13:56:34 +0200, karsten wrote: ... if I understand this http://www.tascam.com/forums/showthread.php?s=threadid=28584 correctly. please have a look at administrator Jims post near the bottom and tell me, if you

Re: [Alsa-devel] about usb midi endpoints quirks

2003-07-30 Thread Martin Langer
On Wed, Jul 30, 2003 at 09:58:18AM +0200, Clemens Ladisch wrote: Martin Langer wrote: looking into usbquirks.h I saw that audio endpoints follow the rule: 0x0... for output 0x8... for input I think that's absolutely ok! This is for the endpoint field of the audioformat

[Alsa-devel] plughw versus hw (fwd)

2003-07-30 Thread barat
hi, i read that plughw does some magic conversion for samplerate and stuff. how does this magic work. whats the main differenc in the concept of hw and plughw. thanx and regards joy do interactive tv on www.remote-tv.de

[Alsa-devel] mmaped play in multichannel mode (fwd)

2003-07-30 Thread barat
hi, i have written some code for mmaped-play. it works so far for up to 2 channels, but in multichannel-mode i get some mismatch about available buffersize or exactly a snd_pcm_mmap_commit error. the essential part is the following: snd_pcm_mmap_begin(alsa_handler, area, offset,

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
If it is possible, can you guys settle details about linker communication (and probably finish it)? We can integrate both projects then. I didn't know about Peter's ld10k1 existence, but it seems to be what I thought initially of emufxtool, before starting to improve the assembly/disassembly

Re: [Alsa-devel] mmaped play in multichannel mode (fwd)

2003-07-30 Thread Paul Davis
i have written some code for mmaped-play. it works so far for up to 2 channels, but in multichannel-mode i get some mismatch about available buffersize or exactly a snd_pcm_mmap_commit error. the essential part is the following: snd_pcm_mmap_begin(alsa_handler, area, offset, frames_transmit);

[Alsa-devel] Could someone have a look at a my driver code please.

2003-07-30 Thread Dan Mills
Hi all, I have written a *very* crude driver for the waveterminal 192L (mostly my guesswork as to how the thing is hooked up). It is based on the ice1724 code but is really an engineering prototype (worked for the first time 20 minutes ago) and not ready for prime time. In particular it

Re: [Alsa-devel] emufxtool, formerly ld10k1

2003-07-30 Thread Nicola Orru'
If it is possible, can you guys settle details about linker communication (and probably finish it)? We can integrate both projects then. I didn't know about Peter's ld10k1 existence, but it seems to be what I thought initially of emufxtool, before starting to improve the

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Patrick Shirkey
Using a multiface with original firmware rev. I was using the app last night and it seemed to work well except that today we have only a very long blank track. Testing today with ardour reveals that the mute buttons have no effect on the recorded signal. How do the mute buttons work? I fond

Re: [Alsa-devel] [ANN] hdspmixer-1.1

2003-07-30 Thread Paul Davis
Testing today with ardour reveals that the mute buttons have no effect on the recorded signal. How do the mute buttons work? I fond it difficult to distinguish between on and off. Why is the default color red? Does that mean they are on by default? IMO the default should be no color and when