X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=sound%2Fsoc%2Fcodecs%2Falc5632.c;h=db3283abbe180788f10b3d7e5b70df996087867b;hb=db5cdb3416dfe38527fc7c517b6f3ffecab24541;hp=dd012c7b2d2c6f9dbbabfeb6c67f42d7c5806897;hpb=e1e62305afa275b435c8215dc0e799e6f188fe4f;p=pandora-kernel.git diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index dd012c7b2d2c..db3283abbe18 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c @@ -1068,7 +1068,7 @@ static int alc5632_probe(struct snd_soc_codec *codec) return 0; } -static struct snd_soc_codec_driver soc_codec_device_alc5632 = { +static const struct snd_soc_codec_driver soc_codec_device_alc5632 = { .probe = alc5632_probe, .resume = alc5632_resume, .set_bias_level = alc5632_set_bias_level, @@ -1082,7 +1082,7 @@ static struct snd_soc_codec_driver soc_codec_device_alc5632 = { .num_dapm_routes = ARRAY_SIZE(alc5632_dapm_routes), }; -static struct regmap_config alc5632_regmap = { +static const struct regmap_config alc5632_regmap = { .reg_bits = 8, .val_bits = 16,