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 crappy
On Mon, 28 Jul 2003, Orm Finnendahl wrote:
> congrats! Great to have this with linux as well (and it's
> good to have it look the same, too). It compiled right away
> after a minor fix for FLTK header file name (patch attached).
I concur, the combination of hdspmixer and hdspconf really makes
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 based machine.
Should the subdirectory for this be /sound/sh or /s
Hi,
looking into usbquirks.h I saw that audio endpoints follow the rule:
0x0... for output
0x8... for input
I think that's absolutely ok!
And now: If I jump into the usb-midi world and try a similar quirk:
.out_ep = 0x06,
.in_ep = 0x86,
it will end with an "usb_su
At Mon, 21 Jul 2003 19:27:11 +0200,
I wrote:
>
> maybe we can add an API to create a "virtual MIDI" device in the
> rawmidi form, which exactly virmidi module does but on user-space.
i added this feature to alsa-lib cvs now.
you can create a virtual rawmidi instance with the normal
snd_rawmidi_op
On to the next problem with this interface.. :)
Capture doesn't work. arecord and Audacity get silence, even though
capture appears to be running normally. When recording,
/proc/asound/card0/stream0 reports:
at usb-00:1d.1-1 : USB Audio
Playback:
Status: Stop
Capture:
Status: Running
At Tue, 29 Jul 2003 10:17:34 +0200 (CEST),
Thomas Charbonnel wrote:
>
> > Hi Thomas,
> >
> > congrats! Great to have this with linux as well (and it's good to have
> > it look the same, too). It compiled right away after a minor fix for
> > FLTK header file name (patch attached).
> >
> > --
> > O
> Hi Thomas,
>
> congrats! Great to have this with linux as well (and it's good to have
> it look the same, too). It compiled right away after a minor fix for
> FLTK header file name (patch attached).
>
> --
> Orm
>
Thanks,
Can you commit this to cvs Takashi, please ?
Thomas
---