Home
last modified time | relevance | path

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

/linux-4.4.14/sound/isa/wavefront/
Dwavefront_synth.c703 WF_SLOT_USED; in wavefront_get_patch_status()
721 if (dev->patch_status[i] & WF_SLOT_USED) { in wavefront_get_patch_status()
746 dev->prog_status[i] |= WF_SLOT_USED; in wavefront_get_program_status()
755 WF_SLOT_USED; in wavefront_get_program_status()
812 dev->prog_status[header->number] = WF_SLOT_USED; in wavefront_send_program()
821 WF_SLOT_USED; in wavefront_send_program()
/linux-4.4.14/include/sound/
Dwavefront.h373 #define WF_SLOT_USED 0x80 /* XXX don't rely on this being accurate */ macro