Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Dec 2020 15:30:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 251125] audio/jack: update to jack2 or add new port audio/jack2
Message-ID:  <bug-251125-12827-6y5qFRaxy4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251125-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251125-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251125

--- Comment #57 from Florian Walpen <dev@submerge.ch> ---
(In reply to Goran Meki=C4=87 from comment #53)

There may have been a misunderstanding about SNDCTL_DSP_SETBLKSIZE. It is o=
nly
useful to us if it can set an exact fragment size on Virtual OSS - otherwis=
e it
does not provide any benefits over SNDCTL_DSP_SETFRAGMENT.

Did you test it? Because your current code won't run the SNDCTL_DSP_SETBLKS=
IZE
part AFAICT. It should produce 2 fragments of size 36864. Just replace the
SNDCTL_DSP_SETFRAGMENT ioctl with SNDCTL_DSP_SETBLKSIZE for testing.

But if it works now we can also opt to let it be and just use the
SNDCTL_DSP_SETFRAGMENT implementation we had before.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251125-12827-6y5qFRaxy4>