diff options
author | Daniel Mack | 2018-12-01 15:08:46 +0100 |
---|---|---|
committer | Mark Brown | 2018-12-03 15:28:29 +0000 |
commit | f84a6273dd9107cbf61d46ee8e11eb8bdb4de506 (patch) | |
tree | 3482ca489aa16e617b99b0002eb86379c358aec4 /sound/soc/pxa/Makefile | |
parent | 9923e9072d813e2efa591d01e6971e0833c38815 (diff) |
ASoC: pxa: remove raumfeld machine driver
These boards are now fully ported to devicetree and make use of the
simple-card driver, so the platform specific machine driver can be
removed.
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa/Makefile')
-rw-r--r-- | sound/soc/pxa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/Makefile b/sound/soc/pxa/Makefile index 5b265662f04f..0ab2a9dcb720 100644 --- a/sound/soc/pxa/Makefile +++ b/sound/soc/pxa/Makefile @@ -49,6 +49,5 @@ obj-$(CONFIG_SND_PXA2XX_SOC_MIOA701) += snd-soc-mioa701.o obj-$(CONFIG_SND_PXA2XX_SOC_Z2) += snd-soc-z2.o obj-$(CONFIG_SND_SOC_ZYLONITE) += snd-soc-zylonite.o obj-$(CONFIG_SND_PXA2XX_SOC_IMOTE2) += snd-soc-imote2.o -obj-$(CONFIG_SND_SOC_RAUMFELD) += snd-soc-raumfeld.o obj-$(CONFIG_SND_MMP_SOC_BROWNSTONE) += snd-soc-brownstone.o obj-$(CONFIG_SND_SOC_TTC_DKB) += snd-soc-ttc-dkb.o |