diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-02-20 03:52:32 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-20 19:09:39 +0100 |
commit | ee06b6f0675907191656b11a8405a03c6d599ea9 (patch) | |
tree | c020f2c83a2524476de67dd4883a58c6cc227516 /sound/soc/codecs | |
parent | ASoC: max9867: Changed the if-else case to switch case (diff) | |
download | linux-ee06b6f0675907191656b11a8405a03c6d599ea9.tar.xz linux-ee06b6f0675907191656b11a8405a03c6d599ea9.zip |
ASoC: max9867: Add CONFIG_SND_SOC_MAX9867 to build
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: anish kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index b84fe9d75dfd..f35237d30f93 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile @@ -280,6 +280,7 @@ obj-$(CONFIG_SND_SOC_MAX98088) += snd-soc-max98088.o obj-$(CONFIG_SND_SOC_MAX98090) += snd-soc-max98090.o obj-$(CONFIG_SND_SOC_MAX98095) += snd-soc-max98095.o obj-$(CONFIG_SND_SOC_MAX98357A) += snd-soc-max98357a.o +obj-$(CONFIG_SND_SOC_MAX9867) += snd-soc-max9867.o obj-$(CONFIG_SND_SOC_MAX98925) += snd-soc-max98925.o obj-$(CONFIG_SND_SOC_MAX98926) += snd-soc-max98926.o obj-$(CONFIG_SND_SOC_MAX9850) += snd-soc-max9850.o |