[PATCH V0 0/1] asoc: msm: use hashtable to check kcontrol

From: Raghu Bankapur
Date: Sun May 29 2022 - 04:52:45 EST


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