From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: Mark Brown <broonie@kernel.org>
Cc: Basavaraj.Hiregoudar@amd.com, Sunil-kumar.Dommati@amd.com,
Mario.Limonciello@amd.com, arnd@arndb.de,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>,
Lucas Tanure <lucas.tanure@collabora.com>,
Syed Saba Kareem <Syed.SabaKareem@amd.com>,
Cristian Ciocaltea <cristian.ciocaltea@collabora.com>,
"open list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEM..."
<linux-sound@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
Venkata prasad Potturu <venkataprasad.potturu@amd.com>
Subject: Re: [PATCH] ASoC: amd: simplify soundwire dependencies for legacy stack
Date: Mon, 26 Feb 2024 12:02:41 +0530 [thread overview]
Message-ID: <06d494bc-e649-4ff1-9c05-967d1f5c0727@amd.com> (raw)
In-Reply-To: <20240226062853.2100457-1-Vijendar.Mukunda@amd.com>
On 26/02/24 11:58, Vijendar Mukunda wrote:
> The CONFIG_SOUNDWIRE_AMD is a user-visible option, it should be never
> selected by another driver.
> So replace the extra complexity with a normal Kconfig dependency in
> SND_SOC_AMD_SOUNDWIRE.
>
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
> ---
> sound/soc/amd/Kconfig | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig
> index fa74635cee08..3508f5a96b75 100644
> --- a/sound/soc/amd/Kconfig
> +++ b/sound/soc/amd/Kconfig
> @@ -134,15 +134,14 @@ config SND_SOC_AMD_RPL_ACP6x
>
> config SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE
> tristate
> - select SOUNDWIRE_AMD if SND_SOC_AMD_SOUNDWIRE != n
> select SND_AMD_SOUNDWIRE_ACPI if ACPI
>
> config SND_SOC_AMD_SOUNDWIRE
> tristate "Support for SoundWire based AMD platforms"
> default SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE
> depends on SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE
> - depends on ACPI && SOUNDWIRE
> - depends on !(SOUNDWIRE=m && SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE=y)
> + depends on ACPI
> + depends on SOUNDWIRE_AMD
> help
> This adds support for SoundWire for AMD platforms.
> Say Y if you want to enable SoundWire links with SOF.
prev parent reply other threads:[~2024-02-26 6:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 6:28 [PATCH] ASoC: amd: simplify soundwire dependencies for legacy stack Vijendar Mukunda
2024-02-26 6:32 ` Mukunda,Vijendar [this message]
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=06d494bc-e649-4ff1-9c05-967d1f5c0727@amd.com \
--to=vijendar.mukunda@amd.com \
--cc=Basavaraj.Hiregoudar@amd.com \
--cc=Mario.Limonciello@amd.com \
--cc=Sunil-kumar.Dommati@amd.com \
--cc=Syed.SabaKareem@amd.com \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=cristian.ciocaltea@collabora.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=lucas.tanure@collabora.com \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=venkataprasad.potturu@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox