audio_core/audio_renderer: Fix typo in AuxInfo member name
This commit is contained in:
parent
65bd03d74c
commit
81a39181b0
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ struct AuxInfo {
|
|||
std::array<u8, 24> output_mix_buffers;
|
||||
u32_le mix_buffer_count;
|
||||
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_base;
|
||||
|
||||
|
|
Loading…
Reference in a new issue