From: Takashi Iwai <tiwai@suse.de>
To: Martin Langer <martin-langer@gmx.de>
Cc: alsa-devel@lists.sourceforge.net, annabellesgarden@yahoo.de
Subject: Re: usx2y dependencies
Date: Mon, 26 Jan 2004 11:20:12 +0100 [thread overview]
Message-ID: <s5hy8rvui3n.wl@alsa2.suse.de> (raw)
In-Reply-To: <20040124002328.GA1946@tuba.home>
[-- Attachment #1: Type: text/plain, Size: 662 bytes --]
At Sat, 24 Jan 2004 01:23:28 +0100,
Martin Langer wrote:
>
>
> Hi,
>
> usx2y build by "./configure --with-cards=usb-usx2y" has a dependency problem:
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.23/kernel/sound/usb/usx2y/snd-usb-usx2y.o
> depmod: snd_usbmidi_disconnect_Rc1a56322
> depmod: snd_hack_usb_set_interface_R5b6905b8
> depmod: snd_usb_create_midi_interface_R5a5eff3a
>
> ./configure --with-cards=usb-usx2y,usb-audio fix this problem, but OTOH it
> looks fine in /alsa-driver/utils/Modules.dep -- usx2y depends there on
> snd-usb-audio and that seems to be ok.
>
> Any hints?
try the attached patch.
Takashi
[-- Attachment #2: Type: text/plain, Size: 554 bytes --]
Index: alsa-driver/usb/Makefile
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-driver/usb/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- alsa-driver/usb/Makefile 25 Nov 2003 11:13:35 -0000 1.13
+++ alsa-driver/usb/Makefile 26 Jan 2004 10:19:35 -0000
@@ -10,6 +10,9 @@
# for compatibility
extra-snd-usb-audio-objs := usbcompat.o
+# usx2y depends on usb-audio
+obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-audio.o
+
obj-$(CONFIG_SND) += usx2y/
export-objs := usbaudio.o usbmidi.o
next prev parent reply other threads:[~2004-01-26 10:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-24 0:23 usx2y dependencies Martin Langer
2004-01-26 10:20 ` Takashi Iwai [this message]
2004-01-26 23:07 ` Martin Langer
2004-02-02 21:08 ` Martin Langer
2004-02-03 15:24 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hy8rvui3n.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=annabellesgarden@yahoo.de \
--cc=martin-langer@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox