Lines Matching defs:snd_gus_card
389 struct snd_gus_card { struct
390 struct snd_card *card;
393 initialized: 1, /* resources were initialized */
394 equal_irq:1, /* GF1 and CODEC shares IRQ (GUS MAX only) */
395 equal_dma:1, /* if dma channels are equal (not valid for daughter board) */
396 ics_flag:1, /* have we ICS mixer chip */
397 ics_flipped:1, /* ICS mixer have flipped some channels? */
398 codec_flag:1, /* have we CODEC chip? */
399 max_flag:1, /* have we GUS MAX card? */
400 max_ctrl_flag:1, /* have we original GUS MAX card? */
401 daughter_flag:1, /* have we daughter board? */
402 interwave:1, /* hey - we have InterWave card */
403 ess_flag:1, /* ESS chip found... GUS Extreme */
404 ace_flag:1, /* GUS ACE detected */
405 uart_enable:1; /* enable MIDI UART */
406 unsigned short revision; /* revision of chip */
407 unsigned short max_cntrl_val; /* GUS MAX control value */
408 unsigned short mix_cntrl_reg; /* mixer control register */
409 unsigned short joystick_dac; /* joystick DAC level */
410 int timer_dev; /* timer device */
412 struct snd_gf1 gf1; /* gf1 specific variables */
436 static inline void snd_gf1_select_voice(struct snd_gus_card * gus, int voice) in snd_gf1_select_voice() argument