]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/core/oss/mixer_oss.c
Merge remote-tracking branch 'sound/for-next'
[karo-tx-linux.git] / sound / core / oss / mixer_oss.c
index a99f7200ff3f2929dd17bc85a64c296460346e02..7a8c79dd9734039d2e14ae1a7f23763e7d6fc519 100644 (file)
@@ -1177,7 +1177,8 @@ static void snd_mixer_oss_proc_write(struct snd_info_entry *entry,
        struct snd_mixer_oss *mixer = entry->private_data;
        char line[128], str[32], idxstr[16];
        const char *cptr;
-       int ch, idx;
+       unsigned int idx;
+       int ch;
        struct snd_mixer_oss_assign_table *tbl;
        struct slot *slot;