Skip to content

Commit

Permalink
ALSA: drop outdated and broken sa11xx-uda1341 driver
Browse files Browse the repository at this point in the history
It depends on L3 support from 2.4 kernel (CONFIG_L3) that never got
merged into mainline. Since there's no way to use it on any of
supported machines (iPaq h3100 or h3600), better drop it for now.
It can be reimplemented later using ASoC infrastructure (there's
already a driver for uda1341 codec in mainline, so only CPU and machine
parts need to be written).

Signed-off-by: Dmitry Artamonow <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
dja-dja-mad authored and tiwai committed Mar 17, 2009
1 parent dbe36c9 commit 323a596
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,069 deletions.
126 changes: 0 additions & 126 deletions include/sound/uda1341.h

This file was deleted.

11 changes: 0 additions & 11 deletions sound/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ menuconfig SND_ARM

if SND_ARM

config SND_SA11XX_UDA1341
tristate "SA11xx UDA1341TS driver (iPaq H3600)"
depends on ARCH_SA1100 && L3
select SND_PCM
help
Say Y here if you have a Compaq iPaq H3x00 handheld computer
and want to use its Philips UDA 1341 audio chip.

To compile this driver as a module, choose M here: the module
will be called snd-sa11xx-uda1341.

config SND_ARMAACI
tristate "ARM PrimeCell PL041 AC Link support"
depends on ARM_AMBA
Expand Down
3 changes: 0 additions & 3 deletions sound/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# Makefile for ALSA
#

obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-sa11xx-uda1341.o
snd-sa11xx-uda1341-objs := sa11xx-uda1341.o

obj-$(CONFIG_SND_ARMAACI) += snd-aaci.o
snd-aaci-objs := aaci.o devdma.o

Expand Down
Loading

0 comments on commit 323a596

Please sign in to comment.