Skip to content

Commit

Permalink
DEBUG14
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehrsons committed Nov 6, 2023
1 parent 88ba878 commit d9c225c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2814,9 +2814,10 @@ impl<'ctx> CoreStreamData<'ctx> {
return Err(Error::error());
}
cubeb_log!(
"({:p}) Input hardware description: {:?}",
"({:p}) Input hardware description: {:?}, device_channel_count={}",
self.stm_ptr,
input_hw_desc
input_hw_desc,
device_channel_count
);
assert!(input_hw_desc.mChannelsPerFrame >= device_channel_count);
// Notice: when we are using aggregate device, the input_hw_desc.mChannelsPerFrame is
Expand Down

0 comments on commit d9c225c

Please sign in to comment.