diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-10-16 15:19:20 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-10-17 10:08:27 +0200 |
commit | fa2eb005ebcbac89745a1f9a9f0c8678ba63f61a (patch) | |
tree | 50345f534a981d40143274aed4c5bdbd8739e7cb /sound/pci | |
parent | e799d0bce6b191de6e96e556528243c1d73303ca (diff) | |
download | linux-3.10-fa2eb005ebcbac89745a1f9a9f0c8678ba63f61a.tar.gz linux-3.10-fa2eb005ebcbac89745a1f9a9f0c8678ba63f61a.tar.bz2 linux-3.10-fa2eb005ebcbac89745a1f9a9f0c8678ba63f61a.zip |
sound: fixed typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/au88x0/au88x0_mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0_mixer.c b/sound/pci/au88x0/au88x0_mixer.c index c92f493d341..557c782ae4f 100644 --- a/sound/pci/au88x0/au88x0_mixer.c +++ b/sound/pci/au88x0/au88x0_mixer.c @@ -23,7 +23,7 @@ static int __devinit snd_vortex_mixer(vortex_t * vortex) if ((err = snd_ac97_bus(vortex->card, 0, &ops, NULL, &pbus)) < 0) return err; memset(&ac97, 0, sizeof(ac97)); - // Intialize AC97 codec stuff. + // Initialize AC97 codec stuff. ac97.private_data = vortex; ac97.scaps = AC97_SCAP_NO_SPDIF; err = snd_ac97_mixer(pbus, &ac97, &vortex->codec); |