Module Name: src Committed By: riastradh Date: Tue Jun 1 21:12:24 UTC 2021
Modified Files: src/sys/dev/audio: audio.c Log Message: audio(4): Set AUMODE_PLAY/RECORD only if asked _and_ supported. If one is requested and _not_ supported, fail; otherwise we might enter audio_write with a null play track and crash on KASSERT. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/dev/audio/audio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.