sys-process/rtirq: Initial commit.
authorKarl Linden <karl.j.linden@gmail.com>
Tue, 31 May 2016 06:00:47 +0000 (08:00 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 31 May 2016 07:07:36 +0000 (07:07 +0000)
commitdc990c2ce3f52b90873d6e5dbf5bb04823860ba7
treeb7896bfab4d9622225586f460e0e6d618a530540
parent18a2e5473cfc844be6ae5a3a3a24dda5d0f4fd27
sys-process/rtirq: Initial commit.

A crucial part of professional realtime audio is low latency. rtirq sets
realtime priorities and scheduling policies for desired IRQ threads on boot.
Without rtirq you would need to set these priorities yourself after each boot
or live with sound dropouts. See also [1].

Gentoo-Bug: https://bugs.gentoo.org/566678
Closes: https://github.com/gentoo/gentoo/pull/1554
Package-Manager: portage-2.3.0_rc1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
[1]: http://alsa.opensrc.org/Rtirq
sys-process/rtirq/Manifest [new file with mode: 0644]
sys-process/rtirq/files/rtirq [new file with mode: 0644]
sys-process/rtirq/metadata.xml [new file with mode: 0644]
sys-process/rtirq/rtirq-20150216.ebuild [new file with mode: 0644]