aboutsummaryrefslogtreecommitdiffstats
path: root/sound/i2c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-04-13 11:14:43 +0200
committerTakashi Iwai <tiwai@suse.de>2010-04-13 11:14:43 +0200
commit96d9e9c039cf94280ba80b8d64714279cb6d26dd (patch)
tree70a192e871825e90625bf880074353e3ab744284 /sound/i2c
parent68c7ccb8f85801655aa681391dc0ee037a2b66d4 (diff)
parentb68b58fd6a341c2115ff5fb466fe9fc0b581980e (diff)
downloadkernel_samsung_smdk4412-96d9e9c039cf94280ba80b8d64714279cb6d26dd.zip
kernel_samsung_smdk4412-96d9e9c039cf94280ba80b8d64714279cb6d26dd.tar.gz
kernel_samsung_smdk4412-96d9e9c039cf94280ba80b8d64714279cb6d26dd.tar.bz2
Merge branch 'fix/misc' into topic/misc
Diffstat (limited to 'sound/i2c')
-rw-r--r--sound/i2c/other/ak4113.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/i2c/other/ak4113.c b/sound/i2c/other/ak4113.c
index fff62cc..971a84a 100644
--- a/sound/i2c/other/ak4113.c
+++ b/sound/i2c/other/ak4113.c
@@ -70,7 +70,7 @@ static int snd_ak4113_dev_free(struct snd_device *device)
}
int snd_ak4113_create(struct snd_card *card, ak4113_read_t *read,
- ak4113_write_t *write, const unsigned char pgm[5],
+ ak4113_write_t *write, const unsigned char *pgm,
void *private_data, struct ak4113 **r_ak4113)
{
struct ak4113 *chip;