Vim3L - Android - No 8 channel audio passthrough support

Which system do you use? Android, Ubuntu, OOWOW or others?

Android

Which version of system do you use? Please provide the version of the system here:

Official image
vim3l-android-11-32bit-v240117-beta

Also affects Vim3.

Please describe your issue below:

Android apps like Kodi doesn’t work with TrueHD, DTSHD-MA or other 8 channel audio passthrough.

Please contact Amlogic for a solution or find a fix as this is a big problem.
Some other manufacturers already fixed it.

@numbqq
@goenjoy
@Gouwa Anyway to fix it or ask Amlogic?

vendor\amlogic\common\apps\DroidTvSettings\Settings\res\values\arrays.xml

    <!-- List entries for controlling surround sound passthrough setting -->
    <!-- DroidLogic modify, add passthrough feature and remove manual feature. -->
    <string-array name="surround_sound_entries" translatable="false">
        <item>@string/surround_sound_auto_summary</item>
        <item>@string/surround_sound_none_summary</item>
        <item>@string/surround_sound_passthrough_summary</item>
    </string-array>

    <!-- DroidLogic modify, add passthrough feature and remove manual feature.-->
    <!-- Entry values for surround sound preference -->
    <string-array name="surround_sound_entry_values" translatable="false">
        <item>auto</item>
        <item>never</item>
        <item>passthrough</item>
    </string-array>

The information marked

DroidLogic modify, add passthrough feature and remove manual feature

The manufacturer has removed the manual feature

Need similar TrueHD, DTSHD changes since it’s not supported as other manufacturers.
Only DTS, AC3 audio can currently passthrough not 8 channel like TrueHD, DTSHD-MA

Audio decoders improvements
Some improvements to high-resolution audio playback
Fixed some IEC audio passthrough streams
TrueHD audio passthrough improvements
Added support for some TrueHD streams in native video players
Added transcoding of TrueHD pass-through audio streams to AC3 for S/PDIF
Fixed support of some DTS-HD audio tracks
Added support for DTS-HD audio passthrough in native video players
Now S/PDIF plays DTS core from DTS-HD audio passthrough stream
Allowed playback of DTS-HD HRA audio passthrough streams via S/PDIF

Seems Android 9 build coudn’t passthrough any multichannel audio too.