Skip to content

Commit

Permalink
ASoC: AC97: S3C2443: Remove unused driver
Browse files Browse the repository at this point in the history
Since, we have generic AC97 controller driver and all the machines
have moved to that, there is no need for old s3c2443-ac97.c to exist.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Jassi Brar authored and Mark Brown committed Jan 27, 2010
1 parent c67d90f commit 7beba4d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 462 deletions.
3 changes: 0 additions & 3 deletions sound/soc/s3c24xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ config SND_S3C64XX_SOC_I2S
config SND_S3C_SOC_PCM
tristate

config SND_S3C2443_SOC_AC97
tristate

config SND_S3C_SOC_AC97
tristate
select SND_SOC_AC97_BUS
Expand Down
2 changes: 0 additions & 2 deletions sound/soc/s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ snd-soc-s3c24xx-objs := s3c-dma.o
snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o
snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o
snd-soc-s3c64xx-i2s-objs := s3c64xx-i2s.o
snd-soc-s3c2443-ac97-objs := s3c2443-ac97.o
snd-soc-s3c-ac97-objs := s3c-ac97.o
snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o
snd-soc-s3c-pcm-objs := s3c-pcm.o

obj-$(CONFIG_SND_S3C24XX_SOC) += snd-soc-s3c24xx.o
obj-$(CONFIG_SND_S3C24XX_SOC_I2S) += snd-soc-s3c24xx-i2s.o
obj-$(CONFIG_SND_S3C2443_SOC_AC97) += snd-soc-s3c2443-ac97.o
obj-$(CONFIG_SND_S3C_SOC_AC97) += snd-soc-s3c-ac97.o
obj-$(CONFIG_SND_S3C2412_SOC_I2S) += snd-soc-s3c2412-i2s.o
obj-$(CONFIG_SND_S3C64XX_SOC_I2S) += snd-soc-s3c64xx-i2s.o
Expand Down
Loading

0 comments on commit 7beba4d

Please sign in to comment.