Searched refs:snd_wavefront_cmd (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 333 snd_wavefront_cmd (snd_wavefront_t *dev, in snd_wavefront_cmd() function 608 x = snd_wavefront_cmd(dev, WFC_DELETE_SAMPLE, NULL, wbuf); in wavefront_delete_sample() 625 if (snd_wavefront_cmd (dev, WFC_GET_NSAMPLES, rbuf, wbuf)) { in wavefront_get_sample_status() 696 x = snd_wavefront_cmd(dev, WFC_UPLOAD_PATCH, patchbuf, in wavefront_get_patch_status() 744 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() 1056 if (snd_wavefront_cmd (dev, in wavefront_send_sample() 1248 if (snd_wavefront_cmd (dev, WFC_DOWNLOAD_MULTISAMPLE, in wavefront_send_multisample() 2109 if (snd_wavefront_cmd (dev, WFC_SET_NVOICES, NULL, voices)) { in wavefront_do_reset() [all …]
|
H A D | wavefront_midi.c | 533 if (snd_wavefront_cmd (dev, WFC_MISYNTH_ON, rbuf, wbuf)) { in snd_wavefront_midi_start() 549 if (snd_wavefront_cmd (dev, WFC_VMIDI_OFF, rbuf, wbuf)) { in snd_wavefront_midi_start() 556 if (snd_wavefront_cmd (dev, WFC_VMIDI_ON, rbuf, wbuf)) { in snd_wavefront_midi_start()
|
/openbmc/linux/include/sound/ |
H A D | snd_wavefront.h | 119 extern int snd_wavefront_cmd (snd_wavefront_t *, int, unsigned char *,
|