diff options
Diffstat (limited to 'sound/soc/codecs/cs4270.c')
-rw-r--r-- | sound/soc/codecs/cs4270.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4270.c b/sound/soc/codecs/cs4270.c index abac62866da8..dab22cc97ead 100644 --- a/sound/soc/codecs/cs4270.c +++ b/sound/soc/codecs/cs4270.c | |||
@@ -234,7 +234,7 @@ static int cs4270_set_dai_fmt(struct snd_soc_codec_dai *codec_dai, | |||
234 | * lower three bits are determined via the AD2, AD1, and AD0 pins | 234 | * lower three bits are determined via the AD2, AD1, and AD0 pins |
235 | * (respectively). | 235 | * (respectively). |
236 | */ | 236 | */ |
237 | static unsigned short normal_i2c[] = { | 237 | static const unsigned short normal_i2c[] = { |
238 | 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x4F, I2C_CLIENT_END | 238 | 0x48, 0x49, 0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x4F, I2C_CLIENT_END |
239 | }; | 239 | }; |
240 | I2C_CLIENT_INSMOD; | 240 | I2C_CLIENT_INSMOD; |