Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ALSA: control: Locking optimization and cleanups
@ 2024-08-09 10:42 Takashi Iwai
  2024-08-09 10:42 ` [PATCH v2 1/3] ALSA: control: Rename ctl_files_rwlock to controls_rwlock Takashi Iwai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takashi Iwai @ 2024-08-09 10:42 UTC (permalink / raw)
  To: linux-sound

Hi,

this is a revised patch set for reduce the locking at control elements
look-up and cleanups of APIs.

Only the 3rd patch was updated for catching up the recent ASoC change
to add snd_soc_component_get_kcontrol_locked() which is dropped here
as well.  No other changes since v1.

v1: https://lore.kernel.org/20240801074617.4997-1-tiwai@suse.de


Takashi

===

Takashi Iwai (3):
  ALSA: control: Rename ctl_files_rwlock to controls_rwlock
  ALSA: control: Optimize locking for look-up
  ASoC: Drop snd_soc_*_get_kcontrol_locked()

 include/sound/control.h       |  25 ------
 include/sound/core.h          |   2 +-
 include/sound/soc-card.h      |   2 -
 include/sound/soc-component.h |   3 -
 sound/core/control.c          | 151 +++++++++++++---------------------
 sound/core/control_compat.c   |   2 +-
 sound/core/control_led.c      |   2 +-
 sound/core/init.c             |   2 +-
 sound/core/oss/mixer_oss.c    |  10 +--
 sound/soc/codecs/cs35l45.c    |   2 +-
 sound/soc/fsl/fsl_xcvr.c      |   2 +-
 sound/soc/soc-card-test.c     |  57 -------------
 sound/soc/soc-card.c          |  10 ---
 sound/soc/soc-component.c     |  12 ---
 14 files changed, 70 insertions(+), 212 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-09 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 10:42 [PATCH v2 0/3] ALSA: control: Locking optimization and cleanups Takashi Iwai
2024-08-09 10:42 ` [PATCH v2 1/3] ALSA: control: Rename ctl_files_rwlock to controls_rwlock Takashi Iwai
2024-08-09 10:42 ` [PATCH v2 2/3] ALSA: control: Optimize locking for look-up Takashi Iwai
2024-08-09 10:42 ` [PATCH v2 3/3] ASoC: Drop snd_soc_*_get_kcontrol_locked() Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox