Ignore:
Timestamp:
Jul 22, 2010, 7:20:45 PM (15 years ago)
Author:
David Azarewicz
Message:

flush_workqueue hack, compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/synth/emux/soundfont.c

    r426 r522  
    249249                parm.type |= SNDRV_SFNT_PAT_SHARED;
    250250                sf = newsf(sflist, parm.type, NULL);
    251         } else 
     251        } else
    252252                sf = newsf(sflist, parm.type, parm.name);
    253253        if (sf == NULL) {
     
    543543        count -= sizeof(hdr);
    544544
     545#pragma disable_message (136)
    545546        if (hdr.nvoices <= 0 || hdr.nvoices >= 100) {
     547#pragma enable_message (136)
    546548                printk(KERN_ERR "Soundfont error: Illegal voice number %d\n",
    547549                       hdr.nvoices);
     
    10661068                        (patch.env_rate[5], patch.env_offset[4],
    10671069                         patch.env_offset[5]);
    1068                 zone->v.parm.volatkhld = 
     1070                zone->v.parm.volatkhld =
    10691071                        (snd_sf_calc_parm_hold(hold) << 8) |
    10701072                        snd_sf_calc_parm_attack(attack);
Note: See TracChangeset for help on using the changeset viewer.