Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: docs: Fix module paths in /sys

It's /sys/module/ (singular), not /sys/modules/.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Link: https://patch.msgid.link/20250130180823.1864-2-jwilk@jwilk.net
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Jakub Wilk and committed by
Takashi Iwai
de7d2a70 1d5efdd4

+3 -3
+1 -1
Documentation/sound/alsa-configuration.rst
··· 58 58 2 = verbose debug messages); 59 59 This option appears only when ``CONFIG_SND_DEBUG=y``. 60 60 This option can be dynamically changed via sysfs 61 - /sys/modules/snd/parameters/debug file. 61 + /sys/module/snd/parameters/debug file. 62 62 63 63 Module snd-pcm-oss 64 64 ------------------
+2 -2
Documentation/sound/designs/powersave.rst
··· 25 25 The ``power_save`` option is exported as writable. This means you can 26 26 adjust the value via sysfs on the fly. For example, to turn on the 27 27 automatic power-save mode with 10 seconds, write to 28 - ``/sys/modules/snd_ac97_codec/parameters/power_save`` (usually as root): 28 + ``/sys/module/snd_ac97_codec/parameters/power_save`` (usually as root): 29 29 :: 30 30 31 - # echo 10 > /sys/modules/snd_ac97_codec/parameters/power_save 31 + # echo 10 > /sys/module/snd_ac97_codec/parameters/power_save 32 32 33 33 34 34 Note that you might hear click noise/pop when changing the power