Home
last modified time | relevance | path

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

/sound/soc/uniphier/
Daio-core.c746 int cur, diff, slope = 0, fs; in aio_port_set_volume() local
755 slope = diff / AUD_VOL_FADE_TIME * 1000 / fs; in aio_port_set_volume()
756 slope = max(1, slope); in aio_port_set_volume()
759 OPORTMXTYVOLPARA1_SLOPEU_MASK, slope << 16); in aio_port_set_volume()