[ALSA] snd-emu10k1: Added support for emu1010, including E-Mu 1212m and E-Mu 1820m
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:

committed by
Jaroslav Kysela

parent
5986a2ec35
commit
9f4bd5dde8
@@ -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;
|
||||
|
Reference in New Issue
Block a user