lkml.org 
[lkml]   [2017]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 06/11] ASoC: pxa: make snd_soc_platform_driver const
    Date
    Make these const as they are only passed as the 2nd argument to the
    function devm_snd_soc_register_platform, which is of type const.
    Done using Coccinelle.

    Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
    ---
    sound/soc/pxa/mmp-pcm.c | 2 +-
    sound/soc/pxa/pxa2xx-pcm.c | 2 +-
    2 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c
    index 5b5f1a4..38d5999 100644
    --- a/sound/soc/pxa/mmp-pcm.c
    +++ b/sound/soc/pxa/mmp-pcm.c
    @@ -211,7 +211,7 @@ static int mmp_pcm_new(struct snd_soc_pcm_runtime *rtd)
    return ret;
    }

    -static struct snd_soc_platform_driver mmp_soc_platform = {
    +static const struct snd_soc_platform_driver mmp_soc_platform = {
    .ops = &mmp_pcm_ops,
    .pcm_new = mmp_pcm_new,
    .pcm_free = mmp_pcm_free_dma_buffers,
    diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c
    index b51d7a0..636895a 100644
    --- a/sound/soc/pxa/pxa2xx-pcm.c
    +++ b/sound/soc/pxa/pxa2xx-pcm.c
    @@ -84,7 +84,7 @@ static int pxa2xx_soc_pcm_new(struct snd_soc_pcm_runtime *rtd)
    return ret;
    }

    -static struct snd_soc_platform_driver pxa2xx_soc_platform = {
    +static const struct snd_soc_platform_driver pxa2xx_soc_platform = {
    .ops = &pxa2xx_pcm_ops,
    .pcm_new = pxa2xx_soc_pcm_new,
    .pcm_free = pxa2xx_pcm_free_dma_buffers,
    --
    1.9.1
    \
     
     \ /
      Last update: 2017-08-14 13:43    [W:2.693 / U:0.224 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site