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>
This commit is contained in:
parent
74426fbff6
commit
8d43344108
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user