Ignore:
Timestamp:
Dec 16, 2005, 12:18:54 AM (20 years ago)
Author:
vladest
Message:

Updated include files
Added readme and build tool

File:
1 edited

Legend:

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

    r35 r36  
    201201 */
    202202
    203 typedef struct _snd_ymfpci_playback_bank {
     203typedef struct snd_ymfpci_playback_bank {
    204204        u32 format;
    205205        u32 loop_default;
     
    234234} snd_ymfpci_playback_bank_t;
    235235
    236 typedef struct _snd_ymfpci_capture_bank {
     236typedef struct snd_ymfpci_capture_bank {
    237237        u32 base;                       /* 32-bit address */
    238238        u32 loop_end;                   /* 32-bit offset */
     
    241241} snd_ymfpci_capture_bank_t;
    242242
    243 typedef struct _snd_ymfpci_effect_bank {
     243typedef struct snd_ymfpci_effect_bank {
    244244        u32 base;                       /* 32-bit address */
    245245        u32 loop_end;                   /* 32-bit offset */
     
    248248} snd_ymfpci_effect_bank_t;
    249249
    250 typedef struct _snd_ymfpci_voice ymfpci_voice_t;
    251 typedef struct _snd_ymfpci_pcm ymfpci_pcm_t;
    252 typedef struct _snd_ymfpci ymfpci_t;
     250typedef struct snd_ymfpci_voice ymfpci_voice_t;
     251typedef struct snd_ymfpci_pcm ymfpci_pcm_t;
     252typedef struct snd_ymfpci ymfpci_t;
    253253
    254254typedef enum {
     
    258258} ymfpci_voice_type_t;
    259259
    260 struct _snd_ymfpci_voice {
     260struct snd_ymfpci_voice {
    261261        ymfpci_t *chip;
    262262        int number;
     
    282282} snd_ymfpci_pcm_type_t;
    283283
    284 struct _snd_ymfpci_pcm {
     284struct snd_ymfpci_pcm {
    285285        ymfpci_t *chip;
    286286        snd_ymfpci_pcm_type_t type;
     
    299299};
    300300
    301 struct _snd_ymfpci {
     301struct snd_ymfpci {
    302302        int irq;
    303303
     
    390390                      ymfpci_t ** rcodec);
    391391
     392int snd_ymfpci_suspend(struct pci_dev *pci, pm_message_t state);
     393int snd_ymfpci_resume(struct pci_dev *pci);
     394
    392395int snd_ymfpci_pcm(ymfpci_t *chip, int device, snd_pcm_t **rpcm);
    393396int snd_ymfpci_pcm2(ymfpci_t *chip, int device, snd_pcm_t **rpcm);
Note: See TracChangeset for help on using the changeset viewer.