projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d955eb
)
ALSA: hda - Add missing static to patch_ca0110()
author
Takashi Iwai
<tiwai@suse.de>
Wed, 1 Jul 2009 06:34:32 +0000
(08:34 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 1 Jul 2009 06:34:32 +0000
(08:34 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0110.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_ca0110.c
b/sound/pci/hda/patch_ca0110.c
index 392d108c355878791fa1b21700e055203e7566a9..019ca7cb56d7d54631a425cb8f079099ef2ef11a 100644
(file)
--- a/
sound/pci/hda/patch_ca0110.c
+++ b/
sound/pci/hda/patch_ca0110.c
@@
-510,7
+510,7
@@
static int ca0110_parse_auto_config(struct hda_codec *codec)
}
-int patch_ca0110(struct hda_codec *codec)
+
static
int patch_ca0110(struct hda_codec *codec)
{
struct ca0110_spec *spec;
int err;