]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUG
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Jun 2022 12:02:17 +0000 (14:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 15 Jun 2022 05:45:27 +0000 (07:45 +0200)
commit6ed77f008d863d221abb453283baa8fae52a30c1
tree7f400772a2acd30bfcb8025213b9217404210de1
parent42294fdad9f887ed80ca5bd4da4ae1f6b4058927
ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUG

The purpose of CONFIG_SND_CTL_VALIDATION is rather to enable the
debugging feature for the control API.  The validation is only a part
of it.  Let's rename it to be more explicit and intuitive.

While we're at it, let's advertise, give more comment to recommend
this feature for development in the kconfig help text.

Link: https://lore.kernel.org/r/20220609120219.3937-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/control.h
sound/core/Kconfig
sound/core/control.c