Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-1.h942 mus_long_t channel_maxamp_position(chan_info *cp, int edpos);
H A Dsnd-chn.c6450 …case CP_MAXAMP_POSITION: return(C_llong_to_Xen_llong(channel_maxamp_position(cp, AT_CURRENT_EDIT_…
6451 …case CP_EDPOS_MAXAMP_POSITION: return(C_llong_to_Xen_llong(channel_maxamp_position(cp, to_c_edit_p…
H A Dsnd-edits.c7669 mus_long_t channel_maxamp_position(chan_info *cp, int edpos) in channel_maxamp_position() function