diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-01-28 15:20:06 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-29 02:38:56 -0500 |
commit | b833b5ec0411adc2255053a0e0ec536d97e5784e (patch) | |
tree | b440c1cd8d773a37d60579517a059275ac7b154c /sound | |
parent | 328cc6dfaadad614449eca1c75559e64c5054fea (diff) |
ALSA: AC97: Fix function name type in comment s/updat/update/
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/ac97/ac97_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index e2b843b4f9d0..27551e963e52 100644 --- a/sound/pci/ac97/ac97_codec.c +++ b/sound/pci/ac97/ac97_codec.c | |||
@@ -383,7 +383,7 @@ int snd_ac97_update_bits(struct snd_ac97 *ac97, unsigned short reg, unsigned sho | |||
383 | 383 | ||
384 | EXPORT_SYMBOL(snd_ac97_update_bits); | 384 | EXPORT_SYMBOL(snd_ac97_update_bits); |
385 | 385 | ||
386 | /* no lock version - see snd_ac97_updat_bits() */ | 386 | /* no lock version - see snd_ac97_update_bits() */ |
387 | int snd_ac97_update_bits_nolock(struct snd_ac97 *ac97, unsigned short reg, | 387 | int snd_ac97_update_bits_nolock(struct snd_ac97 *ac97, unsigned short reg, |
388 | unsigned short mask, unsigned short value) | 388 | unsigned short mask, unsigned short value) |
389 | { | 389 | { |