Browse Source

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>
Robert Jarzmik 8 years ago
parent
commit
8d43344108
2 changed files with 3 additions and 0 deletions
  1. 2 0
      sound/Kconfig
  2. 1 0
      sound/Makefile

+ 2 - 0
sound/Kconfig

@@ -80,6 +80,8 @@ source "sound/hda/Kconfig"
 
 
 source "sound/ppc/Kconfig"
 source "sound/ppc/Kconfig"
 
 
+source "sound/ac97/Kconfig"
+
 source "sound/aoa/Kconfig"
 source "sound/aoa/Kconfig"
 
 
 source "sound/arm/Kconfig"
 source "sound/arm/Kconfig"

+ 1 - 0
sound/Makefile

@@ -10,6 +10,7 @@ obj-$(CONFIG_SND_AOA) += aoa/
 
 
 # This one must be compilable even if sound is configured out
 # This one must be compilable even if sound is configured out
 obj-$(CONFIG_AC97_BUS) += ac97_bus.o
 obj-$(CONFIG_AC97_BUS) += ac97_bus.o
+obj-$(CONFIG_AC97_BUS_NEW) += ac97/
 
 
 ifeq ($(CONFIG_SND),y)
 ifeq ($(CONFIG_SND),y)
   obj-y += last.o
   obj-y += last.o