lkml.org 
[lkml]   [2018]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 10/11] ASoC: AMD: Add const to snd_soc_ops instances
    On Thu, Apr 26, 2018 at 5:18 AM Vijendar Mukunda <Vijendar.Mukunda@amd.com>
    wrote:

    > From: Akshu Agrawal <akshu.agrawal@amd.com>

    > Marking snd_soc_ops instances const

    > Signed-off-by: Akshu Agrawal <akshu.agrawal@amd.com>
    > Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>

    Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>

    > ---
    > sound/soc/amd/acp-da7219-max98357a.c | 6 +++---
    > 1 file changed, 3 insertions(+), 3 deletions(-)

    > diff --git a/sound/soc/amd/acp-da7219-max98357a.c
    b/sound/soc/amd/acp-da7219-max98357a.c
    > index fa5ad5b..133139d 100644
    > --- a/sound/soc/amd/acp-da7219-max98357a.c
    > +++ b/sound/soc/amd/acp-da7219-max98357a.c
    > @@ -171,17 +171,17 @@ static void cz_dmic_shutdown(struct
    snd_pcm_substream *substream)
    > da7219_clk_disable();
    > }

    > -static struct snd_soc_ops cz_da7219_cap_ops = {
    > +static const struct snd_soc_ops cz_da7219_cap_ops = {
    > .startup = cz_da7219_startup,
    > .shutdown = cz_da7219_shutdown,
    > };

    > -static struct snd_soc_ops cz_max_play_ops = {
    > +static const struct snd_soc_ops cz_max_play_ops = {
    > .startup = cz_max_startup,
    > .shutdown = cz_max_shutdown,
    > };

    > -static struct snd_soc_ops cz_dmic_cap_ops = {
    > +static const struct snd_soc_ops cz_dmic_cap_ops = {
    > .startup = cz_dmic_startup,
    > .shutdown = cz_dmic_shutdown,
    > };
    > --
    > 2.7.4

    \
     
     \ /
      Last update: 2018-04-29 23:53    [W:2.432 / U:0.432 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site