]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: lola: Fix typo in lola_clock.c
authorZhu Jun <zhujun2@cmss.chinamobile.com>
Thu, 5 Dec 2024 09:51:56 +0000 (01:51 -0800)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Dec 2024 13:36:45 +0000 (14:36 +0100)
The word 'ajustement' is wrong, so fix it.

Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com>
Link: https://patch.msgid.link/20241205095156.17837-1-zhujun2@cmss.chinamobile.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/lola/lola_clock.c

index cafd30e30913f1d03008129d8d6823322647b804..2e73fbf335ed5c997ac5af2161f4b9f10391dda5 100644 (file)
@@ -35,7 +35,7 @@ unsigned int lola_sample_rate_convert(unsigned int coded)
        default:        return 0;   /* error */
        }
 
-       /* ajustement */
+       /* adjustement */
        switch (coded & 0x60) {
        case (0 << 5):    break;
        case (1 << 5):    freq = (freq * 999) / 1000; break;