Re: [Alsa-devel] driver cvscompile with k-2.2.24

2003-09-25 Thread Takashi Iwai
At Mon, 22 Sep 2003 11:42:07 +0300, Andrei Boros wrote: > > > Trying cvscompile on the cvs tree updated 30min ago : > > > make[2]: Entering directory > `/serve/install/alsa-cvs/alsa-driver/usb/us428' > gcc -D__KERNEL__ -DMODULE=1 > -I/serve/install/alsa-cvs/alsa-driver/include -I/us > r/src/li

Re: SOLVED = RE: [Alsa-devel] Alsa & 2.6 kernel

2003-09-25 Thread Takashi Iwai
At Wed, 24 Sep 2003 14:24:29 -0700, Mark Knecht wrote: > > I see that in the Gentoo kernel tree (and maybe all 2.6 kernels) > linux/drivers/sound has moved to linux/sound. the OSS drivers are located now on linux/sound/oss. the other sound directories correspond to ALSA's alsa-kernel tree (except

Re: [Alsa-devel] cvs alsa-lib compilation :

2003-09-25 Thread Takashi Iwai
At Thu, 25 Sep 2003 06:46:22 +0300, Andrei Boros wrote: > > A followup on my last post : > > I remove the symlinks in alsa-lib/src/control (which are broken). > make > > /bin/sh ../../libtool --mode=link gcc -O2 -Wall -W -pipe -g -o > libcontrol.la cards.lo hcontrol.lo control.lo control_h

Re: [Alsa-devel] alsa-utils cvscompile

2003-09-25 Thread Takashi Iwai
At Thu, 25 Sep 2003 06:00:10 +0300, Andrei Boros wrote: > > Takashi Iwai wrote: > > > > hmm, check whether depcomp file at the top directory is empty. > > if so, try to remove depcomp. > > it must come from automake, but the combination of the old automake > > and the new libtool can be problemat

Re: [Alsa-devel] Opti92x-ad1848 won't take Opti924 card

2003-09-25 Thread Takashi Iwai
At Tue, 23 Sep 2003 11:17:51 +0300, Andrei Boros wrote: > > Clemens Ladisch wrote: > > > > Andrei Boros wrote: > > > options snd-opti-92x-ad1848 index=1 isapnp=1 id="Opti924" port=0x220 > > > irq=5 dma1=0 fm_port=0x380 mpu_port=0x300 mpu_irq=7 > > > > You've specified all parameters manually

[Alsa-devel] usbus428.c.patch_1.3_1.4

2003-09-25 Thread Karsten Wiese
Hi Takashi, this makes it work again! ciao, Karsten Index: alsa-driver/usb/us428/usbus428.c === RCS file: /cvsroot/alsa/alsa-driver/usb/us428/usbus428.c,v retrieving revision 1.3 diff -u -r1.3 usbus428.c --- alsa-driver/usb/us428/us

[Alsa-devel] Re: usbus428.c.patch_1.3_1.4

2003-09-25 Thread Takashi Iwai
At Thu, 25 Sep 2003 11:42:43 +0200, Karsten Wiese wrote: > > Hi Takashi, > > this makes it work again! thanks, i'll apply it. Takashi --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

Re: [Alsa-devel] Opti92x-ad1848 won't take Opti924 card

2003-09-25 Thread Jaroslav Kysela
On Wed, 24 Sep 2003, Andrei Boros wrote: > > Jaroslav Kysela wrote: > > > > > > Andrei Boros wrote: > > > > > options snd-opti-92x-ad1848 index=1 isapnp=1 id="Opti924" port=0x220 > > > > > irq=5 dma1=0 fm_port=0x380 mpu_port=0x300 mpu_irq=7 > > > I corrected it to 0x388. Doesn't work > > > > s

RE: SOLVED = RE: [Alsa-devel] Alsa & 2.6 kernel

2003-09-25 Thread Mark Knecht
> At Wed, 24 Sep 2003 14:24:29 -0700, > Mark Knecht wrote: > > > > I see that in the Gentoo kernel tree (and maybe all 2.6 kernels) > > linux/drivers/sound has moved to linux/sound. > > the OSS drivers are located now on linux/sound/oss. > the other sound directories correspond to ALSA's alsa-kerne

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

2003-09-25 Thread Werner Schweer
Hello, i'm unable to get a tascam us-122 usb audio/midi box working. This device is supported by ALSA us428 driver. Trying alsaplayer and MusE both return an error on setting the pcm hw params: ALSA lib pcm_hw.c:324:(snd_pcm_hw_hw_params) SNDRV_PCM_IOCTL_HW_PARAMS failed: Invalid argument The

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

2003-09-25 Thread karsten wiese
--- Werner Schweer <[EMAIL PROTECTED]> schrieb: > Hello, > > i'm unable to get a tascam us-122 usb audio/midi box > working. > This device is supported by ALSA us428 driver. > > Trying alsaplayer and MusE both return an error on > setting > the pcm hw params: > > ALSA lib pcm_hw.c:324:(snd_pcm

Re: SOLVED = RE: [Alsa-devel] Alsa & 2.6 kernel

2003-09-25 Thread Takashi Iwai
At Thu, 25 Sep 2003 07:45:08 -0700, Mark Knecht wrote: > > > At Wed, 24 Sep 2003 14:24:29 -0700, > > Mark Knecht wrote: > > > > > > I see that in the Gentoo kernel tree (and maybe all 2.6 kernels) > > > linux/drivers/sound has moved to linux/sound. > > > > the OSS drivers are located now on linux/

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

2003-09-25 Thread Takashi Iwai
At Thu, 25 Sep 2003 18:06:19 +0200, Werner Schweer wrote: > > Hello, > > i'm unable to get a tascam us-122 usb audio/midi box working. > This device is supported by ALSA us428 driver. it seems you're using snd-usb-audio driver instead of snd-usb-us428 driver. the error above should happen only

RE: SOLVED = RE: [Alsa-devel] Alsa & 2.6 kernel

2003-09-25 Thread Mark Knecht
Takashi-san, Thanks very much. It's making more sense. A couple of questions are embedded below. I think you only need to answer then if you think I'm confused which is a definite possibility. ;-) > > > >Does this sound about right? I may try it out one of these days. > > yes. alsa-ker

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

2003-09-25 Thread Werner Schweer
On Thursday 25 September 2003 19:15, Takashi Iwai wrote: > At Thu, 25 Sep 2003 18:06:19 +0200, > > Werner Schweer wrote: > > Hello, > > > > i'm unable to get a tascam us-122 usb audio/midi box working. > > This device is supported by ALSA us428 driver. > > it seems you're using snd-usb-audio driver

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

2003-09-25 Thread Werner Schweer
On Thursday 25 September 2003 19:12, karsten wiese wrote: > --- Werner Schweer <[EMAIL PROTECTED]> schrieb: > > Hello, > > > > i'm unable to get a tascam us-122 usb audio/midi box > > working. > > This device is supported by ALSA us428 driver. > > > > Trying alsaplayer and MusE both return an erro