Searched refs:gf1_port (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/sound/isa/gus/ |
D | gusextreme.c | 51 static long gf1_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS) - 1] = -1}; /* 0x210,0x220,0x230,0x240,0x… variable 71 module_param_array(gf1_port, long, NULL, 0444); 72 MODULE_PARM_DESC(gf1_port, "GF1 port # for " CRD_NAME " driver (optional)."); 155 return snd_gus_create(card, gf1_port[n], gf1_irq[n], dma1[n], -1, in snd_gusextreme_gus_card_create() 260 if (gf1_port[n] < 0) in snd_gusextreme_probe() 261 gf1_port[n] = es1688->port + 0x20; in snd_gusextreme_probe()
|
/linux-3.3/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 823 gf1_port - port # for GF1 chip (0x210,0x220,0x230,0x240,0x250,0x260,0x270)
|