Re: [PATCH v2 1/5] soundwire: Add compute_params callback

2019-09-04 Thread Vinod Koul
On 13-08-19, 09:35, Srinivas Kandagatla wrote: > From: Vinod Koul > > This callback allows masters to compute the bus parameters required. Applied this to help manage cross dependencies with various folks better, thanks -- ~Vinod

Re: [PATCH v2 1/5] soundwire: Add compute_params callback

2019-08-13 Thread Vinod Koul
On 13-08-19, 14:08, Pierre-Louis Bossart wrote: > On 8/13/19 1:17 PM, Srinivas Kandagatla wrote: > > > > > > On 13/08/2019 15:34, Pierre-Louis Bossart wrote: > > > On 8/13/19 3:35 AM, Srinivas Kandagatla wrote: > > > > From: Vinod Koul > > > > > > > > This callback allows masters to compute the

Re: [PATCH v2 1/5] soundwire: Add compute_params callback

2019-08-13 Thread Pierre-Louis Bossart
On 8/13/19 1:17 PM, Srinivas Kandagatla wrote: On 13/08/2019 15:34, Pierre-Louis Bossart wrote: On 8/13/19 3:35 AM, Srinivas Kandagatla wrote: From: Vinod Koul This callback allows masters to compute the bus parameters required. This looks like a partial use of the patch ('soundwire: Add

Re: [PATCH v2 1/5] soundwire: Add compute_params callback

2019-08-13 Thread Srinivas Kandagatla
On 13/08/2019 15:34, Pierre-Louis Bossart wrote: On 8/13/19 3:35 AM, Srinivas Kandagatla wrote: From: Vinod Koul This callback allows masters to compute the bus parameters required. This looks like a partial use of the patch ('soundwire: Add Intel resource management algorithm')? see com

Re: [PATCH v2 1/5] soundwire: Add compute_params callback

2019-08-13 Thread Pierre-Louis Bossart
On 8/13/19 3:35 AM, Srinivas Kandagatla wrote: From: Vinod Koul This callback allows masters to compute the bus parameters required. This looks like a partial use of the patch ('soundwire: Add Intel resource management algorithm')? see comments below Signed-off-by: Vinod Koul Signed-off