Skip to content

Commit

Permalink
bach
Browse files Browse the repository at this point in the history
  • Loading branch information
fifteenhex committed Jul 19, 2021
1 parent 68fb182 commit 60cca2e
Show file tree
Hide file tree
Showing 12 changed files with 4,084 additions and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/Kconfig
Expand Up @@ -73,6 +73,7 @@ source "sound/soc/img/Kconfig"
source "sound/soc/intel/Kconfig"
source "sound/soc/mediatek/Kconfig"
source "sound/soc/meson/Kconfig"
source "sound/soc/mstar/Kconfig"
source "sound/soc/mxs/Kconfig"
source "sound/soc/pxa/Kconfig"
source "sound/soc/qcom/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions sound/soc/Makefile
Expand Up @@ -43,6 +43,7 @@ obj-$(CONFIG_SND_SOC) += img/
obj-$(CONFIG_SND_SOC) += intel/
obj-$(CONFIG_SND_SOC) += mediatek/
obj-$(CONFIG_SND_SOC) += meson/
obj-$(CONFIG_SND_SOC) += mstar/
obj-$(CONFIG_SND_SOC) += mxs/
obj-$(CONFIG_SND_SOC) += kirkwood/
obj-$(CONFIG_SND_SOC) += pxa/
Expand Down
9 changes: 9 additions & 0 deletions sound/soc/mstar/Kconfig
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-only
menu "ASoC support for MStar platforms"
depends on ARCH_MSTAR || COMPILE_TEST

config SND_MSTAR_INFINITY
tristate "Audio support for iNfinity"
depends on MACH_INFINITY

endmenu
4 changes: 4 additions & 0 deletions sound/soc/mstar/Makefile
@@ -0,0 +1,4 @@
# SPDX-License-Identifier: (GPL-2.0 OR MIT)

obj-$(CONFIG_SND_MSTAR_INFINITY) += infinity_soc.o infinity_dai.o infinity_pcm.o infinity_codec.o infinity.o

0 comments on commit 60cca2e

Please sign in to comment.