diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-06 05:19:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-08-06 10:30:02 +0300 |
commit | c7fabbc51352f50cc58242a6dc3b9c1a3599849b (patch) | |
tree | 05629c991f36d858927abdf4e812bcfa0af9a6b5 /sound/pci/ice1712 | |
parent | c7293858131c3f52d6a18321553c4650bf57462a (diff) | |
download | linux-c7fabbc51352f50cc58242a6dc3b9c1a3599849b.tar.xz |
ALSA: pci: delete repeated words in comments
Drop duplicated words in sound/pci/.
{and, the, at}
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200806021926.32418-1-rdunlap@infradead.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712')
-rw-r--r-- | sound/pci/ice1712/prodigy192.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/prodigy192.c b/sound/pci/ice1712/prodigy192.c index 8df14f63b10d..096ec76f5304 100644 --- a/sound/pci/ice1712/prodigy192.c +++ b/sound/pci/ice1712/prodigy192.c @@ -32,7 +32,7 @@ * Experimentally I found out that only a combination of * OCKS0=1, OCKS1=1 (128fs, 64fs output) and ice1724 - * VT1724_MT_I2S_MCLK_128X=0 (256fs input) yields correct - * sampling rate. That means the the FPGA doubles the + * sampling rate. That means that the FPGA doubles the * MCK01 rate. * * Copyright (c) 2003 Takashi Iwai <tiwai@suse.de> |