pipewire: increase max-rates to 32

This commit is contained in:
Wim Taymans 2022-11-13 09:40:49 +01:00
parent ea4e5cf364
commit 41d8afa404

View file

@ -49,7 +49,7 @@ struct ucred {
#define spa_debug(...) pw_log_trace(__VA_ARGS__) #define spa_debug(...) pw_log_trace(__VA_ARGS__)
#endif #endif
#define MAX_RATES 16u #define MAX_RATES 32u
#define CLOCK_MIN_QUANTUM 4u #define CLOCK_MIN_QUANTUM 4u
#define CLOCK_MAX_QUANTUM 65536u #define CLOCK_MAX_QUANTUM 65536u