Home
last modified time | relevance | path

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

/device/board/hihope/rk3568/audio_alsa/
H A Dvendor_render.c63 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)renderIns; in RenderGetVolThresholdImpl() local
65 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns); in RenderGetVolThresholdImpl()
68 ret = SndElementReadRange(cardIns, &priData->ctrlLeftVolume, &_volMin, &_volMax); in RenderGetVolThresholdImpl()
84 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)renderIns; in RenderGetVolumeImpl() local
86 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns); in RenderGetVolumeImpl()
89 ret = SndElementReadInt(cardIns, &priData->ctrlLeftVolume, &volLeft); in RenderGetVolumeImpl()
94 ret = SndElementReadInt(cardIns, &priData->ctrlRightVolume, &volRight); in RenderGetVolumeImpl()
107 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)renderIns; in RenderSetVolumeImpl() local
109 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns); in RenderSetVolumeImpl()
112 ret = SndElementWriteInt(cardIns, in RenderSetVolumeImpl()
166 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)renderIns; RenderStartImpl() local
196 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)renderIns; RenderStopImpl() local
246 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)renderIns; RenderOverrideFunc() local
[all...]
H A Dvendor_capture.c63 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns; in CaptureGetVolThresholdImpl() local
65 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns); in CaptureGetVolThresholdImpl()
68 ret = SndElementReadRange(cardIns, &priData->ctrlLeftVolume, &_volMin, &_volMax); in CaptureGetVolThresholdImpl()
84 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns; in CaptureGetVolumeImpl() local
86 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns); in CaptureGetVolumeImpl()
89 ret = SndElementReadInt(cardIns, &priData->ctrlLeftVolume, &volLeft); in CaptureGetVolumeImpl()
94 ret = SndElementReadInt(cardIns, &priData->ctrlRightVolume, &volRight); in CaptureGetVolumeImpl()
107 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns; in CaptureSetVolumeImpl() local
109 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns); in CaptureSetVolumeImpl()
111 ret = SndElementWriteInt(cardIns, in CaptureSetVolumeImpl()
211 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns; CaptureOverrideFunc() local
[all...]

Completed in 2 milliseconds