User Details
- User Since
- Jul 2 2021, 4:03 PM (245 w, 8 h)
Yesterday
Thu, Mar 12
Wed, Mar 11
Tue, Mar 10
This is not diff'd against main. Also please address the other inline comment.
I'm thinking about this again and I'm suspecting this will make things very inflexible. I think that instead of patching virtual_oss, it might be better to have an environment variable that specifies the control device name, and let devd use that. @markj What do you think?
Sun, Mar 8
Address Mark's comment.
Sat, Mar 7
Fri, Mar 6
Thu, Mar 5
Fix switch case.
Something is messed up with the file paths here. (dev/sound instead of sys/dev/sound).
Wed, Mar 4
Can you please generate the diff with full context or upload it with git-arc?
Tue, Mar 3
Mon, Mar 2
Sat, Feb 28
Thu, Feb 26
Mon, Feb 23
Sat, Feb 21
Fri, Feb 20
Tue, Feb 17
Feb 10 2026
Feb 3 2026
Jan 30 2026
Jan 29 2026
Jan 21 2026
Jan 15 2026
By the way, there is a typo in the commit title ("vitual").
Jan 14 2026
Neither lib/virtual_oss nor usr.sbin/virtual_oss build with this patch:
root@freebsd:/mnt/src/lib/virtual_oss # make Building /usr/obj/mnt/src/amd64.amd64/lib/virtual_oss/null/null.pico In file included from /mnt/src/lib/virtual_oss/null/null.c:39: /mnt/src/usr.sbin/virtual_oss/virtual_oss/int.h:33:10: fatal error: 'samplerate.h' file not found 33 | #include <samplerate.h>
Jan 12 2026
Should this be committed now?
Replace MK_VOSS with MK_SOUND after discussion with Mark.
Jan 10 2026
For testing you can use snd_dummy(4), I added some basic MIDI support, although you might need to make it more functional because it basically does more or less nothing currently.