From: Zhu Jun Date: Thu, 5 Dec 2024 09:51:56 +0000 (-0800) Subject: ALSA: lola: Fix typo in lola_clock.c X-Git-Tag: v6.14-rc1~111^2~52^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=738ab625a9840959328f941d3d5f33aae6a81d62;p=thirdparty%2Fkernel%2Flinux.git ALSA: lola: Fix typo in lola_clock.c The word 'ajustement' is wrong, so fix it. Signed-off-by: Zhu Jun Link: https://patch.msgid.link/20241205095156.17837-1-zhujun2@cmss.chinamobile.com Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/lola/lola_clock.c b/sound/pci/lola/lola_clock.c index cafd30e30913f..2e73fbf335ed5 100644 --- a/sound/pci/lola/lola_clock.c +++ b/sound/pci/lola/lola_clock.c @@ -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;