X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Fpci%2Femu10k1%2Fvoice.c;h=1db50fe61475e8b6596aa69a65451dc9c3c958e2;hb=14d21785885c018611efd8aa75a5c11eaea29087;hp=94eca82dd4fc06914b1b698cfcdbc527b99e2d52;hpb=61b9175808670d9abf52156803ae0ed1e3706ac4;p=powerpc.git diff --git a/sound/pci/emu10k1/voice.c b/sound/pci/emu10k1/voice.c index 94eca82dd4..1db50fe614 100644 --- a/sound/pci/emu10k1/voice.c +++ b/sound/pci/emu10k1/voice.c @@ -83,7 +83,7 @@ static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, if (first_voice == last_voice) return -ENOMEM; - for (i=0; i < number; i++) { + for (i = 0; i < number; i++) { voice = &emu->voices[(first_voice + i) % NUM_G]; // printk("voice alloc - %i, %i of %i\n", voice->number, idx-first_voice+1, number); voice->use = 1;