Home
last modified time | relevance | path

Searched refs:WF_SLOT_FILLED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/isa/wavefront/
H A Dwavefront_synth.c644 dev->sample_status[i] = (WF_SLOT_FILLED|rbuf[0]); in wavefront_get_sample_status()
699 dev->patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()
718 if (dev->patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()
791 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()
1157 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE); in wavefront_send_sample()
1199 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS); in wavefront_send_alias()
1253 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE); in wavefront_send_multisample()
1346 if (!(dev->sample_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_sample()
1362 if (!(dev->patch_status[i] & WF_SLOT_FILLED)) {
/kernel/linux/linux-6.6/sound/isa/wavefront/
H A Dwavefront_synth.c646 dev->sample_status[i] = (WF_SLOT_FILLED|rbuf[0]); in wavefront_get_sample_status()
702 dev->patch_status[i] |= WF_SLOT_FILLED; in wavefront_get_patch_status()
721 if (dev->patch_status[i] & WF_SLOT_FILLED) { in wavefront_get_patch_status()
795 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch()
1162 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE); in wavefront_send_sample()
1204 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS); in wavefront_send_alias()
1258 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE); in wavefront_send_multisample()
1353 if (!(dev->sample_status[i] & WF_SLOT_FILLED)) { in wavefront_find_free_sample()
1369 if (!(dev->patch_status[i] & WF_SLOT_FILLED)) {
/kernel/linux/linux-5.10/include/sound/
H A Dwavefront.h361 #define WF_SLOT_FILLED 0x40 macro
/kernel/linux/linux-6.6/include/sound/
H A Dwavefront.h361 #define WF_SLOT_FILLED 0x40 macro

Completed in 8 milliseconds