diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-09-01 12:15:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-09-01 14:21:53 +0200 |
commit | 16f0f01d4f7fb9cbc7a383577ef9756d7eb9afd1 (patch) | |
tree | 344b14f37314001916d4807964ccd099d71af4f0 /sound/pci/cs46xx/dsp_spos.c | |
parent | ALSA: seq: initialize whole fields of automatic variable with union type (diff) | |
download | linux-16f0f01d4f7fb9cbc7a383577ef9756d7eb9afd1.tar.xz 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 '')
-rw-r--r-- | sound/pci/cs46xx/dsp_spos.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) if (chip->nr_ac97_codecs == 2) { /* 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_MIXER_SCB_ADDR, CLFE_CODEC_SCB_ADDR, |