From: Takashi Iwai Date: Tue, 13 Sep 2005 16:39:21 +0000 (+0200) Subject: [ALSA] Fix a typo X-Git-Tag: v2.6.16.28-rc1~3198^2~80 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eb9b4142b3af98d808012081c4dd6d36e2964d43;p=karo-tx-linux.git [ALSA] Fix a typo Modules: AC97 Codec Fix a typo in the last patch. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index ffc8d6521073..b24beb32961e 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c @@ -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)