Home
last modified time | relevance | path

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

/Linux-v5.4/sound/isa/wavefront/
Dwavefront_synth.c733 unsigned char progbuf[WF_PROGRAM_BYTES]; in wavefront_get_program_status()
747 WF_PROGRAM_BYTES); in wavefront_get_program_status()
806 unsigned char buf[WF_PROGRAM_BYTES+1]; in wavefront_send_program()
833 munge_buf ((unsigned char *)&header->hdr.pr, &buf[1], WF_PROGRAM_BYTES); in wavefront_send_program()
1597 demunge_buf (wc->rbuf, wc->rbuf, WF_PROGRAM_BYTES); in wavefront_synth_control()
/Linux-v5.4/include/sound/
Dwavefront.h143 #define WF_PROGRAM_BYTES 32 macro