Lines Matching defs:snd_m3
719 struct snd_m3 { struct
721 struct snd_card *card;
723 unsigned long iobase;
725 int irq;
726 unsigned int allegro_flag : 1;
728 struct snd_ac97 *ac97;
730 struct snd_pcm *pcm;
732 struct pci_dev *pci;
734 int dacs_active;
735 int timer_users;
737 struct m3_list msrc_list;
738 struct m3_list mixer_list;
739 struct m3_list adc1_list;
740 struct m3_list dma_list;
743 u8 reset_state;
745 int external_amp;
746 int amp_gpio; /* gpio pin # for external amp, -1 = default */
747 unsigned int hv_config; /* hardware-volume config bits */
748 unsigned irda_workaround :1; /* avoid to touch 0x10 on GPIO_DIRECTION
750 unsigned is_omnibook :1; /* Do HP OmniBook GPIO magic? */
753 struct snd_rawmidi *rmidi;
756 int num_substreams;
757 struct m3_dma *substreams;
759 spinlock_t reg_lock;
783 static const struct pci_device_id snd_m3_ids[] = { argument