pulse-server: use quantum_limit

Don't use max_quantum as the upper quantum limit, this is now scaled
with the rate. Use quantum_limit instead. We don't really care about the
max_quantum anymore so get rid of the field.
This commit is contained in:
Wim Taymans 2022-01-14 16:45:41 +01:00
parent 80b2e345d7
commit 7c6649b5e5
2 changed files with 1 additions and 5 deletions

View file

@ -51,7 +51,6 @@ struct defs {
struct spa_fraction min_quantum;
struct sample_spec sample_spec;
struct channel_map channel_map;
uint32_t max_quantum;
uint32_t quantum_limit;
};