Ignore:
Timestamp:
Oct 23, 2006, 11:07:11 PM (19 years ago)
Author:
vladest
Message:

SB code update
HDA code update
Some other updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/emu10k1/voice.c

    r34 r84  
    4747 */
    4848
    49 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, struct snd_emu10k1_voice **rvoice)
     49static int voice_alloc(struct snd_emu10k1 *emu, int type, int number,
     50                       struct snd_emu10k1_voice **rvoice)
    5051{
    5152    struct snd_emu10k1_voice *voice;
     
    6364        }
    6465
    65         /* make sure the block of voices does not cross the 32 voice boundary */
    66         //if (((i % 32) + number) > 32)
    67         //      continue;
    68 
    6966        skip = 0;
    7067        for (k = 0; k < number; k++) {
     
    7269            if (voice->use) {
    7370                skip = 1;
     71                break;
    7472            }
    7573        }
Note: See TracChangeset for help on using the changeset viewer.