Linux-Next discussions
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: David Woodhouse <dwmw2@infradead.org>
Cc: linux-next@vger.kernel.org, Krzysztof Helt <krzysztof.h1@wp.pl>,
	Takashi Iwai <tiwai@suse.de>
Subject: linux-next: manual merge of the firmware tree with the sound tree
Date: Mon, 2 Feb 2009 16:02:05 +1100	[thread overview]
Message-ID: <20090202160205.8d62e871.sfr@canb.auug.org.au> (raw)

Hi David,

Today's linux-next merge of the firmware tree got a conflict in
sound/isa/Kconfig between commit f6c6383502751ceb6f2f3579ad22578ca44f91f5
("ALSA: Turtle Beach Multisound Classic/Pinnacle driver") from the sound
tree and commit f2fd247da0abaa330c39922aa1f6729eff051f73 ("ALSA:
wavefront - Always use request_firmware()") from the firmware tree.

Just overlapping addition/removal.  I fixed it up (see below) and can
carry the fix as necessary.

David, is the above firmware tree commit going anywhere - it has only
been in linux-next since Jan 12, but the commit is dated Aug 28 2008 ...

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc sound/isa/Kconfig
index 3409677,7658bcd..0000000
--- a/sound/isa/Kconfig
+++ b/sound/isa/Kconfig
@@@ -406,46 -401,5 +406,36 @@@ config SND_WAVEFRON
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd-wavefront.
  
- config SND_WAVEFRONT_FIRMWARE_IN_KERNEL
- 	bool "In-kernel firmware for Wavefront"
- 	depends on SND_WAVEFRONT
- 	default y
- 	help
- 	  Say Y here to include the static firmware for FX DSP built in
- 	  the kernel for the Wavefront driver.  If you choose N here,
- 	  you need to install the firmware files from the
- 	  alsa-firmware package.
- 
 +config SND_MSND_PINNACLE
 +	tristate "Turtle Beach MultiSound Pinnacle/Fiji driver"
 +	depends on X86 && EXPERIMENTAL
 +	select FW_LOADER
 +	select SND_MPU401_UART
 +	select SND_PCM
 +	help
 +	  Say Y to include support for Turtle Beach MultiSound Pinnacle/
 +	  Fiji soundcards.
 +
 +	  To compile this driver as a module, choose M here: the module
 +	  will be called snd-msnd-pinnacle.
 +
 +config SND_MSND_CLASSIC
 +	tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
 +	depends on X86 && EXPERIMENTAL
 +	select FW_LOADER
 +	select SND_MPU401_UART
 +	select SND_PCM
 +	help
 +	  Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
 +	  Monterey (not for the Pinnacle or Fiji).
 +
 +	  See <file:Documentation/sound/oss/MultiSound> for important information
 +	  about this driver.  Note that it has been discontinued, but the
 +	  Voyetra Turtle Beach knowledge base entry for it is still available
 +	  at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
 +
 +	  To compile this driver as a module, choose M here: the module
 +	  will be called snd-msnd-classic.
 +
  endif	# SND_ISA
  

                 reply	other threads:[~2009-02-02  5:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090202160205.8d62e871.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=dwmw2@infradead.org \
    --cc=krzysztof.h1@wp.pl \
    --cc=linux-next@vger.kernel.org \
    --cc=tiwai@suse.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