Searched defs:index (Results 1 - 25 of 186) sorted by relevance

12345678

/sound/pci/echoaudio/
H A Dindigo_express_dsp.c79 int index; local
89 index = output * num_pipes_out(chip) + pipe;
90 chip->comm_page->vmixer[index] = gain;
H A Dindigoio_dsp.c108 int index; local
118 index = output * num_pipes_out(chip) + pipe;
119 chip->comm_page->vmixer[index] = gain;
H A Dindigo_dsp.c137 int index; local
147 index = output * num_pipes_out(chip) + pipe;
148 chip->comm_page->vmixer[index] = gain;
H A Dindigodj_dsp.c137 int index; local
147 index = output * num_pipes_out(chip) + pipe;
148 chip->comm_page->vmixer[index] = gain;
H A Dmia_dsp.c171 int index; local
181 index = output * num_pipes_out(chip) + pipe;
182 chip->comm_page->vmixer[index] = gain;
/sound/pci/oxygen/
H A Dvirtuoso.c32 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; variable
36 module_param_array(index, int, NULL, 0444);
37 MODULE_PARM_DESC(index, "card index");
83 err = oxygen_pci_probe(pci, index[dev], id[dev], THIS_MODULE,
/sound/aoa/core/
H A Dalsa.c11 static int index = -1; variable
12 module_param(index, int, 0444);
13 MODULE_PARM_DESC(index, "index for AOA sound card.");
26 err = snd_card_create(index, name, mod, sizeof(struct aoa_card),
/sound/core/
H A Dhwdep_compat.c26 u32 index; member in struct:snd_hwdep_dsp_image32
42 /* index and name */
/sound/drivers/vx/
H A Dvx_hwdep.c160 int index, err; local
184 index = dsp->index;
186 index++;
187 err = vx->ops->load_dsp(vx, index, fw);
193 vx->firmware[index] = fw;
198 if (index == 1)
200 if (index < 3)
H A Dvx_uer.c58 * @index: the bit index
61 static int vx_read_one_cbit(struct vx_core *chip, int index) argument
68 vx_outb(chip, RUER, index & XX_UER_CBITS_OFFSET_MASK);
72 vx_outl(chip, RUER, index & XX_UER_CBITS_OFFSET_MASK);
81 * @index: the bit index
84 static void vx_write_one_cbit(struct vx_core *chip, int index, int val) argument
91 vx_outb(chip, RUER, (val << 7) | (index & XX_UER_CBITS_OFFSET_MASK));
94 vx_outl(chip, RUER, (val << 7) | (index
[all...]
/sound/isa/
H A Dadlib.c19 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; variable
24 module_param_array(index, int, NULL, 0444);
25 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
56 error = snd_card_create(index[n], id[n], THIS_MODULE, 0, &card);
/sound/pci/asihpi/
H A Dhpicmn.h24 u16 index; /* */ member in struct:hpi_adapter_obj
/sound/pci/cs46xx/
H A Dcs46xx.c47 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable
54 module_param_array(index, int, NULL, 0444);
55 MODULE_PARM_DESC(index, "Index value for the CS46xx soundcard.");
91 err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
/sound/pci/trident/
H A Dtrident.c48 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable
54 module_param_array(index, int, NULL, 0444);
55 MODULE_PARM_DESC(index, "Index value for Trident 4DWave PCI soundcard.");
92 err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
/sound/ppc/
H A Dpowermac.c37 static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */ variable
41 module_param(index, int, 0444);
42 MODULE_PARM_DESC(index, "Index value for " CHIP_NAME " soundchip.");
61 err = snd_card_create(index, id, THIS_MODULE, 0, &card);
/sound/drivers/pcsp/
H A Dpcsp.c26 static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */ variable
31 module_param(index, int, 0444);
32 MODULE_PARM_DESC(index, "Index value for pcsp soundcard.");
107 err = snd_card_create(index, id, THIS_MODULE, 0, &card);
/sound/drivers/
H A Dvirmidi.c33 * # modprobe snd-virmidi index=2
64 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable
69 module_param_array(index, int, NULL, 0444);
70 MODULE_PARM_DESC(index, "Index value for virmidi soundcard.");
93 err = snd_card_create(index[dev], id[dev], THIS_MODULE,
/sound/isa/ad1848/
H A Dad1848.c44 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable
52 module_param_array(index, int, NULL, 0444);
53 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
94 error = snd_card_create(index[n], id[n], THIS_MODULE, 0, &card);
/sound/isa/cs423x/
H A Dcs4231.c42 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ variable
52 module_param_array(index, int, NULL, 0444);
53 MODULE_PARM_DESC(index, "Index value for " CRD_NAME " soundcard.");
98 error = snd_card_create(index[n], id[n], THIS_MODULE, 0, &card);
/sound/pci/au88x0/
H A Dau88x0.c27 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; variable
32 module_param_array(index, int, NULL, 0444);
33 MODULE_PARM_DESC(index, "Index value for " CARD_NAME " soundcard.");
253 err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
325 arg->index = 1;
/sound/pci/ctxfi/
H A Dctresource.h36 u32 idx:12; /* The index of a resource */
38 u32 conj:12; /* Current conjugate index */
48 int (*index)(const struct rsc *rsc); /* Return the index of resource */ member in struct:rsc_ops
H A Dctvmem.c160 * return the host physical addr of the @index-th device
165 ct_get_ptp_phys(struct ct_vm *vm, int index) argument
169 addr = (index >= CT_PTP_NUM) ? ~0UL : vm->ptp[index].addr;
H A Dxfi.c32 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; variable
37 module_param_array(index, int, NULL, 0444);
38 MODULE_PARM_DESC(index, "Index value for Creative X-Fi driver");
73 err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
/sound/synth/emux/
H A Demux.c91 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name) argument
126 snd_emux_init_seq(emu, card, index);
133 snd_emux_proc_init(emu, card, index);
/sound/usb/6fire/
H A Dchip.c36 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */ variable
42 module_param_array(index, int, NULL, 0444);
43 MODULE_PARM_DESC(index, "Index value for the 6fire sound device");
93 int regidx = -1; /* index in module parameter array */
128 ret = snd_card_create(index[regidx], id[regidx], THIS_MODULE,

Completed in 971 milliseconds

12345678