Commit 1e168953 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Add missing static to patch_ca0110()

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 1d955ebd
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment