The patch titled ALSA: PCMCIA sound devices shouldn't depend on ISA has been removed from the -mm tree. Its filename is alsa-pcmcia-sound-devices-shouldnt-depend-on-isa.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Erik Mouw <erik@xxxxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxx> Cc: Jaroslav Kysela <perex@xxxxxxx> Cc: Takashi Iwai <tiwai@xxxxxxx> Cc: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- sound/pcmcia/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN sound/pcmcia/Kconfig~alsa-pcmcia-sound-devices-shouldnt-depend-on-isa sound/pcmcia/Kconfig --- devel/sound/pcmcia/Kconfig~alsa-pcmcia-sound-devices-shouldnt-depend-on-isa 2006-04-19 23:45:54.000000000 -0700 +++ devel-akpm/sound/pcmcia/Kconfig 2006-04-19 23:45:54.000000000 -0700 @@ -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 _ Patches currently in -mm which might be from erik@xxxxxxxxxxxxxxxxxxxxx are git-alsa.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html