void playq_song_fast_select ( struct vfsref vr  ) 

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:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:42 2010 for herrie by  doxygen 1.6.3