Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dwavfront.c269 char patch_status[WF_MAX_PATCH]; /* WF_SLOT_* */ member
839 dev.patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()
846 dev.patch_status[i] = 0; in wavefront_get_patch_status()
850 dev.patch_status[i] = 0; in wavefront_get_patch_status()
858 if (dev.patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()
861 if (dev.patch_status[i] & WF_SLOT_USED) { in wavefront_get_patch_status()
894 dev.patch_status in wavefront_get_program_status()
929 dev.patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()
961 dev.patch_status[header->hdr.pr.layer[i].patch_number] |= in wavefront_send_program()
1476 if (!(dev.patch_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_patch()