Searched refs:snd_wavefront_cmd (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/isa/wavefront/ |
D | wavefront_synth.c | 336 snd_wavefront_cmd (snd_wavefront_t *dev, in snd_wavefront_cmd() function 609 if ((x = snd_wavefront_cmd (dev, WFC_DELETE_SAMPLE, NULL, wbuf)) == 0) { in wavefront_delete_sample() 626 if (snd_wavefront_cmd (dev, WFC_GET_NSAMPLES, rbuf, wbuf)) { in wavefront_get_sample_status() 638 if (snd_wavefront_cmd (dev, WFC_IDENTIFY_SAMPLE_TYPE, rbuf, wbuf)) { in wavefront_get_sample_status() 697 if ((x = snd_wavefront_cmd (dev, WFC_UPLOAD_PATCH, patchbuf, in wavefront_get_patch_status() 744 if ((x = snd_wavefront_cmd (dev, WFC_UPLOAD_PROGRAM, progbuf, in wavefront_get_program_status() 798 if (snd_wavefront_cmd (dev, WFC_DOWNLOAD_PATCH, NULL, buf)) { in wavefront_send_patch() 839 if (snd_wavefront_cmd (dev, WFC_DOWNLOAD_PROGRAM, NULL, buf)) { in wavefront_send_program() 853 if (snd_wavefront_cmd (dev, WFC_REPORT_FREE_MEMORY, rbuf, NULL)) { in wavefront_freemem() 1056 if (snd_wavefront_cmd (dev, in wavefront_send_sample() [all …]
|
D | wavefront_midi.c | 532 if (snd_wavefront_cmd (dev, WFC_MISYNTH_ON, rbuf, wbuf)) { in snd_wavefront_midi_start() 548 if (snd_wavefront_cmd (dev, WFC_VMIDI_OFF, rbuf, wbuf)) { in snd_wavefront_midi_start() 555 if (snd_wavefront_cmd (dev, WFC_VMIDI_ON, rbuf, wbuf)) { in snd_wavefront_midi_start()
|
/Linux-v4.19/include/sound/ |
D | snd_wavefront.h | 119 extern int snd_wavefront_cmd (snd_wavefront_t *, int, unsigned char *,
|