mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
ALSA: cs46xx: fix typo "seconadry" -> "secondary"
Trivial fix to typos dev_dbg messages and comment. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4127e80a93
commit
16f0f01d4f
@ -2460,7 +2460,7 @@ static int cs46xx_detect_codec(struct snd_cs46xx *chip, int codec)
|
|||||||
udelay(10);
|
udelay(10);
|
||||||
if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) {
|
if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) {
|
||||||
dev_dbg(chip->card->dev,
|
dev_dbg(chip->card->dev,
|
||||||
"seconadry codec not present\n");
|
"secondary codec not present\n");
|
||||||
return -ENXIO;
|
return -ENXIO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2503,7 +2503,7 @@ int snd_cs46xx_mixer(struct snd_cs46xx *chip, int spdif_device)
|
|||||||
chip->nr_ac97_codecs = 1;
|
chip->nr_ac97_codecs = 1;
|
||||||
|
|
||||||
#ifdef CONFIG_SND_CS46XX_NEW_DSP
|
#ifdef CONFIG_SND_CS46XX_NEW_DSP
|
||||||
dev_dbg(chip->card->dev, "detecting seconadry codec\n");
|
dev_dbg(chip->card->dev, "detecting secondary codec\n");
|
||||||
/* try detect a secondary codec */
|
/* try detect a secondary codec */
|
||||||
if (! cs46xx_detect_codec(chip, CS46XX_SECONDARY_CODEC_INDEX))
|
if (! cs46xx_detect_codec(chip, CS46XX_SECONDARY_CODEC_INDEX))
|
||||||
chip->nr_ac97_codecs = 2;
|
chip->nr_ac97_codecs = 2;
|
||||||
|
@ -1441,7 +1441,7 @@ int cs46xx_dsp_scb_and_task_init (struct snd_cs46xx *chip)
|
|||||||
|
|
||||||
if (chip->nr_ac97_codecs == 2) {
|
if (chip->nr_ac97_codecs == 2) {
|
||||||
/* create CODEC tasklet for rear Center/LFE output
|
/* create CODEC tasklet for rear Center/LFE output
|
||||||
slot 6 and 9 on seconadry CODEC */
|
slot 6 and 9 on secondary CODEC */
|
||||||
clfe_codec_out_scb = cs46xx_dsp_create_codec_out_scb(chip,"CodecOutSCB_CLFE",0x0030,0x0030,
|
clfe_codec_out_scb = cs46xx_dsp_create_codec_out_scb(chip,"CodecOutSCB_CLFE",0x0030,0x0030,
|
||||||
CLFE_MIXER_SCB_ADDR,
|
CLFE_MIXER_SCB_ADDR,
|
||||||
CLFE_CODEC_SCB_ADDR,
|
CLFE_CODEC_SCB_ADDR,
|
||||||
|
Loading…
Reference in New Issue
Block a user