Home
last modified time | relevance | path

Searched refs:_volMin (Results 1 - 2 of 2) sorted by relevance

/device/board/hihope/rk3568/audio_alsa/
H A Dvendor_render.c61 long _volMin = 0; in RenderGetVolThresholdImpl() local
68 ret = SndElementReadRange(cardIns, &priData->ctrlLeftVolume, &_volMin, &_volMax); in RenderGetVolThresholdImpl()
73 *volMin = _volMin; in RenderGetVolThresholdImpl()
H A Dvendor_capture.c61 long _volMin = 0; in CaptureGetVolThresholdImpl() local
68 ret = SndElementReadRange(cardIns, &priData->ctrlLeftVolume, &_volMin, &_volMax); in CaptureGetVolThresholdImpl()
73 *volMin = _volMin; in CaptureGetVolThresholdImpl()

Completed in 2 milliseconds