Add mapping of a stream type and bypass mode and try to set alternative one if main fail

Origin commit data
------------------
Branch: master
Commit: 92bd31a354
Author: samsamsam <samsamsam@o2.pl>
Date: 2019-02-03 (Sun, 03 Feb 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
samsamsam
2019-02-03 12:45:03 +01:00
committed by max_10
parent d78d9d38fd
commit a0286903c8
3 changed files with 68 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ typedef enum
AUDIOTYPE_WMA_PRO = 0x21,
AUDIOTYPE_AC3_PLUS = 0x22,
AUDIOTYPE_AMR = 0x23,
AUDIOTYPE_RAW = 0xf
AUDIOTYPE_RAW = 0x30
} audio_stream_type_t;