Home
last modified time | relevance | path

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

/linux-5.19.10/sound/isa/wavefront/
Dwavefront_synth.c738 unsigned char progbuf[WF_PROGRAM_BYTES]; in wavefront_get_program_status()
753 WF_PROGRAM_BYTES); in wavefront_get_program_status()
812 unsigned char buf[WF_PROGRAM_BYTES+1]; in wavefront_send_program()
839 munge_buf ((unsigned char *)&header->hdr.pr, &buf[1], WF_PROGRAM_BYTES); in wavefront_send_program()
1613 demunge_buf (wc->rbuf, wc->rbuf, WF_PROGRAM_BYTES); in wavefront_synth_control()
/linux-5.19.10/include/sound/
Dwavefront.h143 #define WF_PROGRAM_BYTES 32 macro