diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-09-01 11:15:44 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-09-01 14:21:53 +0200 |
commit | 16f0f01d4f7fb9cbc7a383577ef9756d7eb9afd1 (patch) | |
tree | 344b14f37314001916d4807964ccd099d71af4f0 /sound/pci/cs46xx/cs46xx_lib.c | |
parent | 4127e80a93e8a4ac009a03a8b0897e89042c7ea0 (diff) | |
download | linux-16f0f01d4f7fb9cbc7a383577ef9756d7eb9afd1.tar.gz linux-16f0f01d4f7fb9cbc7a383577ef9756d7eb9afd1.tar.bz2 linux-16f0f01d4f7fb9cbc7a383577ef9756d7eb9afd1.zip |
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/cs46xx/cs46xx_lib.c')
-rw-r--r-- | sound/pci/cs46xx/cs46xx_lib.c | 4 |
1 files changed, 2 insertions, 2 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) udelay(10); if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { dev_dbg(chip->card->dev, - "seconadry codec not present\n"); + "secondary codec not present\n"); return -ENXIO; } } @@ -2503,7 +2503,7 @@ int snd_cs46xx_mixer(struct snd_cs46xx *chip, int spdif_device) chip->nr_ac97_codecs = 1; #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 */ if (! cs46xx_detect_codec(chip, CS46XX_SECONDARY_CODEC_INDEX)) chip->nr_ac97_codecs = 2; |