armbox: rework AC3 and DTS passtrough

//vanhofen: this commit includes all following fixes and a small
new change in setting_helpers.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: a4789ae379
Author: Frankenstone <dampf_acc@online.de>
Date: 2018-09-09 (Sun, 09 Sep 2018)



------------------
This commit was generated by Migit
This commit is contained in:
Frankenstone
2018-09-09 15:37:51 +02:00
committed by vanhofen
parent ba444da235
commit f2f48b2f8d
8 changed files with 57 additions and 1 deletions

View File

@@ -246,8 +246,13 @@ struct SNeutrinoSettings
int srs_algo;
int srs_ref_volume;
int srs_nmgr_enable;
#if HAVE_ARM_HARDWARE
int ac3_pass;
int dts_pass;
#else
int hdmi_dd;
int spdif_dd;
#endif // HAVE_ARM_HARDWARE
int analog_out;
int audio_volume_percent_ac3;
int audio_volume_percent_pcm;