Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_mgr.c1026 cJSON *external_pa_active_level = NULL; in board_parse_audio() local
1140 external_pa_active_level = cJSON_GetObjectItem(item, EXTERNAL_PA_ACTIVE); in board_parse_audio()
1141 if (NULL == external_pa_active_level) in board_parse_audio()
1147 if (cJSON_Number != external_pa_active_level->type) in board_parse_audio()
1153 new_audio->external_pa_active_high = external_pa_active_level->valueint; in board_parse_audio()

Completed in 5 milliseconds