Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: docs: Fix typo
@ 2025-01-30 18:08 Jakub Wilk
  2025-01-30 18:08 ` [PATCH 2/2] ALSA: docs: Fix module paths in /sys Jakub Wilk
  2025-02-05 12:05 ` [PATCH 1/2] ALSA: docs: Fix typo Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Jakub Wilk @ 2025-01-30 18:08 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Jaroslav Kysela, linux-sound

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 Documentation/sound/designs/powersave.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sound/designs/powersave.rst b/Documentation/sound/designs/powersave.rst
index 138157452eb9..96f618b3f0b6 100644
--- a/Documentation/sound/designs/powersave.rst
+++ b/Documentation/sound/designs/powersave.rst
@@ -33,7 +33,7 @@ automatic power-save mode with 10 seconds, write to
 
 Note that you might hear click noise/pop when changing the power
 state.  Also, it often takes certain time to wake up from the
-power-down to the active state.  These are often hardly to fix, so
+power-down to the active state.  These are often hard to fix, so
 don't report extra bug reports unless you have a fix patch ;-)
 
 For HD-audio interface, there is another module option,
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ALSA: docs: Fix module paths in /sys
  2025-01-30 18:08 [PATCH 1/2] ALSA: docs: Fix typo Jakub Wilk
@ 2025-01-30 18:08 ` Jakub Wilk
  2025-02-05 12:05 ` [PATCH 1/2] ALSA: docs: Fix typo Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Wilk @ 2025-01-30 18:08 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Jaroslav Kysela, linux-sound

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

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 Documentation/sound/alsa-configuration.rst | 2 +-
 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
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ALSA: docs: Fix typo
  2025-01-30 18:08 [PATCH 1/2] ALSA: docs: Fix typo Jakub Wilk
  2025-01-30 18:08 ` [PATCH 2/2] ALSA: docs: Fix module paths in /sys Jakub Wilk
@ 2025-02-05 12:05 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2025-02-05 12:05 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: Takashi Iwai, Jaroslav Kysela, linux-sound

On Thu, 30 Jan 2025 19:08:22 +0100,
Jakub Wilk wrote:
> 
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Applied both patches now.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-05 12:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 18:08 [PATCH 1/2] ALSA: docs: Fix typo Jakub Wilk
2025-01-30 18:08 ` [PATCH 2/2] ALSA: docs: Fix module paths in /sys Jakub Wilk
2025-02-05 12:05 ` [PATCH 1/2] ALSA: docs: Fix typo Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox