diff options
| author | Robert Jarzmik <robert.jarzmik@free.fr> | 2017-09-02 15:54:05 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2017-09-04 13:24:56 -0400 |
| commit | 8d43344108c9945456128b75b69beee594b64ed6 (patch) | |
| tree | 0e3475c90082b1cd6645e4c12187b94b59ed85f9 | |
| 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>
| -rw-r--r-- | sound/Kconfig | 2 | ||||
| -rw-r--r-- | sound/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index d7d2aac9542e..ed34218d38b8 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
| @@ -80,6 +80,8 @@ source "sound/hda/Kconfig" | |||
| 80 | 80 | ||
| 81 | source "sound/ppc/Kconfig" | 81 | source "sound/ppc/Kconfig" |
| 82 | 82 | ||
| 83 | source "sound/ac97/Kconfig" | ||
| 84 | |||
| 83 | source "sound/aoa/Kconfig" | 85 | source "sound/aoa/Kconfig" |
| 84 | 86 | ||
| 85 | source "sound/arm/Kconfig" | 87 | source "sound/arm/Kconfig" |
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/ | |||
| 10 | 10 | ||
| 11 | # This one must be compilable even if sound is configured out | 11 | # This one must be compilable even if sound is configured out |
| 12 | obj-$(CONFIG_AC97_BUS) += ac97_bus.o | 12 | obj-$(CONFIG_AC97_BUS) += ac97_bus.o |
| 13 | obj-$(CONFIG_AC97_BUS_NEW) += ac97/ | ||
| 13 | 14 | ||
| 14 | ifeq ($(CONFIG_SND),y) | 15 | ifeq ($(CONFIG_SND),y) |
| 15 | obj-y += last.o | 16 | obj-y += last.o |
