maintainer-feedback requested: [Bug 245156] audio/pulseaudio: parse /dev/sndstat correctly to get device name
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Mar 29 06:32:57 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome mailing list
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 245156: audio/pulseaudio: parse /dev/sndstat correctly to get device name
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245156
--- Description ---
pulseaudio's oss module parses /dev/sndstat to get device name of each device.
However, it cannot parse FreeBSD's sndstat correctly. As a result, devices are
named "/dev/dspN" under FreeBSD, which is kind of ugly.
This patch changes the parsing logic to correctly handle sndstat produced by
FreeBSD OSS implementation. As a result, device names can be correctly obtained
by pulseaudio and shown in control panels.
More information about the freebsd-gnome
mailing list