Ignore:
Timestamp:
Dec 14, 2007, 8:27:04 AM (18 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 0.9.8

File:
1 edited

Legend:

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

    r260 r277  
    3434#include <linux/pci.h>
    3535#include <linux/slab.h>
     36#include <linux/gameport.h>
    3637#include <sound/core.h>
    3738#include <sound/pcm.h>
     
    32423243}
    32433244
    3244 #if 0 // fixme to be gone?
    32453245static void __devexit snd_intel8x0_joystick_remove(struct pci_dev *pci)
    32463246{
     
    32583258    pci_write_config_word(pci, 0xe6, val);
    32593259}
    3260 #endif // fixme to be gone
    32613260
    32623261static struct pci_device_id snd_intel8x0_joystick_ids[] = {
     
    32793278        .id_table = snd_intel8x0_joystick_ids,
    32803279        .probe = snd_intel8x0_joystick_probe,
     3280        .remove = __devexit_p(snd_intel8x0_joystick_remove),
    32813281};
     3282
    32823283static int have_joystick;
    32833284#endif
Note: See TracChangeset for help on using the changeset viewer.