Skip to content

Commit fcdc6f7

Browse files
committed
ASoC: generic: tidyup standardized ASoC menu for generic
JIRA: https://issues.redhat.com/browse/RHEL-118909 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 8ffd48e commit fcdc6f7

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
@@ -100,7 +100,6 @@ source "sound/soc/bcm/Kconfig"
100100
source "sound/soc/cirrus/Kconfig"
101101
source "sound/soc/dwc/Kconfig"
102102
source "sound/soc/fsl/Kconfig"
103-
source "sound/soc/generic/Kconfig"
104103
source "sound/soc/hisilicon/Kconfig"
105104
source "sound/soc/jz4740/Kconfig"
106105
source "sound/soc/kirkwood/Kconfig"
@@ -135,5 +134,8 @@ source "sound/soc/codecs/Kconfig"
135134

136135
source "sound/soc/sdw_utils/Kconfig"
137136

137+
# generic frame-work
138+
source "sound/soc/generic/Kconfig"
139+
138140
endif # SND_SOC
139141

0 commit comments

Comments
 (0)