Lines Matching defs:snd_emu8000
59 struct snd_emu8000 { struct
61 struct snd_emux *emu;
63 int index; /* sequencer client index */
64 int seq_ports; /* number of sequencer ports */
65 int fm_chorus_depth; /* FM OPL3 chorus depth */
66 int fm_reverb_depth; /* FM OPL3 reverb depth */
68 int mem_size; /* memory size */
69 unsigned long port1; /* Port usually base+0 */
70 unsigned long port2; /* Port usually at base+0x400 */
71 unsigned long port3; /* Port usually at base+0x800 */
72 struct resource *res_port1;
73 struct resource *res_port2;
74 struct resource *res_port3;
75 unsigned short last_reg;/* Last register command */
76 spinlock_t reg_lock;
101 int snd_emu8000_new(struct snd_card *card, int device, long port, int seq_ports, argument
103 void snd_emu8000_poke(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, argument