projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4525c9f
)
[ALSA] Fix a typo
author
Takashi Iwai
<tiwai@suse.de>
Tue, 13 Sep 2005 16:39:21 +0000
(18:39 +0200)
committer
Jaroslav 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ac97/ac97_patch.c
b/sound/pci/ac97/ac97_patch.c
index ffc8d6521073e1e2671e44139249e238ebead470..b24beb32961e9edf43f913a2adde65ead8b72900 100644
(file)
--- 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 a
c
97->channel_mode >= 2;
}
static inline int is_shared_linein(ac97_t *ac97)