Lines Matching defs:snd_riptide
415 struct snd_riptide { struct
416 struct snd_card *card;
417 struct pci_dev *pci;
418 const struct firmware *fw_entry;
420 struct cmdif *cif;
422 struct snd_pcm *pcm;
423 struct snd_pcm *pcm_i2s;
424 struct snd_rawmidi *rmidi;
425 struct snd_opl3 *opl3;
426 struct snd_ac97 *ac97;
427 struct snd_ac97_bus *ac97_bus;
429 struct snd_pcm_substream *playback_substream[PLAYBACK_SUBSTREAMS];
430 struct snd_pcm_substream *capture_substream;
432 int openstreams;
434 int irq;
435 unsigned long port;
436 unsigned short mpuaddr;
437 unsigned short opladdr;
439 unsigned short gameaddr;
441 struct resource *res_port;
443 unsigned short device_id;
445 union firmware_version firmware;
447 spinlock_t lock;
448 struct snd_info_entry *proc_entry;
450 unsigned long received_irqs;
451 unsigned long handled_irqs;
452 int in_suspend;