HomeFreeBSD

sound: Shorten channel names

Description

sound: Shorten channel names

The current channel naming convention is:
pcmX:[virtual_]play|record:dspX.[v]p|rY

  • pcmX and dspX share the same unit numbers
  • "[v]p|r" gives us the same information as "[virtual_]play|record"

Remove the redundant information, so that the channel names become more
readable: dspX.[virtual_]play|record.Y

Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch
Differential Revision: https://reviews.freebsd.org/D46836

Details

Provenance
christosAuthored on Oct 18 2024, 8:40 AM
Reviewer
dev_submerge.ch
Differential Revision
D46836: sound: Shorten channel names
Parents
rG9263f854e9a6: sound: Simplify channel creation and deletion process
Branches
Unknown
Tags
Unknown