Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 57657 Build 54545: arc lint + arc unit
Event Timeline
lib/libmixer/mixer.3 | ||
---|---|---|
551 | I'm not quite happy to see the hardcoded "/dev/mixer%d" string as an official example here - there should be a way to retrieve the path through the mixer(3) library. Actually, one of the reasons client applications go through SNDCTL_MIXER_INFO and the likes is to get device paths, not having them hardcoded for FreeBSD OSS. I think mixer(3) should provide this. |
lib/libmixer/mixer.3 | ||
---|---|---|
551 | I can implement a mixer_get_path(unit). |