Skip to content

Commit

Permalink
ASoC: samsung: drop support for legacy S3C24XX DMA API
Browse files Browse the repository at this point in the history
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Vasily Khoruzhick authored and Mark Brown committed Jun 24, 2014
1 parent 87b132b commit ae60245
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 459 deletions.
3 changes: 0 additions & 3 deletions sound/soc/samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ config SND_SOC_SAMSUNG
config SND_S3C_DMA
tristate

config SND_S3C_DMA_LEGACY
tristate

config SND_S3C24XX_I2S
tristate

Expand Down
2 changes: 0 additions & 2 deletions sound/soc/samsung/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# S3c24XX Platform Support
snd-soc-s3c-dma-objs := dmaengine.o
snd-soc-s3c-dma-legacy-objs := dma.o
snd-soc-idma-objs := idma.o
snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o
snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o
Expand All @@ -11,7 +10,6 @@ snd-soc-pcm-objs := pcm.o
snd-soc-i2s-objs := i2s.o

obj-$(CONFIG_SND_S3C_DMA) += snd-soc-s3c-dma.o
obj-$(CONFIG_SND_S3C_DMA_LEGACY) += snd-soc-s3c-dma-legacy.o
obj-$(CONFIG_SND_S3C24XX_I2S) += snd-soc-s3c24xx-i2s.o
obj-$(CONFIG_SND_SAMSUNG_AC97) += snd-soc-ac97.o
obj-$(CONFIG_SND_S3C2412_SOC_I2S) += snd-soc-s3c2412-i2s.o
Expand Down
Loading

0 comments on commit ae60245

Please sign in to comment.