diff options
Diffstat (limited to 'sound/i2c/other/ak4114.c')
-rw-r--r-- | sound/i2c/other/ak4114.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/i2c/other/ak4114.c b/sound/i2c/other/ak4114.c index 69dcaf8ac793..34bbafc81cf6 100644 --- a/sound/i2c/other/ak4114.c +++ b/sound/i2c/other/ak4114.c | |||
@@ -79,7 +79,7 @@ static int snd_ak4114_dev_free(struct snd_device *device) | |||
79 | 79 | ||
80 | int snd_ak4114_create(struct snd_card *card, | 80 | int snd_ak4114_create(struct snd_card *card, |
81 | ak4114_read_t *read, ak4114_write_t *write, | 81 | ak4114_read_t *read, ak4114_write_t *write, |
82 | unsigned char pgm[7], unsigned char txcsb[5], | 82 | const unsigned char pgm[7], const unsigned char txcsb[5], |
83 | void *private_data, struct ak4114 **r_ak4114) | 83 | void *private_data, struct ak4114 **r_ak4114) |
84 | { | 84 | { |
85 | struct ak4114 *chip; | 85 | struct ak4114 *chip; |