diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-09-01 06:15:44 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-09-01 08:21:53 -0400 |
commit | 16f0f01d4f7fb9cbc7a383577ef9756d7eb9afd1 (patch) | |
tree | 344b14f37314001916d4807964ccd099d71af4f0 /sound/pci | |
parent | 4127e80a93e8a4ac009a03a8b0897e89042c7ea0 (diff) |
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>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/cs46xx/cs46xx_lib.c | 4 | ||||
-rw-r--r-- | sound/pci/cs46xx/dsp_spos.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/cs46xx/cs46xx_lib.c b/sound/pci/cs46xx/cs46xx_lib.c index 2706f271a83b..528102cc2d5d 100644 --- a/sound/pci/cs46xx/cs46xx_lib.c +++ b/sound/pci/cs46xx/cs46xx_lib.c | |||
@@ -2460,7 +2460,7 @@ static int cs46xx_detect_codec(struct snd_cs46xx *chip, int codec) | |||
2460 | udelay(10); | 2460 | udelay(10); |
2461 | if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { | 2461 | if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { |
2462 | dev_dbg(chip->card->dev, | 2462 | dev_dbg(chip->card->dev, |
2463 | "seconadry codec not present\n"); | 2463 | "secondary codec not present\n"); |
2464 | return -ENXIO; | 2464 | return -ENXIO; |
2465 | } | 2465 | } |
2466 | } | 2466 | } |
@@ -2503,7 +2503,7 @@ int snd_cs46xx_mixer(struct snd_cs46xx *chip, int spdif_device) | |||
2503 | chip->nr_ac97_codecs = 1; | 2503 | chip->nr_ac97_codecs = 1; |
2504 | 2504 | ||
2505 | #ifdef CONFIG_SND_CS46XX_NEW_DSP | 2505 | #ifdef CONFIG_SND_CS46XX_NEW_DSP |
2506 | dev_dbg(chip->card->dev, "detecting seconadry codec\n"); | 2506 | dev_dbg(chip->card->dev, "detecting secondary codec\n"); |
2507 | /* try detect a secondary codec */ | 2507 | /* try detect a secondary codec */ |
2508 | if (! cs46xx_detect_codec(chip, CS46XX_SECONDARY_CODEC_INDEX)) | 2508 | if (! cs46xx_detect_codec(chip, CS46XX_SECONDARY_CODEC_INDEX)) |
2509 | chip->nr_ac97_codecs = 2; | 2509 | chip->nr_ac97_codecs = 2; |
diff --git a/sound/pci/cs46xx/dsp_spos.c b/sound/pci/cs46xx/dsp_spos.c index d2951ed4bf71..4a0cbd2241d8 100644 --- a/sound/pci/cs46xx/dsp_spos.c +++ b/sound/pci/cs46xx/dsp_spos.c | |||
@@ -1441,7 +1441,7 @@ int cs46xx_dsp_scb_and_task_init (struct snd_cs46xx *chip) | |||
1441 | 1441 | ||
1442 | if (chip->nr_ac97_codecs == 2) { | 1442 | if (chip->nr_ac97_codecs == 2) { |
1443 | /* create CODEC tasklet for rear Center/LFE output | 1443 | /* create CODEC tasklet for rear Center/LFE output |
1444 | slot 6 and 9 on seconadry CODEC */ | 1444 | slot 6 and 9 on secondary CODEC */ |
1445 | clfe_codec_out_scb = cs46xx_dsp_create_codec_out_scb(chip,"CodecOutSCB_CLFE",0x0030,0x0030, | 1445 | clfe_codec_out_scb = cs46xx_dsp_create_codec_out_scb(chip,"CodecOutSCB_CLFE",0x0030,0x0030, |
1446 | CLFE_MIXER_SCB_ADDR, | 1446 | CLFE_MIXER_SCB_ADDR, |
1447 | CLFE_CODEC_SCB_ADDR, | 1447 | CLFE_CODEC_SCB_ADDR, |