Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Srinivas Kandagatla
On 16/11/17 16:14, Vinod Koul wrote: +static int slim_device_match(struct device *dev, struct device_driver *drv) +{ + struct slim_device *sbdev = to_slim_device(dev); + struct slim_driver *sbdrv = to_slim_driver(drv); + + return slim_match(sbdrv->id_table, sbdev) != NULL;

Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Srinivas Kandagatla
On 16/11/17 16:14, Vinod Koul wrote: +static int slim_device_match(struct device *dev, struct device_driver *drv) +{ + struct slim_device *sbdev = to_slim_device(dev); + struct slim_driver *sbdrv = to_slim_driver(drv); + + return slim_match(sbdrv->id_table, sbdev) != NULL;

Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Vinod Koul
On Thu, Nov 16, 2017 at 01:40:05PM +, Srinivas Kandagatla wrote: > On 16/11/17 13:18, Vinod Koul wrote: > >On Wed, Nov 15, 2017 at 02:10:33PM +, srinivas.kandaga...@linaro.org > >wrote: > > > >>+menuconfig SLIMBUS > >>+ tristate "Slimbus support" > >>+ help > >>+ Slimbus is

Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Vinod Koul
On Thu, Nov 16, 2017 at 01:40:05PM +, Srinivas Kandagatla wrote: > On 16/11/17 13:18, Vinod Koul wrote: > >On Wed, Nov 15, 2017 at 02:10:33PM +, srinivas.kandaga...@linaro.org > >wrote: > > > >>+menuconfig SLIMBUS > >>+ tristate "Slimbus support" > >>+ help > >>+ Slimbus is

Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Srinivas Kandagatla
Thanks for the review. On 16/11/17 13:18, Vinod Koul wrote: On Wed, Nov 15, 2017 at 02:10:33PM +, srinivas.kandaga...@linaro.org wrote: +menuconfig SLIMBUS + tristate "Slimbus support" + help + Slimbus is standard interface between System-on-Chip and audio codec, +

Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Srinivas Kandagatla
Thanks for the review. On 16/11/17 13:18, Vinod Koul wrote: On Wed, Nov 15, 2017 at 02:10:33PM +, srinivas.kandaga...@linaro.org wrote: +menuconfig SLIMBUS + tristate "Slimbus support" + help + Slimbus is standard interface between System-on-Chip and audio codec, +

Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Vinod Koul
On Wed, Nov 15, 2017 at 02:10:33PM +, srinivas.kandaga...@linaro.org wrote: > +menuconfig SLIMBUS > + tristate "Slimbus support" > + help > + Slimbus is standard interface between System-on-Chip and audio codec, > + and other peripheral components in typical embedded

Re: [alsa-devel] [PATCH v7 03/13] slimbus: Add SLIMbus bus type

2017-11-16 Thread Vinod Koul
On Wed, Nov 15, 2017 at 02:10:33PM +, srinivas.kandaga...@linaro.org wrote: > +menuconfig SLIMBUS > + tristate "Slimbus support" > + help > + Slimbus is standard interface between System-on-Chip and audio codec, > + and other peripheral components in typical embedded