Home
last modified time | relevance | path

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

/linux-4.4.14/sound/isa/wavefront/
Dwavefront_synth.c699 dev->patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()
706 dev->patch_status[i] = 0; in wavefront_get_patch_status()
710 dev->patch_status[i] = 0; in wavefront_get_patch_status()
718 if (dev->patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()
721 if (dev->patch_status[i] & WF_SLOT_USED) { in wavefront_get_patch_status()
753 dev->patch_status in wavefront_get_program_status()
788 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()
820 dev->patch_status[header->hdr.pr.layer[i].patch_number] |= in wavefront_send_program()
1347 if (!(dev->patch_status[i] & WF_SLOT_FILLED)) {
/linux-4.4.14/include/sound/
Dsnd_wavefront.h89 char patch_status[WF_MAX_PATCH]; /* WF_SLOT_* */ member