From: Fedora Kernel Team kernel-team@fedoraproject.org
[redhat] New configs in sound/core
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
CONFIG_SND_JACK_INJECTION_DEBUG:
This option can be used to enable or disable sound jack software injection. Say Y if you are debugging via jack injection interface. If unsure select "N".
Symbol: SND_JACK_INJECTION_DEBUG [=n] Type : bool Defined at sound/core/Kconfig:190 Prompt: Sound jack injection interface via debugfs Depends on: SOUND [=m] && !UML && SND [=m] && SND_JACK [=y] && SND_DEBUG [=y] && DEBUG_FS [=y] Location: -> Device Drivers -> Sound card support (SOUND [=m]) -> Advanced Linux Sound Architecture (SND [=m]) -> Debug (SND_DEBUG [=y])
---
Cc: Jaroslav Kysela jkysela@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org
diff a/redhat/configs/common/generic/CONFIG_SND_JACK_INJECTION_DEBUG b/redhat/configs/common/generic/CONFIG_SND_JACK_INJECTION_DEBUG --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_SND_JACK_INJECTION_DEBUG @@ -0,0 +1 @@ +# CONFIG_SND_JACK_INJECTION_DEBUG is not set diff a/redhat/configs/pending-common/generic/CONFIG_SND_JACK_INJECTION_DEBUG b/redhat/configs/pending-common/generic/CONFIG_SND_JACK_INJECTION_DEBUG --- a/redhat/configs/pending-common/generic/CONFIG_SND_JACK_INJECTION_DEBUG +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_SND_JACK_INJECTION_DEBUG: -# -# This option can be used to enable or disable sound jack -# software injection. -# Say Y if you are debugging via jack injection interface. -# If unsure select "N". -# -# Symbol: SND_JACK_INJECTION_DEBUG [=n] -# Type : bool -# Defined at sound/core/Kconfig:190 -# Prompt: Sound jack injection interface via debugfs -# Depends on: SOUND [=m] && !UML && SND [=m] && SND_JACK [=y] && SND_DEBUG [=y] && DEBUG_FS [=y] -# Location: -# -> Device Drivers -# -> Sound card support (SOUND [=m]) -# -> Advanced Linux Sound Architecture (SND [=m]) -# -> Debug (SND_DEBUG [=y]) -# -# -# -# CONFIG_SND_JACK_INJECTION_DEBUG is not set
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/914
From: Jaroslav Kysela on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/914#note_51458992...
CONFIG_SND_JACK_INJECTION_DEBUG=y for the debug kernel.
kernel@lists.fedoraproject.org