Lines Matching defs:snd_gus_card
404 struct snd_gus_card { struct
405 struct snd_card *card;
408 initialized: 1, /* resources were initialized */
409 equal_irq:1, /* GF1 and CODEC shares IRQ (GUS MAX only) */
410 equal_dma:1, /* if dma channels are equal (not valid for daughter board) */
411 ics_flag:1, /* have we ICS mixer chip */
412 ics_flipped:1, /* ICS mixer have flipped some channels? */
413 codec_flag:1, /* have we CODEC chip? */
414 max_flag:1, /* have we GUS MAX card? */
415 max_ctrl_flag:1, /* have we original GUS MAX card? */
416 daughter_flag:1, /* have we daughter board? */
417 interwave:1, /* hey - we have InterWave card */
418 ess_flag:1, /* ESS chip found... GUS Extreme */
419 ace_flag:1, /* GUS ACE detected */
420 uart_enable:1; /* enable MIDI UART */
421 unsigned short revision; /* revision of chip */
422 unsigned short max_cntrl_val; /* GUS MAX control value */
423 unsigned short mix_cntrl_reg; /* mixer control register */
424 unsigned short joystick_dac; /* joystick DAC level */
425 int timer_dev; /* timer device */
427 struct snd_gf1 gf1; /* gf1 specific variables */
451 static inline void snd_gf1_select_voice(struct snd_gus_card * gus, int voice) in snd_gf1_select_voice() argument