Skip to content

Commit c7fabbc

Browse files
rddunlaptiwai
authored andcommitted
ALSA: pci: delete repeated words in comments
Drop duplicated words in sound/pci/. {and, the, at} Signed-off-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent c729385 commit c7fabbc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

sound/pci/cs46xx/cs46xx_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ static void snd_cs46xx_set_capture_sample_rate(struct snd_cs46xx *chip, unsigned
766766
rate = 48000 / 9;
767767

768768
/*
769-
* We can not capture at at rate greater than the Input Rate (48000).
769+
* We can not capture at a rate greater than the Input Rate (48000).
770770
* Return an error if an attempt is made to stray outside that limit.
771771
*/
772772
if (rate > 48000)

sound/pci/cs46xx/dsp_spos_scb_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ int cs46xx_iec958_pre_open (struct snd_cs46xx *chip)
17161716
struct dsp_spos_instance * ins = chip->dsp_spos_instance;
17171717

17181718
if ( ins->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED ) {
1719-
/* remove AsynchFGTxSCB and and PCMSerialInput_II */
1719+
/* remove AsynchFGTxSCB and PCMSerialInput_II */
17201720
cs46xx_dsp_disable_spdif_out (chip);
17211721

17221722
/* save state */

sound/pci/hda/hda_codec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3428,7 +3428,7 @@ EXPORT_SYMBOL_GPL(snd_hda_set_power_save);
34283428
* @nid: NID to check / update
34293429
*
34303430
* Check whether the given NID is in the amp list. If it's in the list,
3431-
* check the current AMP status, and update the the power-status according
3431+
* check the current AMP status, and update the power-status according
34323432
* to the mute status.
34333433
*
34343434
* This function is supposed to be set or called from the check_power_status

sound/pci/hda/hda_generic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ static void activate_amp_in(struct hda_codec *codec, struct nid_path *path,
813813
}
814814
}
815815

816-
/* sync power of each widget in the the given path */
816+
/* sync power of each widget in the given path */
817817
static hda_nid_t path_power_update(struct hda_codec *codec,
818818
struct nid_path *path,
819819
bool allow_powerdown)

sound/pci/hda/patch_sigmatel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ static int stac_auto_create_beep_ctls(struct hda_codec *codec,
838838
static const struct snd_kcontrol_new beep_vol_ctl =
839839
HDA_CODEC_VOLUME(NULL, 0, 0, 0);
840840

841-
/* check for mute support for the the amp */
841+
/* check for mute support for the amp */
842842
if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
843843
const struct snd_kcontrol_new *temp;
844844
if (spec->anabeep_nid == nid)

sound/pci/ice1712/prodigy192.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Experimentally I found out that only a combination of
3333
* OCKS0=1, OCKS1=1 (128fs, 64fs output) and ice1724 -
3434
* VT1724_MT_I2S_MCLK_128X=0 (256fs input) yields correct
35-
* sampling rate. That means the the FPGA doubles the
35+
* sampling rate. That means that the FPGA doubles the
3636
* MCK01 rate.
3737
*
3838
* Copyright (c) 2003 Takashi Iwai <[email protected]>

sound/pci/oxygen/xonar_dg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* GPIO 4 <- headphone detect
3030
* GPIO 5 -> enable ADC analog circuit for the left channel
3131
* GPIO 6 -> enable ADC analog circuit for the right channel
32-
* GPIO 7 -> switch green rear output jack between CS4245 and and the first
32+
* GPIO 7 -> switch green rear output jack between CS4245 and the first
3333
* channel of CS4361 (mechanical relay)
3434
* GPIO 8 -> enable output to speakers
3535
*

0 commit comments

Comments
 (0)