On Thu, Apr 01, 2004 at 10:12:10AM +0200, Karsten Wiese wrote:
> Am Mittwoch 31 März 2004 20:57 schrieb Martin Langer:
> Yes! rm every file in alsa-driver, re-update from cvs and ./cvscompile.
> There might be a simpler solution though...

Indeed. That solves it :) Thanks.

> >
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.25-rc1/kernel/sound/usb/snd-usb-audio.o
> > depmod:         snd_rawmidi_transmit_peek
> > depmod:         snd_rawmidi_transmit_ack
> > depmod:         snd_rawmidi_transmit_empty
> > depmod:         snd_rawmidi_receive
> > depmod:         snd_rawmidi_new
> > depmod:         snd_rawmidi_set_ops
> didn't see this.
> 

It's still there, but this patch will fix it:

Index: alsa-driver/usb/Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/usb/Kconfig,v
retrieving revision 1.2
diff -u -r1.2 Kconfig
--- alsa-driver/usb/Kconfig     31 Mar 2004 06:57:28 -0000      1.2
+++ alsa-driver/usb/Kconfig     1 Apr 2004 18:14:09 -0000
@@ -4,11 +4,12 @@
        depends on SND!=n && USB!=n
 
 config SND_USB_USX2Y
-       tristate "US-428 USB driver"
+       tristate "US-X2Y USB driver"
        depends on SND && USB
        select SND_HWDEP
+       select SND_RAWMIDI
        select SND_PCM
        help
-         Say 'Y' or 'M' to include support for US-428 USB devices.
+         Say 'Y' or 'M' to include support for Tascam US-X2Y USB devices.
 
 endmenu



BTW: I assume that alsa-driver/usb/usx2y/Kconfig can be removed.
alsa-driver/usb/Kconfig seems to be the correct file instead?


martin


-- 
                                     Living on earth may be expensive,
                   but it includes an annual free trip around the sun. 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to