CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/02 07:33:06
Modified files:
share/man/man9 : audio.9
sys/dev : audio.c audio_if.h
Log message:
Add an audio(9) driver interface to expose the hardware's display name
If the low-level driver implements the new optional display_name()
function, then it's returned by the AUDIO_GETDEV ioctl in place of the
devices's dv_xname.
ok mvs, armani
