diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2025-01-30 19:08:23 +0100 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-02-05 13:05:00 +0100 |
| commit | de7d2a70707ef991b8a2996ef1588f1e8b9aba95 (patch) | |
| tree | a614de7321ee1260ef9340393487e610a458a442 /Documentation/sound | |
| parent | 1d5efdd4e76e8e81f150c243f6a663e60e091597 (diff) | |
| download | linux-de7d2a70707ef991b8a2996ef1588f1e8b9aba95.tar.gz linux-de7d2a70707ef991b8a2996ef1588f1e8b9aba95.tar.bz2 linux-de7d2a70707ef991b8a2996ef1588f1e8b9aba95.zip | |
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>
Diffstat (limited to 'Documentation/sound')
| -rw-r--r-- | Documentation/sound/alsa-configuration.rst | 2 | ||||
| -rw-r--r-- | Documentation/sound/designs/powersave.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/sound/alsa-configuration.rst b/Documentation/sound/alsa-configuration.rst index 04254474fa04..a45174d165eb 100644 --- a/Documentation/sound/alsa-configuration.rst +++ b/Documentation/sound/alsa-configuration.rst @@ -58,7 +58,7 @@ debug 2 = verbose debug messages); This option appears only when ``CONFIG_SND_DEBUG=y``. This option can be dynamically changed via sysfs - /sys/modules/snd/parameters/debug file. + /sys/module/snd/parameters/debug file. Module snd-pcm-oss ------------------ diff --git a/Documentation/sound/designs/powersave.rst b/Documentation/sound/designs/powersave.rst index 96f618b3f0b6..ca7d1e838b4d 100644 --- a/Documentation/sound/designs/powersave.rst +++ b/Documentation/sound/designs/powersave.rst @@ -25,10 +25,10 @@ operations. The ``power_save`` option is exported as writable. This means you can adjust the value via sysfs on the fly. For example, to turn on the automatic power-save mode with 10 seconds, write to -``/sys/modules/snd_ac97_codec/parameters/power_save`` (usually as root): +``/sys/module/snd_ac97_codec/parameters/power_save`` (usually as root): :: - # echo 10 > /sys/modules/snd_ac97_codec/parameters/power_save + # echo 10 > /sys/module/snd_ac97_codec/parameters/power_save Note that you might hear click noise/pop when changing the power |
