Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [kent-audio2] src/sys/conf
Module Name: src
Committed By: kent
Date: Sun Jan 16 15:05:11 UTC 2005
Modified Files:
src/sys/conf [kent-audio2]: files
Log Message:
add AUDIO_KMIXER option.
AUDIO_KMIXER is not defined or AUDIO_KMIXER is 1:
a /dev/audioN can be opened just once.
AUDIO_KMIXER is <= 0:
a /dev/audioN can be opened unlimitedly.
AUDIO_KMIXER is > 0 and <= INT_MAX:
a /dev/audioN can be opened AUDIO_KMIXER times simultaneously.
To generate a diff of this commit:
cvs rdiff -r1.707 -r1.707.2.1 src/sys/conf/files
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