All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.17-rc2] ALSA: PCMCIA sound devices shouldn't depend on ISA
@ 2006-04-19 14:40 ` Erik Mouw
  0 siblings, 0 replies; 12+ messages in thread
From: Erik Mouw @ 2006-04-19 14:40 UTC (permalink / raw)
  To: alsa-devel; +Cc: linux-kernel

The ALSA drivers for PCMCIA devices depend on ISA, but modern
laptops can have PCMCIA support without ISA. This patch removes
the dependency.

Signed-off-by: Erik Mouw <erik@harddisk-recovery.com>

diff --git a/sound/pcmcia/Kconfig b/sound/pcmcia/Kconfig
index 5d1b0b7..c9fa1a2 100644
--- a/sound/pcmcia/Kconfig
+++ b/sound/pcmcia/Kconfig
@@ -5,7 +5,7 @@ menu "PCMCIA devices"
 
 config SND_VXPOCKET
 	tristate "Digigram VXpocket"
-	depends on SND && PCMCIA && ISA
+	depends on SND && PCMCIA
 	select SND_VX_LIB
 	help
 	  Say Y here to include support for Digigram VXpocket and
@@ -16,7 +16,7 @@ config SND_VXPOCKET
 
 config SND_PDAUDIOCF
 	tristate "Sound Core PDAudioCF"
-	depends on SND && PCMCIA && ISA
+	depends on SND && PCMCIA
 	select SND_PCM
 	help
 	  Say Y here to include support for Sound Core PDAudioCF


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-05-29  9:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19 14:40 [PATCH 2.6.17-rc2] ALSA: PCMCIA sound devices shouldn't depend on ISA Erik Mouw
2006-04-19 14:40 ` Erik Mouw
2006-05-23  4:14 ` Lee Revell
2006-05-23 13:17   ` Takashi Iwai
2006-05-23 16:27     ` Lee Revell
2006-05-24 14:58       ` Asbjørn Sæbø
2006-05-24 15:15         ` Erik Mouw
2006-05-24 20:48           ` Dominik Brodowski
2006-05-29  9:28             ` Erik Mouw
2006-05-24 20:46         ` Dominik Brodowski
2006-05-24 21:02           ` Lee Revell
2006-05-23 13:35   ` Erik Mouw

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.