From: Takashi Iwai <tiwai@suse.de>
To: "Ahelenia Ziemiańska" <nabijaczleweli@nabijaczleweli.xyz>
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] ALSA: emu10k1: fix "for/take a while" typos
Date: Thu, 10 Jul 2025 16:28:00 +0200 [thread overview]
Message-ID: <87tt3kw26n.wl-tiwai@suse.de> (raw)
In-Reply-To: <e4owjda3hf5vjc2237m3ctokey4qglfrciga6ho24bd4os5awk@tarta.nabijaczleweli.xyz>
On Thu, 03 Jul 2025 20:21:29 +0200,
Ahelenia Ziemiańska wrote:
>
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> ---
> v1: https://lore.kernel.org/lkml/h2ieddqja5jfrnuh3mvlxt6njrvp352t5rfzp2cvnrufop6tch@tarta.nabijaczleweli.xyz/t/#u
Well, "awhile" is a proper word, AFAIK.
thanks,
Takashi
>
> sound/pci/emu10k1/emu10k1_main.c | 2 +-
> sound/pci/emu10k1/emupcm.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
> index bbe252b8916c..6050201851b1 100644
> --- a/sound/pci/emu10k1/emu10k1_main.c
> +++ b/sound/pci/emu10k1/emu10k1_main.c
> @@ -606,7 +606,7 @@ static int snd_emu10k1_ecard_init(struct snd_emu10k1 *emu)
> /* Step 2: Calibrate the ADC and DAC */
> snd_emu10k1_ecard_write(emu, EC_DACCAL | EC_LEDN | EC_TRIM_CSN);
>
> - /* Step 3: Wait for awhile; XXX We can't get away with this
> + /* Step 3: Wait for a while; XXX We can't get away with this
> * under a real operating system; we'll need to block and wait that
> * way. */
> snd_emu10k1_wait(emu, 48000);
> diff --git a/sound/pci/emu10k1/emupcm.c b/sound/pci/emu10k1/emupcm.c
> index 1bf6e3d652f8..ca4b03317539 100644
> --- a/sound/pci/emu10k1/emupcm.c
> +++ b/sound/pci/emu10k1/emupcm.c
> @@ -991,7 +991,7 @@ static snd_pcm_uframes_t snd_emu10k1_capture_pointer(struct snd_pcm_substream *s
> if (!epcm->running)
> return 0;
> if (epcm->first_ptr) {
> - udelay(50); /* hack, it takes awhile until capture is started */
> + udelay(50); /* hack, it takes a while until capture is started */
> epcm->first_ptr = 0;
> }
> ptr = snd_emu10k1_ptr_read(emu, epcm->capture_idx_reg, 0) & 0x0000ffff;
> --
> 2.39.5
> Verifying...
next prev parent reply other threads:[~2025-07-10 14:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-03 18:21 [PATCH v2] ALSA: emu10k1: fix "for/take a while" typos Ahelenia Ziemiańska
2025-07-10 14:28 ` Takashi Iwai [this message]
2025-07-10 15:44 ` Ahelenia Ziemiańska
2025-07-10 15:53 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tt3kw26n.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=nabijaczleweli@nabijaczleweli.xyz \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.