Commit c7fabbc5 authored by Randy Dunlap's avatar Randy Dunlap Committed by Takashi Iwai

ALSA: pci: delete repeated words in comments

Drop duplicated words in sound/pci/.
{and, the, at}
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20200806021926.32418-1-rdunlap@infradead.orgSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c7293858
...@@ -766,7 +766,7 @@ static void snd_cs46xx_set_capture_sample_rate(struct snd_cs46xx *chip, unsigned ...@@ -766,7 +766,7 @@ static void snd_cs46xx_set_capture_sample_rate(struct snd_cs46xx *chip, unsigned
rate = 48000 / 9; rate = 48000 / 9;
/* /*
* We can not capture at at rate greater than the Input Rate (48000). * We can not capture at a rate greater than the Input Rate (48000).
* Return an error if an attempt is made to stray outside that limit. * Return an error if an attempt is made to stray outside that limit.
*/ */
if (rate > 48000) if (rate > 48000)
......
...@@ -1716,7 +1716,7 @@ int cs46xx_iec958_pre_open (struct snd_cs46xx *chip) ...@@ -1716,7 +1716,7 @@ int cs46xx_iec958_pre_open (struct snd_cs46xx *chip)
struct dsp_spos_instance * ins = chip->dsp_spos_instance; struct dsp_spos_instance * ins = chip->dsp_spos_instance;
if ( ins->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED ) { if ( ins->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED ) {
/* remove AsynchFGTxSCB and and PCMSerialInput_II */ /* remove AsynchFGTxSCB and PCMSerialInput_II */
cs46xx_dsp_disable_spdif_out (chip); cs46xx_dsp_disable_spdif_out (chip);
/* save state */ /* save state */
......
...@@ -3428,7 +3428,7 @@ EXPORT_SYMBOL_GPL(snd_hda_set_power_save); ...@@ -3428,7 +3428,7 @@ EXPORT_SYMBOL_GPL(snd_hda_set_power_save);
* @nid: NID to check / update * @nid: NID to check / update
* *
* Check whether the given NID is in the amp list. If it's in the list, * Check whether the given NID is in the amp list. If it's in the list,
* check the current AMP status, and update the the power-status according * check the current AMP status, and update the power-status according
* to the mute status. * to the mute status.
* *
* This function is supposed to be set or called from the check_power_status * This function is supposed to be set or called from the check_power_status
......
...@@ -813,7 +813,7 @@ static void activate_amp_in(struct hda_codec *codec, struct nid_path *path, ...@@ -813,7 +813,7 @@ static void activate_amp_in(struct hda_codec *codec, struct nid_path *path,
} }
} }
/* sync power of each widget in the the given path */ /* sync power of each widget in the given path */
static hda_nid_t path_power_update(struct hda_codec *codec, static hda_nid_t path_power_update(struct hda_codec *codec,
struct nid_path *path, struct nid_path *path,
bool allow_powerdown) bool allow_powerdown)
......
...@@ -838,7 +838,7 @@ static int stac_auto_create_beep_ctls(struct hda_codec *codec, ...@@ -838,7 +838,7 @@ static int stac_auto_create_beep_ctls(struct hda_codec *codec,
static const struct snd_kcontrol_new beep_vol_ctl = static const struct snd_kcontrol_new beep_vol_ctl =
HDA_CODEC_VOLUME(NULL, 0, 0, 0); HDA_CODEC_VOLUME(NULL, 0, 0, 0);
/* check for mute support for the the amp */ /* check for mute support for the amp */
if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) { if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
const struct snd_kcontrol_new *temp; const struct snd_kcontrol_new *temp;
if (spec->anabeep_nid == nid) if (spec->anabeep_nid == nid)
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* Experimentally I found out that only a combination of * Experimentally I found out that only a combination of
* OCKS0=1, OCKS1=1 (128fs, 64fs output) and ice1724 - * OCKS0=1, OCKS1=1 (128fs, 64fs output) and ice1724 -
* VT1724_MT_I2S_MCLK_128X=0 (256fs input) yields correct * 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. * MCK01 rate.
* *
* Copyright (c) 2003 Takashi Iwai <tiwai@suse.de> * Copyright (c) 2003 Takashi Iwai <tiwai@suse.de>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* GPIO 4 <- headphone detect * GPIO 4 <- headphone detect
* GPIO 5 -> enable ADC analog circuit for the left channel * GPIO 5 -> enable ADC analog circuit for the left channel
* GPIO 6 -> enable ADC analog circuit for the right channel * GPIO 6 -> enable ADC analog circuit for the right channel
* GPIO 7 -> switch green rear output jack between CS4245 and and the first * GPIO 7 -> switch green rear output jack between CS4245 and the first
* channel of CS4361 (mechanical relay) * channel of CS4361 (mechanical relay)
* GPIO 8 -> enable output to speakers * GPIO 8 -> enable output to speakers
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment