Skip to content

Commit

Permalink
ASoC: wcd9335: Fix build
Browse files Browse the repository at this point in the history
This reverts commit e57d4ca (ASoC: wcd9335: add support to wcd9335
codec) due to build failures caused by missing dependencies.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie committed Aug 1, 2018
1 parent b0a39d3 commit b74fd69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,161 deletions.
5 changes: 0 additions & 5 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1066,11 +1066,6 @@ config SND_SOC_UDA1380
tristate
depends on I2C

config SND_SOC_WCD9335
tristate "WCD9335 Codec"
depends on MFD_WCD9335
tristate

config SND_SOC_WL1273
tristate

Expand Down
2 changes: 0 additions & 2 deletions sound/soc/codecs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ snd-soc-twl4030-objs := twl4030.o
snd-soc-twl6040-objs := twl6040.o
snd-soc-uda134x-objs := uda134x.o
snd-soc-uda1380-objs := uda1380.o
snd-soc-wcd9335-objs := wcd9335.o
snd-soc-wl1273-objs := wl1273.o
snd-soc-wm-adsp-objs := wm_adsp.o
snd-soc-wm0010-objs := wm0010.o
Expand Down Expand Up @@ -452,7 +451,6 @@ obj-$(CONFIG_SND_SOC_TWL4030) += snd-soc-twl4030.o
obj-$(CONFIG_SND_SOC_TWL6040) += snd-soc-twl6040.o
obj-$(CONFIG_SND_SOC_UDA134X) += snd-soc-uda134x.o
obj-$(CONFIG_SND_SOC_UDA1380) += snd-soc-uda1380.o
obj-$(CONFIG_SND_SOC_WCD9335) += snd-soc-wcd9335.o
obj-$(CONFIG_SND_SOC_WL1273) += snd-soc-wl1273.o
obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
obj-$(CONFIG_SND_SOC_WM1250_EV1) += snd-soc-wm1250-ev1.o
Expand Down
Loading

0 comments on commit b74fd69

Please sign in to comment.