core: explicitly calculate min and max quantum

Just clamp to default for now until we can implement power save mode.
This commit is contained in:
Wim Taymans 2019-10-24 12:19:21 +02:00
parent b74080ea55
commit 12fb58add1
4 changed files with 18 additions and 9 deletions

View file

@ -94,8 +94,6 @@ static int alloc_buffers(struct pw_mempool *pool,
}
}
for (i = 0; i < n_datas; i++) {
struct spa_data *d = &datas[i];