Home
last modified time | relevance | path

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

/drivers/peripheral/audio/hal/pathselect/src/
Daudio_pathselect.c498 static int32_t SetMatchCaptureDevicePath( in SetMatchCaptureDevicePath() function
593 ret = SetMatchCaptureDevicePath(captureParam, cJsonObj, tpins, MIC, AUDIO_DEV_ON); in AudioCaptureParseDevice()
596 … ret |= SetMatchCaptureDevicePath(captureParam, cJsonObj, PIN_IN_HS_MIC, HS_MIC, AUDIO_DEV_OFF); in AudioCaptureParseDevice()
601 ret = SetMatchCaptureDevicePath(captureParam, cJsonObj, tpins, HS_MIC, AUDIO_DEV_ON); in AudioCaptureParseDevice()
604 … ret |= SetMatchCaptureDevicePath(captureParam, cJsonObj, PIN_IN_MIC, MIC, AUDIO_DEV_OFF); in AudioCaptureParseDevice()