Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dsndio_out.c29 #define SIO_TO_PCT(vol) ((100 * (vol) + 64) / 127) macro
39 curvol = SIO_TO_PCT(vol); in volume_cb()