[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2d655f98-33ed-1dcf-f346-e1f1b267f0cd@infradead.org>
Date: Wed, 19 Feb 2020 22:51:10 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Sameer Pujar <spujar@...dia.com>, perex@...ex.cz, tiwai@...e.com,
robh+dt@...nel.org
Cc: broonie@...nel.org, lgirdwood@...il.com, thierry.reding@...il.com,
jonathanh@...dia.com, digetx@...il.com,
alsa-devel@...a-project.org, devicetree@...r.kernel.org,
linux-tegra@...r.kernel.org, linux-kernel@...r.kernel.org,
sharadg@...dia.com, mkumard@...dia.com, viswanathl@...dia.com,
rlokhande@...dia.com, dramesh@...dia.com, atalambedu@...dia.com
Subject: Re: [PATCH v3 05/10] ASoC: tegra: add Tegra210 based AHUB driver
On 2/19/20 10:34 PM, Sameer Pujar wrote:
> diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
> index 157fa7a..0c07f63 100644
> --- a/sound/soc/tegra/Kconfig
> +++ b/sound/soc/tegra/Kconfig
> @@ -62,6 +62,16 @@ config SND_SOC_TEGRA30_I2S
> Tegra30 I2S interface. You will also need to select the individual
> machine drivers to support below.
>
> +config SND_SOC_TEGRA210_AHUB
> + tristate "Tegra210 AHUB module"
> + depends on SND_SOC_TEGRA
> + help
> + Config to enable Audio Hub (AHUB) module, which comprises of a
> + switch called Audio Crossbar (AXBAR) used to configure or modify
> + the audio routing path between various HW accelerators present in
> + AHUB.
> + Say Y or M if you want to add support for Tegra210 AHUB module.
> +
> config SND_SOC_TEGRA210_DMIC
> tristate "Tegra210 DMIC module"
> depends on SND_SOC_TEGRA
Please fix above according to Documentation/process/coding-style.rst:
10) Kconfig configuration files
-------------------------------
For all of the Kconfig* configuration files throughout the source tree,
the indentation is somewhat different. Lines under a ``config`` definition
are indented with one tab, while help text is indented an additional two
spaces.
--
~Randy
Powered by blists - more mailing lists