All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Péter Ujfalusi" <peter.ujfalusi@linux.intel.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.com>,
	Jaroslav Kysela <perex@perex.cz>,
	Liam Girdwood <lgirdwood@gmail.com>
Cc: linux-sound@vger.kernel.org
Subject: Re: [PATCH v2 12/39] ASoC: sof: Standardize ASoC menu
Date: Wed, 18 Jun 2025 12:01:59 +0300	[thread overview]
Message-ID: <2f6d031c-5193-4c7e-9529-c8e2617f4fca@linux.intel.com> (raw)
In-Reply-To: <87o6utzqef.wl-kuninori.morimoto.gx@renesas.com>



On 12/06/2025 04:42, 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

Acked-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
>  sound/soc/Kconfig     | 4 +++-
>  sound/soc/sof/Kconfig | 2 +-
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig
> index 1b983c7006f18..ce74818bd7152 100644
> --- a/sound/soc/Kconfig
> +++ b/sound/soc/Kconfig
> @@ -127,7 +127,6 @@ source "sound/soc/renesas/Kconfig"
>  source "sound/soc/rockchip/Kconfig"
>  source "sound/soc/samsung/Kconfig"
>  source "sound/soc/sdca/Kconfig"
> -source "sound/soc/sof/Kconfig"
>  source "sound/soc/spear/Kconfig"
>  source "sound/soc/sprd/Kconfig"
>  source "sound/soc/starfive/Kconfig"
> @@ -141,6 +140,9 @@ source "sound/soc/ux500/Kconfig"
>  source "sound/soc/xilinx/Kconfig"
>  source "sound/soc/xtensa/Kconfig"
>  
> +# SOF
> +source "sound/soc/sof/Kconfig"
> +
>  # Supported codecs
>  source "sound/soc/codecs/Kconfig"
>  
> diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig
> index 32ffd345e07fc..a487ab0b51c7e 100644
> --- a/sound/soc/sof/Kconfig
> +++ b/sound/soc/sof/Kconfig
> @@ -1,6 +1,6 @@
>  # SPDX-License-Identifier: GPL-2.0-only
>  menuconfig SND_SOC_SOF_TOPLEVEL
> -	bool "Sound Open Firmware Support"
> +	bool "Sound Open Firmware (SOF) platforms"
>  	help
>  	  This adds support for Sound Open Firmware (SOF). SOF is free and
>  	  generic open source audio DSP firmware for multiple devices.

-- 
Péter


  reply	other threads:[~2025-06-18  9:03 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-12  1:41 [PATCH v2 00/39] ASoC: Standardize ASoC menu Kuninori Morimoto
2025-06-12  1:41 ` [PATCH v2 01/39] ASoC: ti: " Kuninori Morimoto
2025-06-19 18:08   ` Péter Ujfalusi
2025-06-12  1:41 ` [PATCH v2 02/39] ASoC: adi: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 03/39] ASoC: amd: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 04/39] ASoC: bcm: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 05/39] ASoC: dwc: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 06/39] ASoC: fsl: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 07/39] ASoC: img: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 08/39] ASoC: mxs: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 09/39] ASoC: pxa: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 10/39] ASoC: sti: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 11/39] ASoC: stm: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 12/39] ASoC: sof: " Kuninori Morimoto
2025-06-18  9:01   ` Péter Ujfalusi [this message]
2025-06-12  1:42 ` [PATCH v2 13/39] ASoC: au1x: " Kuninori Morimoto
2025-06-12  1:42 ` [PATCH v2 14/39] ASoC: sdca: " Kuninori Morimoto
2025-06-19 10:03   ` Charles Keepax
2025-06-12  1:43 ` [PATCH v2 15/39] ASoC: sprd: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 16/39] ASoC: qcom: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 17/39] ASoC: meson: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 18/39] ASoC: apple: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 19/39] ASoC: atmel: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 20/39] ASoC: intel: " Kuninori Morimoto
2025-06-18  9:01   ` Péter Ujfalusi
2025-06-12  1:43 ` [PATCH v2 21/39] ASoC: spear: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 22/39] ASoC: sunxi: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 23/39] ASoC: tegra: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 24/39] ASoC: ux500: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 25/39] ASoC: cirrus: " Kuninori Morimoto
2025-06-12  1:43 ` [PATCH v2 26/39] ASoC: google: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 27/39] ASoC: jz4740: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 28/39] ASoC: xilinx: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 29/39] ASoC: xtensa: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 30/39] ASoC: renesas: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 31/39] ASoC: generic: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 32/39] ASoC: samsung: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 33/39] ASoC: kirkwood: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 34/39] ASoC: loongson: " Kuninori Morimoto
2025-06-19 10:55   ` Binbin Zhou
2025-06-12  1:44 ` [PATCH v2 35/39] ASoC: mediatek: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 36/39] ASoC: rockchip: " Kuninori Morimoto
2025-06-19 10:46   ` Heiko Stuebner
2025-06-23 17:44   ` Mark Brown
2025-06-23 23:29     ` Kuninori Morimoto
2025-06-23 23:43       ` Mark Brown
2025-06-12  1:44 ` [PATCH v2 37/39] ASoC: starfive: " Kuninori Morimoto
2025-06-12  1:44 ` [PATCH v2 38/39] ASoC: uniphier: " Kuninori Morimoto
2025-06-12  1:45 ` [PATCH v2 39/39] ASoC: hisilicon: " Kuninori Morimoto
2025-06-25 17:39 ` [PATCH v2 00/39] ASoC: " Mark Brown

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=2f6d031c-5193-4c7e-9529-c8e2617f4fca@linux.intel.com \
    --to=peter.ujfalusi@linux.intel.com \
    --cc=broonie@kernel.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    /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.