commit | 1e1689536f346a431b748dc8ad9ac0828d2c065d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 01 08:34:32 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jul 01 08:34:32 2009 +0200 |
tree | 38270264404a0cc088b8b5d4cc43afe74bb5d4ad | |
parent | 1d955ebd4db7961dc4e772a23288b3d5c6f191be [diff] [blame] |
ALSA: hda - Add missing static to patch_ca0110() Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/hda/patch_ca0110.c b/sound/pci/hda/patch_ca0110.c index 392d108..019ca7c 100644 --- a/sound/pci/hda/patch_ca0110.c +++ b/sound/pci/hda/patch_ca0110.c
@@ -510,7 +510,7 @@ } -int patch_ca0110(struct hda_codec *codec) +static int patch_ca0110(struct hda_codec *codec) { struct ca0110_spec *spec; int err;