tests/audio_core: add sanity test cases for LLE vs HLE
This commit is contained in:
parent
8cada619b3
commit
5311c939a2
6 changed files with 266 additions and 1 deletions
|
@ -123,7 +123,6 @@ struct BinaryMessage {
|
|||
EncodeAACResponse encode_aac_response;
|
||||
};
|
||||
};
|
||||
|
||||
static_assert(sizeof(BinaryMessage) == 32, "Unexpected struct size for BinaryMessage");
|
||||
|
||||
enum_le<DecoderSampleRate> GetSampleRateEnum(u32 sample_rate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue