Changeset 36 for GPL/trunk/alsa-kernel/include/sound/ymfpci.h
- Timestamp:
- Dec 16, 2005, 12:18:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/include/sound/ymfpci.h
r35 r36 201 201 */ 202 202 203 typedef struct _snd_ymfpci_playback_bank {203 typedef struct snd_ymfpci_playback_bank { 204 204 u32 format; 205 205 u32 loop_default; … … 234 234 } snd_ymfpci_playback_bank_t; 235 235 236 typedef struct _snd_ymfpci_capture_bank {236 typedef struct snd_ymfpci_capture_bank { 237 237 u32 base; /* 32-bit address */ 238 238 u32 loop_end; /* 32-bit offset */ … … 241 241 } snd_ymfpci_capture_bank_t; 242 242 243 typedef struct _snd_ymfpci_effect_bank {243 typedef struct snd_ymfpci_effect_bank { 244 244 u32 base; /* 32-bit address */ 245 245 u32 loop_end; /* 32-bit offset */ … … 248 248 } snd_ymfpci_effect_bank_t; 249 249 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;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; 253 253 254 254 typedef enum { … … 258 258 } ymfpci_voice_type_t; 259 259 260 struct _snd_ymfpci_voice {260 struct snd_ymfpci_voice { 261 261 ymfpci_t *chip; 262 262 int number; … … 282 282 } snd_ymfpci_pcm_type_t; 283 283 284 struct _snd_ymfpci_pcm {284 struct snd_ymfpci_pcm { 285 285 ymfpci_t *chip; 286 286 snd_ymfpci_pcm_type_t type; … … 299 299 }; 300 300 301 struct _snd_ymfpci {301 struct snd_ymfpci { 302 302 int irq; 303 303 … … 390 390 ymfpci_t ** rcodec); 391 391 392 int snd_ymfpci_suspend(struct pci_dev *pci, pm_message_t state); 393 int snd_ymfpci_resume(struct pci_dev *pci); 394 392 395 int snd_ymfpci_pcm(ymfpci_t *chip, int device, snd_pcm_t **rpcm); 393 396 int snd_ymfpci_pcm2(ymfpci_t *chip, int device, snd_pcm_t **rpcm);
Note:
See TracChangeset
for help on using the changeset viewer.