HomeSort by: relevance | last modified time | path
    Searched defs:get_vol (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libossaudio/
oss_dsp.c 44 static int get_vol(u_int, u_char);
393 INTARG = get_vol(tmpinfo.play.gain, tmpinfo.play.balance);
402 INTARG = get_vol(tmpinfo.record.gain, tmpinfo.record.balance);
455 get_vol(u_int gain, u_char balance) function in typeref:typename:int
oss_dsp.c 44 static int get_vol(u_int, u_char);
393 INTARG = get_vol(tmpinfo.play.gain, tmpinfo.play.balance);
402 INTARG = get_vol(tmpinfo.record.gain, tmpinfo.record.balance);
455 get_vol(u_int gain, u_char balance) function in typeref:typename:int

Completed in 27 milliseconds