[alsa-devel] [PATCH] ASoC: max98926: Constify max98926_reg and max98926_regmap

anish kumar yesanishhere at gmail.com
Sat Feb 20 10:36:40 CET 2016


Acked-by: anish kumar<yesanishhere at gmail.com>

On Fri, Feb 19, 2016 at 6:56 PM, Axel Lin <axel.lin at ingics.com> wrote:
> Signed-off-by: Axel Lin <axel.lin at ingics.com>
> ---
>  sound/soc/codecs/max98926.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/codecs/max98926.c b/sound/soc/codecs/max98926.c
> index 5245e10..8d14ada 100644
> --- a/sound/soc/codecs/max98926.c
> +++ b/sound/soc/codecs/max98926.c
> @@ -40,7 +40,7 @@ static const char *const max98926_hpf_cutoff_txt[] = {
>         "200Hz", "400Hz", "800Hz",
>  };
>
> -static struct reg_default max98926_reg[] = {
> +static const struct reg_default max98926_reg[] = {
>         { 0x0B, 0x00 }, /* IRQ Enable0 */
>         { 0x0C, 0x00 }, /* IRQ Enable1 */
>         { 0x0D, 0x00 }, /* IRQ Enable2 */
> @@ -506,7 +506,7 @@ static struct snd_soc_codec_driver soc_codec_dev_max98926 = {
>         .num_dapm_widgets = ARRAY_SIZE(max98926_dapm_widgets),
>  };
>
> -static struct regmap_config max98926_regmap = {
> +static const struct regmap_config max98926_regmap = {
>         .reg_bits       = 8,
>         .val_bits       = 8,
>         .max_register   = MAX98926_VERSION,
> --
> 2.1.4
>
>
>


More information about the Alsa-devel mailing list