Changeset 34 for GPL/trunk/lib32/sound.c


Ignore:
Timestamp:
Dec 11, 2005, 5:57:39 PM (20 years ago)
Author:
vladest
Message:

Latest update from ALSA. some intial > 15 interrupts support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/lib32/sound.c

    r33 r34  
    11571157            buffer += ret;
    11581158            size   -= ret;
    1159             if(size <= 0) {
     1159            if((int)size <= 0) {
    11601160                break;
    11611161            }
     
    12571257    int          ret;
    12581258    int          leftvol, rightvol;
    1259     snd_pcm_volume_t pcm_volume;
     1259    struct snd_pcm_volume pcm_volume;
    12601260
    12611261    if(pHandle == NULL || pHandle->magic != MAGIC_WAVE_ALSA32) {
Note: See TracChangeset for help on using the changeset viewer.