Switch playback to a specific song. Definition at line 546 of file playq.c. 00547 { 00548 if (funcs->select(vr) != 0) 00549 return; 00550 00551 /* Now go to the next song */ 00552 playq_flags &= ~PF_STOP; 00553 playq_flags |= PF_SKIP; 00554 g_cond_signal(playq_wakeup); 00555 }
Here is the caller graph for this function:
![]() |
1.6.3