Home
last modified time | relevance | path

Searched refs:rbuf (Results 1 – 2 of 2) sorted by relevance

/sound/isa/wavefront/
Dwavefront_synth.c334 int cmd, unsigned char *rbuf, unsigned char *wbuf) in snd_wavefront_cmd() argument
355 wfcmd->write_cnt = (unsigned long) rbuf; in snd_wavefront_cmd()
356 rbuf = NULL; in snd_wavefront_cmd()
421 rbuf[0] = WF_ST_EMPTY; in snd_wavefront_cmd()
450 rbuf[i] = c; in snd_wavefront_cmd()
453 DPRINT (WF_DEBUG_DATA, "read[%d] = 0x%x\n",i, rbuf[i]); in snd_wavefront_cmd()
622 unsigned char rbuf[32], wbuf[32]; in wavefront_get_sample_status() local
627 if (snd_wavefront_cmd (dev, WFC_GET_NSAMPLES, rbuf, wbuf)) { in wavefront_get_sample_status()
639 if (snd_wavefront_cmd (dev, WFC_IDENTIFY_SAMPLE_TYPE, rbuf, wbuf)) { in wavefront_get_sample_status()
646 dev->sample_status[i] = (WF_SLOT_FILLED|rbuf[0]); in wavefront_get_sample_status()
[all …]
Dwavefront_midi.c488 unsigned char rbuf[4], wbuf[4]; in snd_wavefront_midi_start() local
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()