Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-dac.c470 static void dac_set_field(snd_info *sp, mus_float_t newval, dac_field_t field) in dac_set_field() function
550 void dac_set_expand(snd_info *sp, mus_float_t newval) {dac_set_field(sp, newval, DAC_EXPAND);} in dac_set_expand()
551 void dac_set_expand_length(snd_info *sp, mus_float_t newval) {dac_set_field(sp, newval, DAC_EXPAND_… in dac_set_expand_length()
552 void dac_set_expand_ramp(snd_info *sp, mus_float_t newval) {dac_set_field(sp, newval, DAC_EXPAND_RA… in dac_set_expand_ramp()
553 void dac_set_expand_hop(snd_info *sp, mus_float_t newval) {dac_set_field(sp, newval, DAC_EXPAND_HOP… in dac_set_expand_hop()
555 void dac_set_contrast_amp(snd_info *sp, mus_float_t newval) {dac_set_field(sp, newval, DAC_CONTRAST… in dac_set_contrast_amp()
556 void dac_set_reverb_feedback(snd_info *sp, mus_float_t newval) {dac_set_field(sp, newval, DAC_REVER… in dac_set_reverb_feedback()
557 void dac_set_reverb_lowpass(snd_info *sp, mus_float_t newval) {dac_set_field(sp, newval, DAC_REVERB… in dac_set_reverb_lowpass()