diff options
| -rw-r--r-- | sound/soc/codecs/cs35l32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs35l32.c b/sound/soc/codecs/cs35l32.c index ec55c590afd0..f2b8aad21274 100644 --- a/sound/soc/codecs/cs35l32.c +++ b/sound/soc/codecs/cs35l32.c | |||
| @@ -264,7 +264,7 @@ static int cs35l32_codec_set_sysclk(struct snd_soc_codec *codec, | |||
| 264 | CS35L32_MCLK_DIV2_MASK | CS35L32_MCLK_RATIO_MASK, val); | 264 | CS35L32_MCLK_DIV2_MASK | CS35L32_MCLK_RATIO_MASK, val); |
| 265 | } | 265 | } |
| 266 | 266 | ||
| 267 | static struct snd_soc_codec_driver soc_codec_dev_cs35l32 = { | 267 | static const struct snd_soc_codec_driver soc_codec_dev_cs35l32 = { |
| 268 | .set_sysclk = cs35l32_codec_set_sysclk, | 268 | .set_sysclk = cs35l32_codec_set_sysclk, |
| 269 | 269 | ||
| 270 | .dapm_widgets = cs35l32_dapm_widgets, | 270 | .dapm_widgets = cs35l32_dapm_widgets, |
| @@ -288,7 +288,7 @@ static const struct reg_default cs35l32_monitor_patch[] = { | |||
| 288 | { 0x00, 0x00 }, | 288 | { 0x00, 0x00 }, |
| 289 | }; | 289 | }; |
| 290 | 290 | ||
| 291 | static struct regmap_config cs35l32_regmap = { | 291 | static const struct regmap_config cs35l32_regmap = { |
| 292 | .reg_bits = 8, | 292 | .reg_bits = 8, |
| 293 | .val_bits = 8, | 293 | .val_bits = 8, |
| 294 | 294 | ||
