Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ixj: make ixj_set_tone_off() static

parent d6e05edc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */