Commits
Jindong committed c3e9fce3033
MA-12968 spdif: add audio_policy_configuration_spdif.xml to support spdif audio input The difference between audio_policy_configuration_spdif.xml and default audio_policy_configuration.xml is make Spdif-In be an attachedDevices. The original AudioRoute app uses AudioSystem hide api, which is not allowed on Android Pie. Now to support SPDIF in device, need below command: # cd /vendor/etc # cp audio_policy_configuration_spdif.xml audio_policy_configuration.xml # pkill audioserver Change-Id: Ifbe9f740b68282af60537f25206933bcb1ed0654 Signed-off-by: Jindong <jindong.yue@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/6127 Reviewed-by: fang hui <hui.fang@nxp.com>