diff options
author | Daniel Glöckner <dg@emlix.com> | 2014-10-19 00:50:50 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-20 12:03:52 +0200 |
commit | 19c768db42fcf1884cb1f9550969d1e9e69aa928 (patch) | |
tree | 52aacde220194728e9b8cbea0b6a40d8f1fbbe9b /sound/soc/s6000/Makefile | |
parent | Merge remote-tracking branches 'asoc/topic/txx9', 'asoc/topic/wm8978' and 'as... (diff) | |
download | linux-19c768db42fcf1884cb1f9550969d1e9e69aa928.tar.xz linux-19c768db42fcf1884cb1f9550969d1e9e69aa928.zip |
ASoC: s6000: remove driver
The s6000 Xtensa support is removed from the kernel. There are no
other chips known to use this I2S controller.
Signed-off-by: Daniel Glöckner <dg@emlix.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/s6000/Makefile')
-rw-r--r-- | sound/soc/s6000/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sound/soc/s6000/Makefile b/sound/soc/s6000/Makefile deleted file mode 100644 index 0f0ae2a012aa..000000000000 --- a/sound/soc/s6000/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# s6000 Platform Support -snd-soc-s6000-objs := s6000-pcm.o -snd-soc-s6000-i2s-objs := s6000-i2s.o - -obj-$(CONFIG_SND_S6000_SOC_PCM) += snd-soc-s6000.o -obj-$(CONFIG_SND_S6000_SOC_I2S) += snd-soc-s6000-i2s.o - -# s6105 Machine Support -snd-soc-s6ipcam-objs := s6105-ipcam.o - -obj-$(CONFIG_SND_S6000_SOC_S6IPCAM) += snd-soc-s6ipcam.o |