Changeset 127 for GPL/trunk/alsa-kernel


Ignore:
Timestamp:
Jun 11, 2007, 7:33:45 AM (18 years ago)
Author:
Brendan Oakley
Message:

Various simple compile warning fixes.

Location:
GPL/trunk/alsa-kernel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/include/sound/driver.h

    r123 r127  
    554554struct snd_card *snd_card_new(int idx, const char *id,
    555555                         struct module *module, int extra_size);
     556int snd_card_disconnect(struct snd_card *card);
    556557int snd_card_free(struct snd_card *card);
    557558int snd_card_register(struct snd_card *card);
  • GPL/trunk/alsa-kernel/pci/ymfpci/ymfpci_main.c

    r84 r127  
    2929#include <sound/info.h>
    3030#include <sound/ymfpci.h>
     31#include <sound/mpu401.h>
    3132#include <sound/timer.h>
    3233
Note: See TracChangeset for help on using the changeset viewer.