Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds