[Bug 282002] audio/virtual_oss is misbehaving

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 11 Oct 2024 06:23:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282002

            Bug ID: 282002
           Summary: audio/virtual_oss is misbehaving
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: christos@freebsd.org
          Reporter: zarychtam@plan-b.pwste.edu.pl
          Assignee: christos@freebsd.org
             Flags: maintainer-feedback?(christos@freebsd.org)

It's no longer possible to change the output device when virtual_oss is
running. (ie. the command virtual_oss_cmd /dev/vdsp.ctl -O /dev/dsp{0,1,2) does
not change it when the deamon is running). 
It has happened for quite a while in CURRENT, but it seems that stable/14 has
been affected recently.

My rc.conf settings:
virtual_oss_enable="YES"
virtual_oss_dsp="-T /dev/sndstat -S -i 8 -C 12 -c 6 -r 48000 -b 32 -s 512 -O
/dev/dsp2 -R /dev/dsp4 -c 2 -d dsp -c 12 -d vdsp -t vdsp.ctl"

and sysctl.conf:
hw.snd.default_unit=2

I cannot say when the breakage was introduced since I do not regularly build
FreeBSD, but IIRC, it was in the first half of this year.

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