armbox: rework AC3 and DTS passtrough

//vanhofen: this commit includes all following fixes and a small
new change in setting_helpers.cpp
This commit is contained in:
Frankenstone
2018-09-09 15:37:51 +02:00
committed by Thilo Graf
parent aab7e7d64d
commit 77230a0b90
8 changed files with 57 additions and 1 deletions

View File

@@ -245,8 +245,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;