From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: "Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
"Mark Brown" <broonie@kernel.org>,
"Jaroslav Kysela" <perex@perex.cz>,
"Martin Povišer" <povik+lin@cutebit.org>,
"Claudiu Beznea" <claudiu.beznea@tuxon.dev>,
"Andrei Simion" <andrei.simion@microchip.com>,
"Nicolas Ferre" <nicolas.ferre@microchip.com>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
"Cezary Rojewski" <cezary.rojewski@intel.com>,
"Peter Ujfalusi" <peter.ujfalusi@linux.intel.com>,
"Bard Liao" <yung-chuan.liao@linux.intel.com>,
"Ranjani Sridharan" <ranjani.sridharan@linux.intel.com>,
"Kai Vehmanen" <kai.vehmanen@linux.intel.com>,
"Pierre-Louis Bossart" <pierre-louis.bossart@linux.dev>,
"Paul Cercueil" <paul@crapouillou.net>,
"Shawn Guo" <shawnguo@kernel.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Pengutronix Kernel Team" <kernel@pengutronix.de>,
"Fabio Estevam" <festevam@gmail.com>,
"Daniel Mack" <daniel@zonque.org>,
"Haojian Zhuang" <haojian.zhuang@gmail.com>,
"Robert Jarzmik" <robert.jarzmik@free.fr>,
"Heiko Stuebner" <heiko@sntech.de>,
"Daniel Baluta" <daniel.baluta@nxp.com>,
"Orson Zhai" <orsonzhai@gmail.com>,
"Baolin Wang" <baolin.wang@linux.alibaba.com>,
"Chunyan Zhang" <zhang.lyra@gmail.com>,
"Arnaud Pouliquen" <arnaud.pouliquen@foss.st.com>,
"Olivier Moysan" <olivier.moysan@foss.st.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Chen-Yu Tsai" <wens@csie.org>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Samuel Holland" <samuel@sholland.org>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Kunihiko Hayashi" <hayashi.kunihiko@socionext.com>,
"Masami Hiramatsu" <mhiramat@kernel.org>,
"Vincenzo Frascino" <vincenzo.frascino@arm.com>,
"Michal Simek" <michal.simek@amd.com>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Mario Limonciello" <mario.limonciello@amd.com>,
"Yu-Chun Lin" <eleanor15x@gmail.com>,
"Nikita Shubin" <nikita.shubin@maquefel.me>,
"Arnd Bergmann" <arnd@arndb.de>,
"Alexander Sverdlin" <alexander.sverdlin@gmail.com>,
"Vinod Koul" <vkoul@kernel.org>,
"Shengjiu Wang" <shengjiu.wang@nxp.com>,
"Piotr Wojtaszczyk" <piotr.wojtaszczyk@timesys.com>,
"Sudeep Holla" <sudeep.holla@arm.com>,
"Elinor Montmasson" <elinor.montmasson@savoirfairelinux.com>,
"Binbin Zhou" <zhoubinbin@loongson.cn>,
"Keguang Zhang" <keguang.zhang@gmail.com>,
"Alexandre Mergnat" <amergnat@baylibre.com>,
"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Lad Prabhakar" <prabhakar.mahadev-lad.rj@bp.renesas.com>,
"Sameer Pujar" <spujar@nvidia.com>
Cc: linux-sound@vger.kernel.org
Subject: Re: [PATCH 03/37] ASoC: amd: Standardize ASoC menu
Date: Tue, 10 Jun 2025 15:27:20 +0530 [thread overview]
Message-ID: <01c72c17-d3fd-4402-942e-d4d147d70c83@amd.com> (raw)
In-Reply-To: <877c1k8bz5.wl-kuninori.morimoto.gx@renesas.com>
On 10/06/25 09:49, Kuninori Morimoto wrote:
> Current Kconfig menu at [ALSA for SoC audio support] has no rules.
> So, some venders are using menu style, some venders are listed each drivers
> on top page, etc. It is difficult to find target vender and/or drivers
> because it is very random.
>
> Let's standardize ASoC menu
LGTM.
Reviewed-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> sound/soc/amd/Kconfig | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig
> index c7daae392d746..b1c4dc95129bc 100644
> --- a/sound/soc/amd/Kconfig
> +++ b/sound/soc/amd/Kconfig
> @@ -1,4 +1,6 @@
> # SPDX-License-Identifier: GPL-2.0-only
> +menu "ASoC support for AMD"
> +
> config SND_SOC_AMD_ACP
> tristate "AMD Audio Coprocessor support"
> help
> @@ -185,3 +187,4 @@ config SND_SOC_AMD_PS_MACH
> If unsure select "N".
>
> endif
> +endmenu
next prev parent reply other threads:[~2025-06-10 9:57 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-10 0:43 [PATCH 00/37] ASoC: Standardize ASoC menu Kuninori Morimoto
2025-06-10 3:16 ` Chen-Yu Tsai
2025-06-10 3:46 ` Geraldo Nascimento
2025-06-10 3:49 ` Chen-Yu Tsai
2025-06-10 3:57 ` Kuninori Morimoto
2025-06-10 4:00 ` Geraldo Nascimento
2025-06-10 4:18 ` Kuninori Morimoto
2025-06-10 11:36 ` Mark Brown
2025-06-11 2:00 ` Kuninori Morimoto
2025-06-10 4:19 ` [PATCH 01/37] ASoC: ti: " Kuninori Morimoto
2025-06-10 4:19 ` [PATCH 02/37] ASoC: adi: " Kuninori Morimoto
2025-06-10 4:19 ` [PATCH 03/37] ASoC: amd: " Kuninori Morimoto
2025-06-10 9:57 ` Mukunda,Vijendar [this message]
2025-06-10 4:19 ` [PATCH 04/37] ASoC: bcm: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 05/37] ASoC: dwc: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 06/37] ASoC: fsl: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 07/37] ASoC: img: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 08/37] ASoC: mxs: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 09/37] ASoC: pxa: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 10/37] ASoC: sof: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 11/37] ASoC: sti: " Kuninori Morimoto
2025-06-10 4:20 ` [PATCH 12/37] ASoC: stm: " Kuninori Morimoto
2025-06-10 4:21 ` [PATCH 13/37] ASoC: au1x: " Kuninori Morimoto
2025-06-10 4:21 ` [PATCH 14/37] ASoC: sdca: " Kuninori Morimoto
2025-06-10 4:21 ` [PATCH 15/37] ASoC: sprd: " Kuninori Morimoto
2025-06-10 4:21 ` [PATCH 16/37] ASoC: apple: " Kuninori Morimoto
2025-06-10 4:21 ` [PATCH 17/37] ASoC: atmel: " Kuninori Morimoto
2025-06-10 4:21 ` [PATCH 18/37] ASoC: intel: " Kuninori Morimoto
2025-06-10 4:21 ` [PATCH 19/37] ASoC: spear: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 20/37] ASoC: sunxi: " Kuninori Morimoto
2025-06-10 5:29 ` Chen-Yu Tsai
2025-06-10 4:22 ` [PATCH 21/37] ASoC: tegra: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 22/37] ASoC: ux500: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 23/37] ASoC: cirrus: " Kuninori Morimoto
2025-06-10 19:20 ` Alexander Sverdlin
2025-06-10 4:22 ` [PATCH 24/37] ASoC: google: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 25/37] ASoC: jz4740: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 26/37] ASoC: xilinx: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 27/37] ASoC: xtensa: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 28/37] ASoC: renesas: " Kuninori Morimoto
2025-06-10 4:22 ` [PATCH 29/37] ASoC: generic: " Kuninori Morimoto
2025-07-30 11:38 ` Geert Uytterhoeven
2025-07-30 23:25 ` Kuninori Morimoto
2025-06-10 4:23 ` [PATCH 30/37] ASoC: kirkwood: " Kuninori Morimoto
2025-06-10 4:23 ` [PATCH 31/37] ASoC: loongson: " Kuninori Morimoto
2025-06-10 4:23 ` [PATCH 32/37] ASoC: mediatek: " Kuninori Morimoto
2025-06-10 7:05 ` Matthias Brugger
2025-06-12 1:46 ` Kuninori Morimoto
2025-06-10 4:23 ` [PATCH 33/37] ASoC: rockchip: " Kuninori Morimoto
2025-06-10 4:23 ` [PATCH 34/37] ASoC: starfive: " Kuninori Morimoto
2025-06-10 4:23 ` [PATCH 35/37] ASoC: uniphier: " Kuninori Morimoto
2025-06-10 8:47 ` Masami Hiramatsu
2025-06-10 4:23 ` [PATCH 36/37] ASoC: hisilicon: " Kuninori Morimoto
2025-06-10 4:23 ` [PATCH 37/37] ASoC: sdw_utils: " Kuninori Morimoto
2025-06-10 6:50 ` Péter Ujfalusi
2025-06-10 8:51 ` [PATCH 00/37] ASoC: " Péter Ujfalusi
2025-06-10 11:07 ` Mark Brown
2025-06-10 12:35 ` Péter Ujfalusi
2025-06-10 12:46 ` Mark Brown
2025-06-11 5:40 ` Kuninori Morimoto
2025-06-11 8:52 ` Péter Ujfalusi
2025-06-11 23:15 ` Kuninori Morimoto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01c72c17-d3fd-4402-942e-d4d147d70c83@amd.com \
--to=vijendar.mukunda@amd.com \
--cc=alexander.sverdlin@gmail.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=amergnat@baylibre.com \
--cc=andrei.simion@microchip.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=arnaud.pouliquen@foss.st.com \
--cc=arnd@arndb.de \
--cc=baolin.wang@linux.alibaba.com \
--cc=broonie@kernel.org \
--cc=cezary.rojewski@intel.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=daniel.baluta@nxp.com \
--cc=daniel@zonque.org \
--cc=eleanor15x@gmail.com \
--cc=elinor.montmasson@savoirfairelinux.com \
--cc=festevam@gmail.com \
--cc=geert+renesas@glider.be \
--cc=haojian.zhuang@gmail.com \
--cc=hayashi.kunihiko@socionext.com \
--cc=heiko@sntech.de \
--cc=jernej.skrabec@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=kai.vehmanen@linux.intel.com \
--cc=keguang.zhang@gmail.com \
--cc=kernel@pengutronix.de \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-sound@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=matthias.bgg@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mhiramat@kernel.org \
--cc=michal.simek@amd.com \
--cc=nfraprado@collabora.com \
--cc=nicolas.ferre@microchip.com \
--cc=nikita.shubin@maquefel.me \
--cc=olivier.moysan@foss.st.com \
--cc=orsonzhai@gmail.com \
--cc=paul@crapouillou.net \
--cc=perex@perex.cz \
--cc=peter.ujfalusi@linux.intel.com \
--cc=pierre-louis.bossart@linux.dev \
--cc=piotr.wojtaszczyk@timesys.com \
--cc=povik+lin@cutebit.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=ranjani.sridharan@linux.intel.com \
--cc=robert.jarzmik@free.fr \
--cc=s.hauer@pengutronix.de \
--cc=samuel@sholland.org \
--cc=shawnguo@kernel.org \
--cc=shengjiu.wang@nxp.com \
--cc=spujar@nvidia.com \
--cc=sudeep.holla@arm.com \
--cc=thierry.reding@gmail.com \
--cc=vincenzo.frascino@arm.com \
--cc=vkoul@kernel.org \
--cc=wens@csie.org \
--cc=yung-chuan.liao@linux.intel.com \
--cc=zhang.lyra@gmail.com \
--cc=zhoubinbin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.