Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Donglin Peng
On Sun, Aug 27, 2017 at 10:31 PM, Jeffy Chen wrote: > hi dong, > > thanks for noticing, but i think mark've applied the right version. > > this amazing robot would help to test all patches, not only the ones already > applied :) I also think so.

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Donglin Peng
On Sun, Aug 27, 2017 at 10:31 PM, Jeffy Chen wrote: > hi dong, > > thanks for noticing, but i think mark've applied the right version. > > this amazing robot would help to test all patches, not only the ones already > applied :) I also think so.

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread jeffy
hi Mark, On 08/27/2017 10:34 PM, Mark Brown wrote: On Sun, Aug 27, 2017 at 10:31:52PM +0800, Jeffy Chen wrote: This is a HTML only mail and I have a text only client... sorry, i was replying with my phone, didn't notice it would use html by default... i think you've applied the right

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread jeffy
hi Mark, On 08/27/2017 10:34 PM, Mark Brown wrote: On Sun, Aug 27, 2017 at 10:31:52PM +0800, Jeffy Chen wrote: This is a HTML only mail and I have a text only client... sorry, i was replying with my phone, didn't notice it would use html by default... i think you've applied the right

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Mark Brown
On Sun, Aug 27, 2017 at 10:31:52PM +0800, Jeffy Chen wrote: This is a HTML only mail and I have a text only client... signature.asc Description: PGP signature

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Mark Brown
On Sun, Aug 27, 2017 at 10:31:52PM +0800, Jeffy Chen wrote: This is a HTML only mail and I have a text only client... signature.asc Description: PGP signature

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Mark Brown
On Sun, Aug 27, 2017 at 09:54:09PM +0800, Donglin Peng wrote: > On Sun, Aug 27, 2017 at 8:19 PM, Mark Brown wrote: > > Please send incremental fixes rather than new versions for things that > > are are already applied. > You should send a incremental patch rather than v3

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Mark Brown
On Sun, Aug 27, 2017 at 09:54:09PM +0800, Donglin Peng wrote: > On Sun, Aug 27, 2017 at 8:19 PM, Mark Brown wrote: > > Please send incremental fixes rather than new versions for things that > > are are already applied. > You should send a incremental patch rather than v3 patch, because your >

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Donglin Peng
Hi Jeffy, On Sun, Aug 27, 2017 at 8:19 PM, Mark Brown wrote: > On Sat, Aug 26, 2017 at 11:09:49PM +0800, Donglin Peng wrote: > >> It seems that the v3 patch should be applied other than v2. > > Please send incremental fixes rather than new versions for things that > are are

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Donglin Peng
Hi Jeffy, On Sun, Aug 27, 2017 at 8:19 PM, Mark Brown wrote: > On Sat, Aug 26, 2017 at 11:09:49PM +0800, Donglin Peng wrote: > >> It seems that the v3 patch should be applied other than v2. > > Please send incremental fixes rather than new versions for things that > are are already applied. You

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Mark Brown
On Sat, Aug 26, 2017 at 11:09:49PM +0800, Donglin Peng wrote: > It seems that the v3 patch should be applied other than v2. Please send incremental fixes rather than new versions for things that are are already applied. signature.asc Description: PGP signature

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-27 Thread Mark Brown
On Sat, Aug 26, 2017 at 11:09:49PM +0800, Donglin Peng wrote: > It seems that the v3 patch should be applied other than v2. Please send incremental fixes rather than new versions for things that are are already applied. signature.asc Description: PGP signature

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-26 Thread Donglin Peng
Hi Mark, On Sat, Aug 26, 2017 at 10:13 PM, kbuild test robot wrote: > Hi Jeffy, > > [auto build test ERROR on asoc/for-next] > [also build test ERROR on next-20170825] > [cannot apply to v4.13-rc6] > [if your patch is applied to the wrong git tree, please drop us a note to >

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-26 Thread Donglin Peng
Hi Mark, On Sat, Aug 26, 2017 at 10:13 PM, kbuild test robot wrote: > Hi Jeffy, > > [auto build test ERROR on asoc/for-next] > [also build test ERROR on next-20170825] > [cannot apply to v4.13-rc6] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-26 Thread kbuild test robot
Hi Jeffy, [auto build test ERROR on asoc/for-next] [also build test ERROR on next-20170825] [cannot apply to v4.13-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-26 Thread kbuild test robot
Hi Jeffy, [auto build test ERROR on asoc/for-next] [also build test ERROR on next-20170825] [cannot apply to v4.13-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-23 Thread jeffy
Hi Dong, Thanks for noticing, will send new patch soon :) On 08/24/2017 11:46 AM, Donglin Peng wrote: On Thu, Aug 24, 2017 at 11:34 AM, Jeffy Chen wrote: list_for_each_entry(dai, >dai_list, list) { if (dlc->dai_name &&

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-23 Thread jeffy
Hi Dong, Thanks for noticing, will send new patch soon :) On 08/24/2017 11:46 AM, Donglin Peng wrote: On Thu, Aug 24, 2017 at 11:34 AM, Jeffy Chen wrote: list_for_each_entry(dai, >dai_list, list) { if (dlc->dai_name && strcmp(dai->name,

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-23 Thread Donglin Peng
On Thu, Aug 24, 2017 at 11:34 AM, Jeffy Chen wrote: > list_for_each_entry(dai, >dai_list, list) { > if (dlc->dai_name && strcmp(dai->name, dlc->dai_name) > - && strcmp(dai->driver->name, dlc->dai_name)) >

Re: [PATCH v2] ASoC: Add a sanity check before using dai driver name

2017-08-23 Thread Donglin Peng
On Thu, Aug 24, 2017 at 11:34 AM, Jeffy Chen wrote: > list_for_each_entry(dai, >dai_list, list) { > if (dlc->dai_name && strcmp(dai->name, dlc->dai_name) > - && strcmp(dai->driver->name, dlc->dai_name)) > +