Lines Matching defs:snd_m3
739 struct snd_m3 { struct
741 struct snd_card *card;
743 unsigned long iobase;
745 int irq;
746 unsigned int allegro_flag : 1;
748 struct snd_ac97 *ac97;
750 struct snd_pcm *pcm;
752 struct pci_dev *pci;
754 int dacs_active;
755 int timer_users;
757 struct m3_list msrc_list;
758 struct m3_list mixer_list;
759 struct m3_list adc1_list;
760 struct m3_list dma_list;
763 u8 reset_state;
765 int external_amp;
766 int amp_gpio; /* gpio pin # for external amp, -1 = default */
767 unsigned int hv_config; /* hardware-volume config bits */
768 unsigned irda_workaround :1; /* avoid to touch 0x10 on GPIO_DIRECTION
770 unsigned is_omnibook :1; /* Do HP OmniBook GPIO magic? */
773 struct snd_rawmidi *rmidi;
776 int num_substreams;
777 struct m3_dma *substreams;
779 spinlock_t reg_lock;
803 static const struct pci_device_id snd_m3_ids[] = { argument