CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/23 22:38:33
Modified files:
sys/dev : audio.c
Log message:
Rename audio_mixer_{read,write} to audio_mixer_{get,set}.
The audio_mixer_{read,write} names are misleading: these functions are
not the methods of the read and write syscalls. No object change.
