mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user