svn commit: r306294 - stable/10/sys/compat/linux

Andrey Chernov ache at freebsd.org
Sat Sep 24 11:09:45 UTC 2016


On 24.09.2016 13:34, Dmitry Chagin wrote:
> Author: dchagin
> Date: Sat Sep 24 10:34:35 2016
> New Revision: 306294
> URL: https://svnweb.freebsd.org/changeset/base/306294
> 
> Log:
>   MFC r305896:
>   
>   Implement BLKSSZGET ioctl for the Linuxulator.

Off topic: is there any chance to get linux ALSA working, at least its
PulseAudio plugin? Currently linux PulseAudio itself works nice
(transfering all sounds from remote machine to local), but linux ALSA
PulseAudio plugin exits with thread assert error. The same things
compiled natively (i.e. ALSA + PulseAudio plugin for FreeBSD) works
nice. I mean this ALSA setup:

pcm.!default {
        type pulse
        hint.description "PulseAudio"
}

ctl.!default {
        type pulse
}



More information about the svn-src-stable mailing list