Commit bc940c40 authored by Matthew Martin's avatar Matthew Martin Committed by Adrian Bunk

ixj: make ixj_set_tone_off() static

Signed-off-by: default avatarMatthew Martin <lihnucks@gmail.com>
Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent d6e05edc
......@@ -5712,7 +5712,7 @@ static int ixj_daa_write(IXJ *j)
return 1;
}
int ixj_set_tone_off(unsigned short arg, IXJ *j)
static int ixj_set_tone_off(unsigned short arg, IXJ *j)
{
j->tone_off_time = arg;
if (ixj_WriteDSPCommand(0x6E05, j)) /* Set Tone Off Period */
......
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