Skip to content

Commit 1a31d3c

Browse files
committed
ASoC: generic: tidyup standardized ASoC menu for generic
JIRA: https://issues.redhat.com/browse/RHEL-118908 commit f13ab49 Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Date: Wed Aug 6 23:34:52 2025 +0000 ASoC: generic: tidyup standardized ASoC menu for generic commit acc84d1 ("ASoC: generic: Standardize ASoC menu") standardized ASoC generic menu. Then, it moved generic menu position under SoC group. It should be kept generic position. Tidyup it. Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://patch.msgid.link/87v7n0c9d0.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
1 parent 2446c95 commit 1a31d3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sound/soc/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ source "sound/soc/bcm/Kconfig"
111111
source "sound/soc/cirrus/Kconfig"
112112
source "sound/soc/dwc/Kconfig"
113113
source "sound/soc/fsl/Kconfig"
114-
source "sound/soc/generic/Kconfig"
115114
source "sound/soc/google/Kconfig"
116115
source "sound/soc/hisilicon/Kconfig"
117116
source "sound/soc/jz4740/Kconfig"
@@ -149,5 +148,8 @@ source "sound/soc/codecs/Kconfig"
149148

150149
source "sound/soc/sdw_utils/Kconfig"
151150

151+
# generic frame-work
152+
source "sound/soc/generic/Kconfig"
153+
152154
endif # SND_SOC
153155

0 commit comments

Comments
 (0)