Re: [PATCH] soundwire: Add generic bandwidth allocation algorithm

2020-09-18 Thread Vinod Koul
On 08-09-20, 21:15, Bard Liao wrote: > This algorithm computes bus parameters like clock frequency, frame > shape and port transport parameters based on active stream(s) running > on the bus. > > Developers can also implement their own .compute_params() callback for > specific resource management

Re: [PATCH] soundwire: Add generic bandwidth allocation algorithm

2020-09-16 Thread Jaroslav Kysela
Dne 09. 09. 20 v 8:26 Jaroslav Kysela napsal(a): > Dne 08. 09. 20 v 15:15 Bard Liao napsal(a): >> This algorithm computes bus parameters like clock frequency, frame >> shape and port transport parameters based on active stream(s) running >> on the bus. >> >> Developers can also implement their own

Re: [PATCH] soundwire: Add generic bandwidth allocation algorithm

2020-09-08 Thread Jaroslav Kysela
Dne 08. 09. 20 v 15:15 Bard Liao napsal(a): > This algorithm computes bus parameters like clock frequency, frame > shape and port transport parameters based on active stream(s) running > on the bus. > > Developers can also implement their own .compute_params() callback for > specific resource mana