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: isaki
Date: Tue Aug 15 04:42:56 UTC 2017
Modified Files:
src/sys/dev: audio.c audiovar.h
Log Message:
Split the first special element from sc_audiochan list.
- This makes sc_audiochan a list of only open audio chan.
- "SIMPLEQ_FIRST(&sc->sc_audiochan)->vc" is now "sc->hwvc".
No functional changes (except one debug message).
To generate a diff of this commit:
cvs rdiff -u -r1.393 -r1.394 src/sys/dev/audio.c
cvs rdiff -u -r1.62 -r1.63 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