Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 12:27:04 +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-BvVuGyRBpi@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 #38 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
max_fragments doesn't affect the buffer size.

max_fragments indicate how many buffers of size 2**N, that are available.

So the two should be multiplied to get the total buffer size.

In other words, buffer size affects the hardware buffer, and max_fragments
doesn't.

--HPS

--=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-BvVuGyRBpi>