Searched refs:inst (Results 1 - 4 of 4) sorted by relevance

/sound/drivers/opl3/
H A Dopl3_synth.c199 struct sbi_patch inst; local
201 while (count >= sizeof(inst)) {
203 if (copy_from_user(&inst, buf, sizeof(inst)))
205 if (!memcmp(inst.key, FM_KEY_SBI, 4) ||
206 !memcmp(inst.key, FM_KEY_2OP, 4))
208 else if (!memcmp(inst.key, FM_KEY_4OP, 4))
212 err = snd_opl3_load_patch(opl3, inst.prog, inst.bank, type,
213 inst
[all...]
H A Dopl3_midi.c326 snd_printk(KERN_DEBUG "Note on, ch %i, inst %i, note %i, vel %i\n",
366 fm = &patch->inst;
678 snd_printk(KERN_DEBUG "Note off, ch %i, inst %i, note %i\n",
724 snd_printk(KERN_DEBUG "Key pressure, ch#: %i, inst#: %i\n",
738 snd_printk(KERN_DEBUG "Terminate note, ch#: %i, inst#: %i\n",
827 snd_printk(KERN_DEBUG "Controller, TYPE = %i, ch#: %i, inst#: %i\n",
864 snd_printk(KERN_DEBUG "NRPN, ch#: %i, inst#: %i\n",
/sound/pci/
H A Dmaestro3.c787 } inst; member in struct:m3_dma
1140 s->inst.data + CDATA_INSTANCE_READY, 1);
1149 s->inst.data + CDATA_INSTANCE_READY, 1);
1163 s->inst.data + CDATA_INSTANCE_READY, 0);
1231 dsp_in_buffer = s->inst.data + (MINISRC_TMP_BUFFER_SIZE / 2);
1244 s->inst.data + CDATA_HOST_SRC_ADDRL,
1248 s->inst.data + CDATA_HOST_SRC_ADDRH,
1252 s->inst.data + CDATA_HOST_SRC_END_PLUS_1L,
1256 s->inst.data + CDATA_HOST_SRC_END_PLUS_1H,
1260 s->inst
[all...]
/sound/pci/ymfpci/
H A Dymfpci_main.c2058 const __le32 *inst; local
2073 inst = (const __le32 *)chip->dsp_microcode->data;
2076 le32_to_cpu(inst[i]));
2079 inst = (const __le32 *)chip->controller_microcode->data;
2082 le32_to_cpu(inst[i]));

Completed in 155 milliseconds