Since this is the only usb sound driver, I think it makes more sense
to put it with the other sound drivers. Especially since nobody has
ever noticied that the link is incorrectly named and it has actually
always been broken.
Details
Details
- Reviewers
christos mhorne - Group Reviewers
Doc Committers - Commits
- R9:2bca0772d98a: HW Relnotes: Move uaudio to Sound
Diff Detail
Diff Detail
- Repository
- R9 FreeBSD doc repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 65359 Build 62242: arc lint + arc unit
Event Timeline
Comment Actions
Two thoughts beyond the scope of this change:
- Should we provide uaudio(4) as a legitimate link to the page? The answer might be no.
- Also I note that the [amd64, i386] annotations are not that helpful and can probably be removed outright. Where they are not already inaccurate (single example: fdc(4) is built on all platforms) they will become outdated when we lose the i386 kernel in 15.0.
Comment Actions
Hey Mitchell! Thanks. I've thought about this a lot.
- I tried to do this consistently for all sound drivers actually, same like we do with network interfaces, but ran into some problems with namespace collision.
- I only have amd64, but when I looked into this, we do have quite a few things that actually are only for certain architectures. One of my aspirations is definitely to clean that up, they should be moved to their respective man4/man4.*/ directories and have their .Dt's fixed.
I can probably just fix the Dt for everything that's already in those directories now, brb.