Changes between Initial Version and Version 1 of Ticket #9138, comment 6


Ignore:
Timestamp:
Nov 12, 2012, 8:41:01 AM (11 years ago)
Author:
korli

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9138, comment 6

    initial v1  
    11I suppose your device only has an output stream and no input stream.
    22Please 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
     4if (data->return_record_buffer_size == 0 && audioGroup->record_stream != NULL) {