]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: ice1724: adjust function name reference
authorJulia Lawall <Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 14:01:03 +0000 (15:01 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 31 Dec 2025 16:13:55 +0000 (17:13 +0100)
The code just below the comment is_pro_rate_locked(), so it seems
like that was what was intended for the comment.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://patch.msgid.link/20251230140103.93134-1-Julia.Lawall@inria.fr
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ice1712/ice1724.c

index e2dbbbfbca9fa1f188b25bf24a50ddf1d9b00048..65bf48647d0894cafc08ed53b9a6b6d88ed39ea2 100644 (file)
@@ -973,7 +973,7 @@ static int set_rate_constraints(struct snd_ice1712 *ice,
                                          ice->hw_rates);
 }
 
-/* if the card has the internal rate locked (is_pro_locked), limit runtime
+/* if the card has the internal rate locked (is_pro_rate_locked), limit runtime
    hw rates to the current internal rate only.
 */
 static void constrain_rate_if_locked(struct snd_pcm_substream *substream)