Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1995215e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio_extn: reduce sleep time if soundcard is not up."

parents 387c7f0e df948887
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2720,8 +2720,8 @@ int audio_extn_utils_pcm_get_dsp_presentation_pos(struct stream_out *out __unuse
#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"