All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	Greg KH <gregkh@suse.de>
Subject: [PATCH] staging/line6: fix build error, select SND_RAWMIDI
Date: Wed, 18 Mar 2009 10:00:16 -0700	[thread overview]
Message-ID: <49C128A0.7030805@oracle.com> (raw)
In-Reply-To: <20090318173830.7ea03dfb.sfr@canb.auug.org.au>

From: Randy Dunlap <randy.dunlap@oracle.com>

line6 needs to select SND_RAWMIDI, like many other drivers do.

ERROR: "snd_rawmidi_set_ops" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_new" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_peek" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_transmit_ack" [drivers/staging/line6/line6usb.ko] undefined!
ERROR: "snd_rawmidi_receive" [drivers/staging/line6/line6usb.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/staging/line6/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20090318.orig/drivers/staging/line6/Kconfig
+++ linux-next-20090318/drivers/staging/line6/Kconfig
@@ -1,6 +1,7 @@
 config LINE6_USB
 	tristate "Line6 USB support"
 	depends on USB && SND
+	select SND_RAWMIDI
 	help
 	  This is a driver for the guitar amp, cab, and effects modeller
 	  PODxt Pro by Line6 (and similar devices), supporting the

      parent reply	other threads:[~2009-03-18 16:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-18  6:38 linux-next: Tree for March 18 Stephen Rothwell
2009-03-18 10:21 ` Next March 18: defconfig build break on s390 Sachin Sant
2009-03-18 10:28   ` Sachin Sant
2009-03-18 10:58 ` Next March 18: [staging/net ??] build break Sachin Sant
2009-03-18 15:27   ` Greg KH
2009-03-18 16:18 ` linux-next: Tree for March 18 (mm.h #error) Randy Dunlap
2009-03-19 16:47   ` Randy Dunlap
2009-03-18 16:31 ` linux-next: Tree for March 18 (staging/comedi) Randy Dunlap
2009-03-18 16:33   ` Greg KH
2009-03-21  4:36     ` Greg KH
2009-03-21  5:10       ` Stephen Rothwell
2009-03-18 17:00 ` Randy Dunlap [this message]

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=49C128A0.7030805@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.