Re: [PATCH v3 07/10] ASoC: tegra: add Tegra210 based ADMAIF driver

From: Randy Dunlap
Date: Thu Feb 20 2020 - 01:55:27 EST


On 2/19/20 10:34 PM, Sameer Pujar wrote:
> diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
> index fb77df3..c0a5f0b 100644
> --- a/sound/soc/tegra/Kconfig
> +++ b/sound/soc/tegra/Kconfig
> @@ -106,6 +106,18 @@ config SND_SOC_TEGRA186_DSPK
> the desired 1-bit output via Delta Sigma Modulation (DSM).
> Say Y or M if you want to add support for Tegra186 DSPK module.
>
> +config SND_SOC_TEGRA210_ADMAIF
> + tristate "Tegra210 ADMAIF module"
> + depends on SND_SOC_TEGRA
> + help
> + Config to enable ADMAIF which is the interface between ADMA and
> + Audio Hub (AHUB). Each ADMA channel that sends/receives data to/
> + from AHUB must interface through an ADMAIF channel. ADMA channel
> + sending data to AHUB pairs with an ADMAIF Tx channel, where as
> + ADMA channel receiving data from AHUB pairs with an ADMAIF Rx
> + channel. Buffer size is confiigurable for each ADMAIIF channel.

configurable

> + Say Y or M if you want to add support for Tegra210 ADMAIF module.

Please fix indentation according to coding style.

> +
> config SND_SOC_TEGRA_RT5640
> tristate "SoC Audio support for Tegra boards using an RT5640 codec"
> depends on SND_SOC_TEGRA && I2C && GPIOLIB


--
~Randy