[Alsa-devel] mpu401_uart patch

2003-03-13 Thread Manuel Jander
Hello, I prepared a patch for the mpu401_uart driver, with proposed changes. The fundamental "higlights": -No API change needed. snd_mpu_uart401_new() can be maintained as is. Drivers that use some other means of io, just overwrite mpu->write and mpu->read after calling snd_mpu_uart401_new() with

[Alsa-devel] audigy 2.... more.

2003-03-13 Thread Mirabella, Mathew J
i forgot to mention. i am using red hat 8. the initial install was to install everything and all languages. i then updated the rpms from the update site and installed a newer kernel 2.4.18-24.8.0 for i686 making sure that the source is installed as well. edited lilo.conf accordingly. It was

[Alsa-devel] Audigy 2 card with emu10k1

2003-03-13 Thread Mirabella, Mathew J
All. I have been abel to get the audigy 2 card to work with emu10k1 but i have a problem. I cannot seem to get multichannel sound and the volumes and levels are pretty low. What I did was: get the latest emu10k1from cvs ensure that kernel sources are installed in the right place

Re: [Alsa-devel] snd-isapnp still not compiled in latest cvs

2003-03-13 Thread Takashi Iwai
At Thu, 13 Mar 2003 13:39:02 +0200, Andrei Boros wrote: > > > I think I found out why it doesn't compile the snd-isapnp module > > in alsa-driver/Makefile : (snip) > compilation works. thanks, applied to cvs now. Takashi --- This SF.net

Re: [Alsa-devel] Why CONFIG_USB = y is default?

2003-03-13 Thread Takashi Iwai
At Thu, 13 Mar 2003 13:41:58 +0200, Andrei Boros wrote: > > > I was looking in the driver at Makefile.conf and I see : > CONFIG_USB = y. > I did not mention anything about USB to ./configure and I have no USB > card. > I did however specify manually two drivers to be built (cs46xx and > opti

Re: [Alsa-devel] make install for alsa-lib 0.9.1

2003-03-13 Thread Ronny V. Vindenes
On Thu, 13 Mar 2003, Takashi Iwai wrote: > At Thu, 13 Mar 2003 13:26:33 +0100 (CET), > Ronny V. Vindenes <[EMAIL PROTECTED]> wrote: > > > > On 13 Mar 2003, Immanuel Litzroth wrote: > > > > > > > > I use stow for package management and I noticed that > > > ./configure --prefix=/usr > > > make

Re: [Alsa-devel] opti92x-ad1848 and sequencer

2003-03-13 Thread Takashi Iwai
At Thu, 13 Mar 2003 14:05:09 +0200, Andrei Boros wrote: > > > Attempting to compile the above driver as recommended with sequencer > support too, I get the following. > > gate:~/install/alsa-cvs/alsa-driver# depmod -ae > /lib/modules/2.2.23/misc/snd-opl3-synth.o: unresolved symbol(s) >

Re: [Alsa-devel] make install for alsa-lib 0.9.1

2003-03-13 Thread Takashi Iwai
At Thu, 13 Mar 2003 13:26:33 +0100 (CET), Ronny V. Vindenes <[EMAIL PROTECTED]> wrote: > > On 13 Mar 2003, Immanuel Litzroth wrote: > > > > > I use stow for package management and I noticed that > > ./configure --prefix=/usr > > make > > make install prefix=/usr/stow/alsa-lib > > still install

Re: [Alsa-devel] make install for alsa-lib 0.9.1

2003-03-13 Thread Ronny V. Vindenes
On 13 Mar 2003, Immanuel Litzroth wrote: > > I use stow for package management and I noticed that > ./configure --prefix=/usr > make > make install prefix=/usr/stow/alsa-lib > still installs the libraries in /usr/lib. Previous versions worked > installed in the correct place. Is this a bug? > I

[Alsa-devel] opti92x-ad1848 and sequencer

2003-03-13 Thread Andrei Boros
Attempting to compile the above driver as recommended with sequencer support too, I get the following. gate:~/install/alsa-cvs/alsa-driver# depmod -ae /lib/modules/2.2.23/misc/snd-opl3-synth.o: unresolved symbol(s) snd_seq_instr_find_R8fff548c snd_seq_instr_free_use_Rf8a556ca

[Alsa-devel] make install for alsa-lib 0.9.1

2003-03-13 Thread Immanuel Litzroth
I use stow for package management and I noticed that ./configure --prefix=/usr make make install prefix=/usr/stow/alsa-lib still installs the libraries in /usr/lib. Previous versions worked installed in the correct place. Is this a bug? Immanuel -- I have always been fascinated by those who wan

[Alsa-devel] Why CONFIG_USB = y is default?

2003-03-13 Thread Andrei Boros
I was looking in the driver at Makefile.conf and I see : CONFIG_USB = y. I did not mention anything about USB to ./configure and I have no USB card. I did however specify manually two drivers to be built (cs46xx and opti92x-ad1848), so what's USB doing here? -- ing. Andrei Boros mailto:[EMA

[Alsa-devel] snd-isapnp still not compiled in latest cvs

2003-03-13 Thread Andrei Boros
I think I found out why it doesn't compile the snd-isapnp module in alsa-driver/Makefile : ifeq (n,$(CONFIG_ISAPNP_KERNEL)) ifeq (y,$(CONFIG_ISAPNP)) ifeq (y,$(CONFIG_ISA)) SUBDIRS += support endif endif endif That should be changed to : ifdef CONFIG_ISAPNP_KERNEL else ifeq (y,$(CONFIG_ISAPNP

Re: [Alsa-devel] [PATCH] small patch for recording in opti92x-ad1848

2003-03-13 Thread Takashi Iwai
At Tue, 11 Mar 2003 20:27:46 +, Michael wrote: > > Hi, > > The second part of the patch adds a missing line into > snd_opti93x_capture_open to set the substream. There > is a report on the sourceforge site from someone with > a 933 card which might also be fixed by this. > > The first part

Re: [Alsa-devel] 0.9.1 release

2003-03-13 Thread Takashi Iwai
At Tue, 11 Mar 2003 17:33:20 -0500, Paul Davis wrote: > > > What's left for 1.0: The sequencer instrument layer will be moved > >completely to the user space. > > how about moving the entire sequencer into user-space? kernel 2.5 > (with POSIX clock support) makes this entirely viable, i thi

Re: [Alsa-devel] Aureal VOrtex update and MPU401 survey

2003-03-13 Thread Takashi Iwai
Hi, At Thu, 13 Mar 2003 00:28:39 -0400, Manuel Jander wrote: > > MPU401 survey: > I though about a modification for the mpu401_uart driver, to allow > a more versatil handling of different IO types. I observed that > at least the SBLive, appart from the Vortex have a standart MPU401 port, > but

Re: [Alsa-devel] [BUG] snd-usb-audio still crashes when unplugging

2003-03-13 Thread Clemens Ladisch
Jaroslav Kysela wrote: > On Wed, 12 Mar 2003, Clemens Ladisch wrote: > > Unplugging a currently playing USB audio (not MIDI) device results in a > > big kernel oops. > > ... > > with the changes below, aplay hangs (when draining?) after the device > > is unplugged. > > Thanks for report. I've tried