Ignore:
Timestamp:
Aug 27, 2007, 7:41:50 PM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 0.9.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/sonicvibes.c

    r246 r250  
    260260        snd_kcontrol_t *master_volume;
    261261
    262 #if defined(CONFIG_GAMEPORT) || defined(CONFIG_GAMEPORT_MODULE)
     262#if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE))
    263263        struct gameport gameport;
    264264#endif
     
    11941194static int snd_sonicvibes_free(sonicvibes_t *sonic)
    11951195{
    1196 #if defined(CONFIG_GAMEPORT) || defined(CONFIG_GAMEPORT_MODULE)
     1196#if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE))
    11971197        if (sonic->gameport.io)
    11981198                gameport_unregister_port(&sonic->gameport);
     
    14981498                return err;
    14991499        }
    1500 #if defined(CONFIG_GAMEPORT) || defined(CONFIG_GAMEPORT_MODULE)
     1500#if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE))
    15011501        sonic->gameport.io = sonic->game_port;
    15021502        gameport_register_port(&sonic->gameport);
Note: See TracChangeset for help on using the changeset viewer.