32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 4684d42cbbbb2d0331eb273229c9856a09b8d687 Mon Sep 17 00:00:00 2001
|
|
Message-Id: <4684d42cbbbb2d0331eb273229c9856a09b8d687.1606830718.git.stefan@agner.ch>
|
|
In-Reply-To: <59bbf3567b02c36edfa4ee013d7e7e8c492756f2.1606830718.git.stefan@agner.ch>
|
|
References: <59bbf3567b02c36edfa4ee013d7e7e8c492756f2.1606830718.git.stefan@agner.ch>
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Mon, 30 Mar 2020 17:39:04 +0200
|
|
Subject: [PATCH 02/17] ASoC: meson: imply acodec glue on axg sound card
|
|
|
|
When axg card driver support is enabled, lets enable the related
|
|
internal DAC glue by default.
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
---
|
|
sound/soc/meson/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig
|
|
index 8b6295283989..363dc3b1bbe4 100644
|
|
--- a/sound/soc/meson/Kconfig
|
|
+++ b/sound/soc/meson/Kconfig
|
|
@@ -68,6 +68,7 @@ config SND_MESON_AXG_SOUND_CARD
|
|
imply SND_MESON_AXG_SPDIFOUT
|
|
imply SND_MESON_AXG_SPDIFIN
|
|
imply SND_MESON_AXG_PDM
|
|
+ imply SND_MESON_G12A_TOACODEC
|
|
imply SND_MESON_G12A_TOHDMITX if DRM_MESON_DW_HDMI
|
|
help
|
|
Select Y or M to add support for the AXG SoC sound card
|
|
--
|
|
2.29.2
|
|
|