diff options
author | anish kumar <yesanishhere@gmail.com> | 2016-04-27 15:39:05 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-28 18:16:04 +0100 |
commit | ca2cd6bc6663314ba7fbf66ba7b14e099671420e (patch) | |
tree | 7a44a8426f3b4d6d96e9cc50c474234478ed4325 /sound/soc/codecs/Makefile | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
ASoC: Add max98371 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 185a712a7fe7..92ef8719c311 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-max98371-objs := max98371.o snd-soc-max9867-objs := max9867.o snd-soc-max98925-objs := max98925.o snd-soc-max98926-objs := max98926.o |