Searched refs:d_v (Results 1 – 1 of 1) sorted by relevance
557 DEMO_VOICE *d_v; in ax_drop_voice_callback() local561 …d_v = &demo_voices[ax_v->index]; // Its index corresponds uniquely to a DEMO_VOICE in our abstr… in ax_drop_voice_callback()565 … d_v->ax_voice = NULL; // Delete the reference to the AX voice from the DEMO_VOICE. in ax_drop_voice_callback()566 … d_v->sp_entry = NULL; // Delete the reference to the SP entry from the DEMO_VOICE. in ax_drop_voice_callback()570 while(d_v->link) in ax_drop_voice_callback()572 if (d_v->ax_voice) in ax_drop_voice_callback()577 AXSetVoiceState(d_v->ax_voice, AX_PB_STATE_STOP); in ax_drop_voice_callback()579 tmp_d_v = d_v; // save current DEMO_VOICE reference in ax_drop_voice_callback()580 d_v = d_v->link; // advance through the links in ax_drop_voice_callback()