| commit | 1995215e44ed93b91ffd748ead12475ab4a608cd | [log] [tgz] |
|---|---|---|
| author | qctecmdr <qctecmdr@localhost> | Sun Nov 01 20:20:40 2020 -0800 |
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Nov 01 20:20:40 2020 -0800 |
| tree | fdf4e7bf52e8bae6919803e9b2e1483d68340148 | |
| parent | 387c7f0e4ffdca0e179eddf6ed505ebe08c16dce [diff] | |
| parent | df9488870938613df4bbeed3962a5186223afeaf [diff] |
Merge "audio_extn: reduce sleep time if soundcard is not up."
diff --git a/hal/audio_extn/utils.c b/hal/audio_extn/utils.c index 4cd84b6..58c5ff9 100644 --- a/hal/audio_extn/utils.c +++ b/hal/audio_extn/utils.c
@@ -2720,8 +2720,8 @@ #endif #define MAX_SND_CARD 8 -#define RETRY_US 1000000 -#define RETRY_NUMBER 40 +#define RETRY_US 400000 +#define RETRY_NUMBER 100 #define PLATFORM_INFO_XML_PATH "audio_platform_info.xml" #define PLATFORM_INFO_XML_BASE_STRING "audio_platform_info"