summaryrefslogtreecommitdiffstats
path: root/fragments
diff options
context:
space:
mode:
authorWolfgang Müller2022-01-28 11:06:52 +0100
committerWolfgang Müller2022-06-04 13:24:52 +0200
commit4f2d91a6366dca24e49ad050b0c9cd44106a1d55 (patch)
tree9be55482459360808de7adcdfdaee0bb82d18a27 /fragments
parent490c9b794de015ffce4fead53b112fe38a2cc57e (diff)
downloadkernfrag-4f2d91a6366dca24e49ad050b0c9cd44106a1d55.tar.gz
fragments: Remove CONFIG_SND_HDA_PREALLOC_SIZE=2048
Starting with kernels in the 5.15 branch, this setting is no longer changeable from its value of '0' on x86 systems [1]. The pulseaudio ebuild still recommends setting this value, which is possibly misleading. See [2]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/sound/hda/Kconfig?id=c31427d0d21e198c74d5d92082c4b8194b257f82 [2] https://bugs.gentoo.org/show_bug.cgi?id=716252
Diffstat (limited to 'fragments')
-rw-r--r--fragments/drivers/sound3
1 files changed, 0 insertions, 3 deletions
diff --git a/fragments/drivers/sound b/fragments/drivers/sound
index 9ea12a5..80525f7 100644
--- a/fragments/drivers/sound
+++ b/fragments/drivers/sound
@@ -2,6 +2,3 @@ CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_HRTIMER=y
# CONFIG_SND_SUPPORT_OLD_API is not set
-
-# pulseaudio recommends the following
-CONFIG_SND_HDA_PREALLOC_SIZE=2048