]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ALSA] Fix a typo
authorTakashi Iwai <tiwai@suse.de>
Tue, 13 Sep 2005 16:39:21 +0000 (18:39 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 4 Nov 2005 12:15:42 +0000 (13:15 +0100)
Modules: AC97 Codec

Fix a typo in the last patch.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ac97/ac97_patch.c

index ffc8d6521073e1e2671e44139249e238ebead470..b24beb32961e9edf43f913a2adde65ead8b72900 100644 (file)
@@ -170,7 +170,7 @@ static inline int is_surround_on(ac97_t *ac97)
 
 static inline int is_clfe_on(ac97_t *ac97)
 {
-       return a97->channel_mode >= 2;
+       return ac97->channel_mode >= 2;
 }
 
 static inline int is_shared_linein(ac97_t *ac97)