Re: [Alsa-devel] RME 9632 Mixer...

2004-05-26 Thread Patrice Tisserand
On Tue, 2004-05-25 at 21:54, Ed Wildgoose wrote: > ...is driving me nuts. Everytime I turn on the PC I need to find a PC > with SSH to adjust the mixer controls so that I can hear some sound (no > mouse and a tiny TV resolution on the box itelf) > > Can anyone suggest how to script the controls

Re: [Alsa-devel] snd-rme9652 fails

2003-12-19 Thread Patrice Tisserand
C("ADAT1 Sync Check", 0, 0), > > RME9652_ADAT_SYNC("ADAT2 Sync Check", 0, 1), > > -RME9652_ADAT_SYNC("ADAT3 Sync Check", 0, 2), > > RME9652_TC_VALID("Timecode Valid", 0), > > RME9652

Re: [Alsa-devel] snd-rme9652 fails

2003-12-18 Thread Patrice Tisserand
On Thu, 2003-12-18 at 09:38, Benouille wrote: > Hi > > I confirm this fact: > with kernel 2.4.23 and alsa 1.0rc2, the module snd-rme9652 can't be loaded > althought the "old" rme digi 9652 is perfectly working with alsa 0.9.6 > Hi, I have found after a lot of printk that if I comment lines 164

Re: [Alsa-devel] unresolved symbol in "insmod snd-ens1371"

2003-10-13 Thread Patrice Tisserand
ww.alsa-project.org/, > > Hi, insmod will only load the module given as parameter. So it will not load the module required by snd-ens1371. Please try: modprobe snd-send1371 instead. I think it will fix your problem. Bye. -- Patrice Tisserand <[EMAIL PROTECTED]>

Re: [Alsa-devel] HDSP MIDI question...

2003-08-14 Thread Patrice Tisserand
is only our HDSP Rawmidi ports. I'm not sure but it seems that is the job of snd-seq-midi module. Could you check if this module is loaded ? Hope this help. Bye -- Patrice Tisserand <[EMAIL PROTECTED]> --- This SF.Net email sp

Re: [Alsa-devel] available sampling rate detection

2003-02-11 Thread Patrice Tisserand
ailable card is * returned. If the result card number is -1, no more cards * are available. */ int snd_card_next(int *rcard) -- Patrice Tisserand <[EMAIL PROTECTED]> IRCAM --- This SF.NET email is sponsored by: SourceForge Enterp

Re: [Alsa-devel] Cards PCI ids

2002-11-04 Thread Patrice Tisserand
, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* ES1371 */ { 0x1274, 0x5880, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* ES1373 - CT5880 */ { 0x1102, 0x8938, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* Ectiva EV1938 */ #endif { 0, } }; I hope it will help you. Best regards -- Patrice Tisserand ---