From: Matthias Brugger <matthias.bgg@gmail.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>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
"Mario Limonciello" <mario.limonciello@amd.com>,
"Yu-Chun Lin" <eleanor15x@gmail.com>,
"Vijendar Mukunda" <Vijendar.Mukunda@amd.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 32/37] ASoC: mediatek: Standardize ASoC menu
Date: Tue, 10 Jun 2025 09:05:26 +0200 [thread overview]
Message-ID: <2f9e2735-a95c-4839-ac8b-ad5d5fdc4012@gmail.com> (raw)
In-Reply-To: <871prs6x8s.wl-kuninori.morimoto.gx@renesas.com>
On 10/6/25 06:23, 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
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
I wonder if we really need to split this up into patch per vendor if we
could do the whole thing in one go. Anyway for the MediaTek part:
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
> sound/soc/mediatek/Kconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig
> index 90e367586493d..9dfaf3d1dde66 100644
> --- a/sound/soc/mediatek/Kconfig
> +++ b/sound/soc/mediatek/Kconfig
> @@ -1,4 +1,6 @@
> # SPDX-License-Identifier: GPL-2.0-only
> +menu "ASoC support for Mediatek"
> +
> config SND_SOC_MEDIATEK
> tristate
> select REGMAP_MMIO
> @@ -319,3 +321,5 @@ config SND_SOC_MT8365_MT6357
> boards with the MT6357 PMIC codec.
> Select Y if you have such device.
> If unsure select "N".
> +
> +endmenu
next prev parent reply other threads:[~2025-06-10 7:05 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
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 [this message]
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=2f9e2735-a95c-4839-ac8b-ad5d5fdc4012@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=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=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).