aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/au88x0/au88x0_mixer.c
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-10-16 15:19:20 +0200
committerTakashi Iwai <tiwai@suse.de>2010-10-17 10:08:27 +0200
commitfa2eb005ebcbac89745a1f9a9f0c8678ba63f61a (patch)
tree50345f534a981d40143274aed4c5bdbd8739e7cb /sound/pci/au88x0/au88x0_mixer.c
parentMerge remote branch 'alsa/devel' into topic/misc (diff)
downloadlinux-dev-fa2eb005ebcbac89745a1f9a9f0c8678ba63f61a.tar.xz
linux-dev-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/au88x0/au88x0_mixer.c')
-rw-r--r--sound/pci/au88x0/au88x0_mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0_mixer.c b/sound/pci/au88x0/au88x0_mixer.c
index c92f493d341e..557c782ae4fc 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);