]> 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)
commitbdbeddf0ca4601218e37fcf9e2e75bdf1abe7caa
tree7f400772a2acd30bfcb8025213b9217404210de1
parent858d834c7501e0c19882a2df5269be6b756fd1a9
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