All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V0 0/1] asoc: msm: use hashtable to check kcontrol
@ 2022-05-29  8:50 Raghu Bankapur
  2022-05-29  8:50 ` [PATCH V0 1/1] " Raghu Bankapur
  2022-05-30 14:08   ` Mark Brown
  0 siblings, 2 replies; 18+ messages in thread
From: Raghu Bankapur @ 2022-05-29  8:50 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Liam Girdwood, Mark Brown,
	Raghu Bankapur, alsa-devel, linux-kernel
  Cc: Krishna Jha

use hashtabe instead of linear list to check kcontrol before
adding them for improving early audio KPI.

With this changes we see 600ms improvement in start of audio

Raghu Bankapur (1):
  asoc: msm: use hashtable to check kcontrol

 include/sound/control.h |  4 ++
 include/sound/core.h    | 12 +++++-
 sound/core/control.c    | 92 +++++++++++++++++++++++++++++++++--------
 sound/core/init.c       |  3 ++
 sound/soc/Kconfig       |  9 ++++
 5 files changed, 101 insertions(+), 19 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 18+ messages in thread
[parent not found: <cover.1654252861.git.quic_rbankapu@quicinc.com>]

end of thread, other threads:[~2022-06-13 10:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-29  8:50 [PATCH V0 0/1] asoc: msm: use hashtable to check kcontrol Raghu Bankapur
2022-05-29  8:50 ` [PATCH V0 1/1] " Raghu Bankapur
2022-05-29  9:35   ` Takashi Iwai
2022-05-29  9:35     ` Takashi Iwai
2022-06-09 18:16     ` Raghu Ballappa Bankapur
2022-06-10  6:01       ` Takashi Iwai
2022-06-10  6:01         ` Takashi Iwai
2022-06-13  9:19         ` Raghu Ballappa Bankapur
2022-06-13  9:19           ` Raghu Ballappa Bankapur
2022-06-13 10:02           ` Takashi Iwai
2022-06-13 10:02             ` Takashi Iwai
2022-05-29 10:40   ` kernel test robot
2022-05-30 14:13   ` Mark Brown
2022-05-30 14:13     ` Mark Brown
2022-05-31  4:46   ` kernel test robot
2022-05-30 14:08 ` [PATCH V0 0/1] " Mark Brown
2022-05-30 14:08   ` Mark Brown
     [not found] <cover.1654252861.git.quic_rbankapu@quicinc.com>
2022-06-03 10:42 ` [PATCH V0 1/1] " Raghu Bankapur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.