Skip to content
Snippets Groups Projects
Commit 81a39181 authored by Lioncash's avatar Lioncash
Browse files

audio_core/audio_renderer: Fix typo in AuxInfo member name

parent 65bd03d7
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ struct AuxInfo { ...@@ -143,7 +143,7 @@ struct AuxInfo {
std::array<u8, 24> output_mix_buffers; std::array<u8, 24> output_mix_buffers;
u32_le mix_buffer_count; u32_le mix_buffer_count;
u32_le sample_rate; // Stored in the aux buffer currently u32_le sample_rate; // Stored in the aux buffer currently
u32_le sampe_count; u32_le sample_count;
u64_le send_buffer_info; u64_le send_buffer_info;
u64_le send_buffer_base; u64_le send_buffer_base;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment