aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-09-13 18:39:21 +0200
committerJaroslav Kysela <perex@suse.cz>2005-11-04 13:15:42 +0100
commiteb9b4142b3af98d808012081c4dd6d36e2964d43 (patch)
tree6b33ebc4bd019f51c776095cc6ee25f81b3a9ddc /sound
parent4525c9f31f4606881ed49d822b44c2c5d6080ef4 (diff)
downloadlinux-eb9b4142b3af98d808012081c4dd6d36e2964d43.tar.gz
[ALSA] Fix a typo
Modules: AC97 Codec Fix a typo in the last patch. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/ac97/ac97_patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index ffc8d6521073e..b24beb32961e9 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)