diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-08-06 23:34:52 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-08-10 21:06:44 +0100 |
commit | f13ab498726bb6c636d6c5cd8c7df911444316dc (patch) | |
tree | e58461c16ff346ce55b43c4f8e49490be6d0da56 | |
parent | 7cdadac0d2b3614d04651be7104a89a1998efec0 (diff) |
ASoC: generic: tidyup standardized ASoC menu for generic
commit acc84d15e45393fb ("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>
-rw-r--r-- | sound/soc/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index bf362bfca456..ce74818bd715 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -111,7 +111,6 @@ source "sound/soc/bcm/Kconfig" source "sound/soc/cirrus/Kconfig" source "sound/soc/dwc/Kconfig" source "sound/soc/fsl/Kconfig" -source "sound/soc/generic/Kconfig" source "sound/soc/google/Kconfig" source "sound/soc/hisilicon/Kconfig" source "sound/soc/jz4740/Kconfig" @@ -149,5 +148,8 @@ source "sound/soc/codecs/Kconfig" source "sound/soc/sdw_utils/Kconfig" +# generic frame-work +source "sound/soc/generic/Kconfig" + endif # SND_SOC |