diff options
author | anish kumar <yesanishhere@gmail.com> | 2016-02-17 17:28:49 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-18 14:17:48 +0000 |
commit | 805d132dcbbdbdf8339008f4f964490cf6ff3025 (patch) | |
tree | 07a243cd16ed84b46f740db2ec2fc865f9932e0b /sound/soc/codecs/Makefile | |
parent | cffee535f0b09ab0801cbec01a8ae81595aa99bc (diff) | |
download | linux-805d132dcbbdbdf8339008f4f964490cf6ff3025.tar.bz2 |
ASoC: Add max9867 codec driver
Signed-off-by: anish kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Makefile')
-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 16c014a46ae8..b84fe9d75dfd 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile @@ -74,6 +74,7 @@ snd-soc-max98088-objs := max98088.o snd-soc-max98090-objs := max98090.o snd-soc-max98095-objs := max98095.o snd-soc-max98357a-objs := max98357a.o +snd-soc-max9867-objs := max9867.o snd-soc-max98925-objs := max98925.o snd-soc-max98926-objs := max98926.o snd-soc-max9850-objs := max9850.o |