Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   mrg
Date:           Mon Feb 27 23:31:00 UTC 2017

Modified Files:
        src/sys/dev: audio.c audiobell.c audiovar.h

Log Message:
minor clean ups:
- mark a bunch of local things static
- export an explicit set of functions for audiobell, instead of hooking
  directly into the device callbacks, and avoid non-shared headers for
  the same prototypes
- s/audioprobe/audiomatch/
- use __func__


To generate a diff of this commit:
cvs rdiff -u -r1.313 -r1.314 src/sys/dev/audio.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/audiobell.c
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/audiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index