Changes between Initial Version and Version 1 of Ticket #9138, comment 6
- Timestamp:
- Nov 12, 2012, 8:41:01 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9138, comment 6
initial v1 1 1 I suppose your device only has an output stream and no input stream. 2 2 Please add a check for NULL [http://cgit.haiku-os.org/haiku/tree/src/add-ons/kernel/drivers/audio/hda/hda_multi_audio.cpp#n900 here] 3 4 if (data->return_record_buffer_size == 0 && audioGroup->record_stream != NULL) {