mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ALSA: control: Fix virtual master creation reference in kernel-doc
@ 2026-09-12 10:05 Karl Mehltretter
  2026-09-12 16:34 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Mehltretter @ 2026-09-12 10:05 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai; +Cc: Karl Mehltretter, linux-sound, linux-kernel

The snd_ctl_add_follower() comment refers to
snd_ctl_create_virtual_master(), but virtual master controls are created
with snd_ctl_make_virtual_master(). Correct the helper name.

Fixes: 79c7cdd5441f ("ALSA: Add kernel-doc comments to vmaster stuff")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 include/sound/control.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/control.h b/include/sound/control.h
index 909db0d0485df11385769367b484daaaf56905f8..37e9c545503e5fda45ed5d9a7fdfba3ad060fd67 100644
--- a/include/sound/control.h
+++ b/include/sound/control.h
@@ -244,7 +244,7 @@ int _snd_ctl_add_follower(struct snd_kcontrol *master,
  * @follower: follower element to add
  *
  * Add a virtual follower control to the given master element created via
- * snd_ctl_create_virtual_master() beforehand.
+ * snd_ctl_make_virtual_master() beforehand.
  *
  * All followers must be the same type (returning the same information
  * via info callback).  The function doesn't check it, so it's your
-- 
2.39.5 (Apple Git-154)


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

* Re: [PATCH] ALSA: control: Fix virtual master creation reference in kernel-doc
  2026-09-12 10:05 [PATCH] ALSA: control: Fix virtual master creation reference in kernel-doc Karl Mehltretter
@ 2026-09-12 16:34 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-09-12 16:34 UTC (permalink / raw)
  To: Karl Mehltretter; +Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel

On Sat, 12 Sep 2026 12:05:48 +0200,
Karl Mehltretter wrote:
> 
> The snd_ctl_add_follower() comment refers to
> snd_ctl_create_virtual_master(), but virtual master controls are created
> with snd_ctl_make_virtual_master(). Correct the helper name.
> 
> Fixes: 79c7cdd5441f ("ALSA: Add kernel-doc comments to vmaster stuff")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

Applied to for-next branch.  Thanks.


Takashi

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

end of thread, other threads:[~2026-09-12 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 10:05 [PATCH] ALSA: control: Fix virtual master creation reference in kernel-doc Karl Mehltretter
2026-09-12 16:34 ` Takashi Iwai

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

all inboxes | Powered by JetHome®