Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/wavefront/
H A Dwavefront_synth.c736 unsigned char progbuf[WF_PROGRAM_BYTES]; in wavefront_get_program_status()
751 WF_PROGRAM_BYTES); in wavefront_get_program_status()
810 unsigned char buf[WF_PROGRAM_BYTES+1]; in wavefront_send_program()
837 munge_buf ((unsigned char *)&header->hdr.pr, &buf[1], WF_PROGRAM_BYTES); in wavefront_send_program()
1611 demunge_buf (wc->rbuf, wc->rbuf, WF_PROGRAM_BYTES); in wavefront_synth_control()
/openbmc/linux/include/sound/
H A Dwavefront.h143 #define WF_PROGRAM_BYTES 32 macro