[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f9e2eaad-bd5c-2e3d-f2a7-d7ea5f3a237c@nvidia.com>
Date: Mon, 30 Jul 2018 09:58:09 +0100
From: Jon Hunter <jonathanh@...dia.com>
To: Jorge Sanjuan <jorge.sanjuan@...ethink.co.uk>,
<lgirdwood@...il.com>, <broonie@...nel.org>
CC: <thierry.reding@...il.com>, <alsa-devel@...a-project.org>,
<linux-tegra@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-kernel@...ts.codethink.co.uk>
Subject: Re: [PATCH 1/4] ASoC: tegra: i2s: Fix typo/broken macro
On 27/07/18 13:59, Jorge Sanjuan wrote:
> From: Edward Cragg <edward.cragg@...ethink.co.uk>
>
> Fix typo in macro TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOTS_MASK.
>
> Signed-off-by: Edward Cragg <edward.cragg@...ethink.co.uk>
> Signed-off-by: Jorge Sanjuan <jorge.sanjuan@...ethink.co.uk>
> ---
> sound/soc/tegra/tegra30_i2s.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/tegra/tegra30_i2s.h b/sound/soc/tegra/tegra30_i2s.h
> index 774fc6ad2026..2e561e946de2 100644
> --- a/sound/soc/tegra/tegra30_i2s.h
> +++ b/sound/soc/tegra/tegra30_i2s.h
> @@ -173,7 +173,7 @@
> /* Number of slots in frame, minus 1 */
> #define TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOTS_SHIFT 16
> #define TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOTS_MASK_US 7
> -#define TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOTS_MASK (TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOT_MASK_US << TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOT_SHIFT)
> +#define TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOTS_MASK (TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOTS_MASK_US << TEGRA30_I2S_SLOT_CTRL_TOTAL_SLOTS_SHIFT)
>
> /* TDM mode slot enable bitmask */
> #define TEGRA30_I2S_SLOT_CTRL_RX_SLOT_ENABLES_SHIFT 8
Thanks for fixing.
Reviewed-by: Jon Hunter <jonathanh@...dia.com>
Cheers
Jon
--
nvpublic
Powered by blists - more mailing lists