diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-09-02 21:54:05 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-04 18:24:56 +0100 |
commit | 8d43344108c9945456128b75b69beee594b64ed6 (patch) | |
tree | 0e3475c90082b1cd6645e4c12187b94b59ed85f9 /sound/Makefile | |
parent | 74426fbff66eea8e8d1f42c8238c268d1e63a832 (diff) |
ASoC: add new ac97 bus support
Add the new ac97 bus support, with ac97 bus automatic probing.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/Makefile')
-rw-r--r-- | sound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/Makefile b/sound/Makefile index 6de45d2c32f7..c03b0bed65d5 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_SND_AOA) += aoa/ # This one must be compilable even if sound is configured out obj-$(CONFIG_AC97_BUS) += ac97_bus.o +obj-$(CONFIG_AC97_BUS_NEW) += ac97/ ifeq ($(CONFIG_SND),y) obj-y += last.o |