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

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: ice1724: adjust function name reference

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>

authored by

Julia Lawall and committed by
Takashi Iwai
60dd3ace 537cd8fd

+1 -1
+1 -1
sound/pci/ice1712/ice1724.c
··· 973 973 ice->hw_rates); 974 974 } 975 975 976 - /* if the card has the internal rate locked (is_pro_locked), limit runtime 976 + /* if the card has the internal rate locked (is_pro_rate_locked), limit runtime 977 977 hw rates to the current internal rate only. 978 978 */ 979 979 static void constrain_rate_if_locked(struct snd_pcm_substream *substream)