[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170814191649.GA23972@Asurada-Nvidia>
Date: Mon, 14 Aug 2017 12:16:50 -0700
From: Nicolin Chen <nicoleotsuka@...il.com>
To: Bhumika Goyal <bhumirks@...il.com>
Cc: julia.lawall@...6.fr, brian.austin@...rus.com,
Paul.Handrigan@...rus.com, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, bardliao@...ltek.com,
chiou@...ltek.com, timur@...i.org, Xiubo.Lee@...il.com,
fabio.estevam@....com, yang.jie@...ux.intel.com,
peter.ujfalusi@...com, jarkko.nikula@...mer.com, daniel@...que.org,
haojian.zhuang@...il.com, robert.jarzmik@...e.fr,
plai@...eaurora.org, bgoswami@...eaurora.org, krzk@...nel.org,
sbkim73@...sung.com, s.nawrocki@...sung.com,
alsa-devel@...a-project.org, patches@...nsource.cirrus.com,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 03/11] ASoC: fsl: make snd_soc_platform_driver const
On Mon, Aug 14, 2017 at 05:08:42PM +0530, Bhumika Goyal wrote:
> Make these const as they are only passed as the 2nd argument to the function
> snd_soc_register_platform, which is of type const.
> Done using Coccinelle.
>
> Signed-off-by: Bhumika Goyal <bhumirks@...il.com>
Acked-by: Nicolin Chen <nicoleotsuka@...il.com>
Thanks
> ---
> sound/soc/fsl/imx-pcm-fiq.c | 2 +-
> sound/soc/fsl/mpc5200_dma.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
> index 92410f7..3fcc7b5 100644
> --- a/sound/soc/fsl/imx-pcm-fiq.c
> +++ b/sound/soc/fsl/imx-pcm-fiq.c
> @@ -341,7 +341,7 @@ static void imx_pcm_fiq_free(struct snd_pcm *pcm)
> imx_pcm_free(pcm);
> }
>
> -static struct snd_soc_platform_driver imx_soc_platform_fiq = {
> +static const struct snd_soc_platform_driver imx_soc_platform_fiq = {
> .ops = &imx_pcm_ops,
> .pcm_new = imx_pcm_fiq_new,
> .pcm_free = imx_pcm_fiq_free,
> diff --git a/sound/soc/fsl/mpc5200_dma.c b/sound/soc/fsl/mpc5200_dma.c
> index 1f7e70b..cdd848c 100644
> --- a/sound/soc/fsl/mpc5200_dma.c
> +++ b/sound/soc/fsl/mpc5200_dma.c
> @@ -356,7 +356,7 @@ static void psc_dma_free(struct snd_pcm *pcm)
> }
> }
>
> -static struct snd_soc_platform_driver mpc5200_audio_dma_platform = {
> +static const struct snd_soc_platform_driver mpc5200_audio_dma_platform = {
> .ops = &psc_dma_ops,
> .pcm_new = &psc_dma_new,
> .pcm_free = &psc_dma_free,
> --
> 1.9.1
>
Powered by blists - more mailing lists