diff options
| author | 2009-07-01 08:34:32 +0200 | |
|---|---|---|
| committer | 2009-07-01 08:34:32 +0200 | |
| commit | 1e1689536f346a431b748dc8ad9ac0828d2c065d (patch) | |
| tree | 38270264404a0cc088b8b5d4cc43afe74bb5d4ad | |
| parent | ALSA: hda - Add missing initializations for ALC268 and ALC269 (diff) | |
| download | wireguard-linux-1e1689536f346a431b748dc8ad9ac0828d2c065d.tar.xz wireguard-linux-1e1689536f346a431b748dc8ad9ac0828d2c065d.zip | |
ALSA: hda - Add missing static to patch_ca0110()
Signed-off-by: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | sound/pci/hda/patch_ca0110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0110.c b/sound/pci/hda/patch_ca0110.c index 392d108c3558..019ca7cb56d7 100644 --- 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; |
