30 lines
892 B
Diff
30 lines
892 B
Diff
From c623de44981a195b471cf1c9bac8a1cd3f6279aa Mon Sep 17 00:00:00 2001
|
|
From: ckkim <changkon12@gmail.com>
|
|
Date: Tue, 16 Jun 2020 16:16:30 +0900
|
|
Subject: [PATCH 25/74] ODROID-N2: sound/soc: add audio module for g12a, g12b,
|
|
sm1
|
|
|
|
Signed-off-by: ckkim <changkon12@gmail.com>
|
|
Change-Id: I02b2b8d1ec756dfc361300082d94b3ef339cb0d6
|
|
---
|
|
sound/soc/meson/Kconfig | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig
|
|
index 8b6295283989..7b6ee708b74c 100644
|
|
--- a/sound/soc/meson/Kconfig
|
|
+++ b/sound/soc/meson/Kconfig
|
|
@@ -69,6 +69,9 @@ config SND_MESON_AXG_SOUND_CARD
|
|
imply SND_MESON_AXG_SPDIFIN
|
|
imply SND_MESON_AXG_PDM
|
|
imply SND_MESON_G12A_TOHDMITX if DRM_MESON_DW_HDMI
|
|
+ imply SND_MESON_G12A_TOACODEC
|
|
+ imply SND_SOC_MESON_T9015
|
|
+ imply SND_SOC_SIMPLE_AMPLIFIER
|
|
help
|
|
Select Y or M to add support for the AXG SoC sound card
|
|
|
|
--
|
|
2.25.1
|
|
|