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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront_synth.c644 dev->sample_status[i] = (WF_SLOT_FILLED|rbuf[0]);
699 dev->patch_status[i] |= WF_SLOT_FILLED;
718 if (dev->patch_status[i] & WF_SLOT_FILLED) {
788 dev->patch_status[header->number] |= WF_SLOT_FILLED;
1120 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_SAMPLE);
1159 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_ALIAS);
1210 dev->sample_status[header->number] = (WF_SLOT_FILLED|WF_ST_MULTISAMPLE);
1303 if (!(dev->sample_status[i] & WF_SLOT_FILLED)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dwavefront.h374 #define WF_SLOT_FILLED 0x40 macro

Completed in 75 milliseconds