Home
last modified time | relevance | path

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

/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c54 STS_PLAYROW enumerator
2370 ( rp_state == STS_PLAYROW ) ) return; in rp_process_step()
2767 ( rp_state != STS_PLAYROW ) ) in rp_process_frame()
3191 ( rp_state != STS_PLAYROW ) ) in rp_play_irq()
3200 rp_state = STS_PLAYROW; in rp_play_irq()
3206 ( rp_state != STS_PLAYROW ) ) in rp_play_irq()
3235 ( rp_state != STS_PLAYROW ) ) in rp_play_irq()
3775 if( ( rp_tune != ttune ) || ( rp_state != STS_PLAYROW ) ) in rp_subtask_main()
3858 case STS_PLAYROW: in rp_subtask_main()
4165 if( ( rp_playtune != cmd->rpc_Tune ) || ( rp_state != STS_PLAYROW ) ) in rp_send_command()