mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
ALSA: hda - Add missing static to patch_ca0110()
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
1d955ebd4d
commit
1e1689536f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue