Re: [alsa-devel] [RFC PATCH 21/40] soundwire: export helpers to find row and column values

2019-08-05 Thread Pierre-Louis Bossart
On 8/5/19 4:39 AM, Sanyog Kale wrote: On Thu, Jul 25, 2019 at 06:40:13PM -0500, Pierre-Louis Bossart wrote: Add a prefix for common tables and export 2 helpers to set the frame shapes based on row/col values. Signed-off-by: Pierre-Louis Bossart --- drivers/soundwire/bus.h| 7 +--

Re: [RFC PATCH 21/40] soundwire: export helpers to find row and column values

2019-08-05 Thread Sanyog Kale
On Thu, Jul 25, 2019 at 06:40:13PM -0500, Pierre-Louis Bossart wrote: > Add a prefix for common tables and export 2 helpers to set the frame > shapes based on row/col values. > > Signed-off-by: Pierre-Louis Bossart > --- > drivers/soundwire/bus.h| 7 +-- > drivers/soundwire/stream.c | 1

Re: [alsa-devel] [RFC PATCH 21/40] soundwire: export helpers to find row and column values

2019-08-02 Thread Vinod Koul
On 26-07-19, 10:26, Pierre-Louis Bossart wrote: > > > On 7/26/19 9:43 AM, Guennadi Liakhovetski wrote: > > On Thu, Jul 25, 2019 at 06:40:13PM -0500, Pierre-Louis Bossart wrote: > > > Add a prefix for common tables and export 2 helpers to set the frame > > > shapes based on row/col values. > > >

Re: [alsa-devel] [RFC PATCH 21/40] soundwire: export helpers to find row and column values

2019-07-26 Thread Pierre-Louis Bossart
On 7/26/19 9:43 AM, Guennadi Liakhovetski wrote: On Thu, Jul 25, 2019 at 06:40:13PM -0500, Pierre-Louis Bossart wrote: Add a prefix for common tables and export 2 helpers to set the frame shapes based on row/col values. Signed-off-by: Pierre-Louis Bossart --- drivers/soundwire/bus.h|

Re: [alsa-devel] [RFC PATCH 21/40] soundwire: export helpers to find row and column values

2019-07-26 Thread Guennadi Liakhovetski
On Thu, Jul 25, 2019 at 06:40:13PM -0500, Pierre-Louis Bossart wrote: > Add a prefix for common tables and export 2 helpers to set the frame > shapes based on row/col values. > > Signed-off-by: Pierre-Louis Bossart > --- > drivers/soundwire/bus.h| 7 +-- > drivers/soundwire/stream.c | 1

[RFC PATCH 21/40] soundwire: export helpers to find row and column values

2019-07-25 Thread Pierre-Louis Bossart
Add a prefix for common tables and export 2 helpers to set the frame shapes based on row/col values. Signed-off-by: Pierre-Louis Bossart --- drivers/soundwire/bus.h| 7 +-- drivers/soundwire/stream.c | 14 -- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/dr