mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
14 lines
516 B
Diff
14 lines
516 B
Diff
diff --git a/config.def.h b/config.def.h
|
|
index 25f0dbe463..a4aa1cc802 100644
|
|
--- a/config.def.h
|
|
+++ b/config.def.h
|
|
@@ -1112,7 +1112,7 @@
|
|
|
|
/* Desired audio latency in milliseconds. Might not be honored
|
|
* if driver can't provide given latency. */
|
|
-#if defined(ANDROID) || defined(EMSCRIPTEN) || defined(RETROFW) || defined(MIYOO)
|
|
+#if defined(ANDROID) || defined(EMSCRIPTEN) || defined(RETROFW)
|
|
/* For most Android devices, 64ms is way too low. */
|
|
#define DEFAULT_OUT_LATENCY 128
|
|
#define DEFAULT_IN_LATENCY 128
|