]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda: Move CONFIG_SND_HDA_PREALLOC_SIZE into sound/hda/common
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jul 2025 16:04:07 +0000 (18:04 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Jul 2025 07:55:37 +0000 (09:55 +0200)
commit146355ee880e6d15ba12e2baf5be70e5efe07796
tree6814d994ed89037fb7086c2121b5a7b0a8f14ff5
parent05be28fe8521f183f945d052d5019197e5934f0e
ALSA: hda: Move CONFIG_SND_HDA_PREALLOC_SIZE into sound/hda/common

CONFIG_SND_HDA_PREALLOC_SIZE is used only by controller.c in
sound/hda/common, hence it depends on CONFIG_SND_HDA.

Move the definition to the right place inside SND_HDA if/endif block
in sound/hda/common/Kconfig.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250709160434.1859-5-tiwai@suse.de
sound/hda/common/Kconfig
sound/hda/core/Kconfig