ALSA: control: Rename ctl_files_rwlock to controls_rwlock
authorTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2024 10:42:29 +0000 (12:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 9 Aug 2024 12:24:55 +0000 (14:24 +0200)
commitf428cc9eac6e29d57579be4978ba210c344322ea
tree6e694dc82b5ebe5e1374660b1336b15c105f92c4
parentd3e82ced462b4ed956504b62603a11d52a599f99
ALSA: control: Rename ctl_files_rwlock to controls_rwlock

We'll re-use the existing rwlock for the protection of control list
lookup, too, and now rename it to a more generic name.

This is a preliminary change, only the rename of the struct field
here, no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20240809104234.8488-2-tiwai@suse.de
include/sound/core.h
sound/core/control.c
sound/core/init.c