Re: [PATCH] ASoC: make dapm cache search depth configurable

2015-09-10 Thread Mark Brown
On Thu, Sep 10, 2015 at 10:42:50AM +0100, Nikesh wrote: > Hi Mark, As I'm fairly sure I've had to tell you before don't top post. This means that when someone sees something like this: > The reason I though this will be usefull is as below: while reading they know what the "this" you are talkin

Re: [PATCH] ASoC: make dapm cache search depth configurable

2015-09-10 Thread Nikesh
Hi Mark, The reason I though this will be usefull is as below: While adding paths the source or sink widgets of consecutive path that are being added, may not be immediate neighbours in widget list. Hence in such scenarios the cache hits will reduce. One possible solution is to rearrange the

Re: [PATCH] ASoC: make dapm cache search depth configurable

2015-09-08 Thread Mark Brown
On Tue, Sep 08, 2015 at 11:11:37AM +0100, Nikesh Oswal wrote: > cache search depth will have a default value of 2 and can > be modified by the respective component probe function Why? signature.asc Description: Digital signature

[PATCH] ASoC: make dapm cache search depth configurable

2015-09-08 Thread Nikesh Oswal
cache search depth will have a default value of 2 and can be modified by the respective component probe function Signed-off-by: Nikesh Oswal --- include/sound/soc-dapm.h |1 + sound/soc/soc-core.c |2 ++ sound/soc/soc-dapm.c |5 +++-- 3 files changed, 6 insertions(+), 2 delet