Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-edits.c37 stop_playing_sound_without_hook(cp->sound, PLAY_CLOSE); in free_sound_list()
58 stop_playing_sound_without_hook(cp->sound, PLAY_CLOSE); in release_pending_sounds()
90 … if ((cp->sound) && (cp->sound->playing)) stop_playing_sound_without_hook(cp->sound, PLAY_CLOSE); in prepare_sound_list()
170 if ((sp) && (sp->playing)) stop_playing_sound_without_hook(sp, PLAY_EDIT); in prepare_edit_list()
H A Dsnd-1.h1283 void stop_playing_sound_without_hook(snd_info *sp, play_stop_t reason);
H A Dsnd-dac.c838 void stop_playing_sound_without_hook(snd_info *sp, play_stop_t reason) in stop_playing_sound_without_hook() function