From: Frank Livingston Date: Thu, 1 Dec 2016 18:13:23 +0000 (-0600) Subject: Change ENC channel map from for 7.1 X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=f0b0db8fb5b43ee35642bed5bfeb6b48b52da98b Change ENC channel map from for 7.1 --- diff --git a/pasdk/test_dsp/application/itopo/evmk2g/atboot.c b/pasdk/test_dsp/application/itopo/evmk2g/atboot.c index b089d97f..e8e4f965 100644 --- a/pasdk/test_dsp/application/itopo/evmk2g/atboot.c +++ b/pasdk/test_dsp/application/itopo/evmk2g/atboot.c @@ -64,7 +64,7 @@ All rights reserved. //DDP #define CUS_ATBOOT_S \ writeDECChannelMapTo16(PAF_LEFT,PAF_RGHT,8,9,2,12,10,11,-3,-3,-3,-3,-3,-3,-3,-3), \ - writeENCChannelMapFrom16(PAF_LEFT,PAF_RGHT,8,9,2,12,6,7,-3,-3,-3,-3,-3,-3,-3,-3), \ + writeENCChannelMapFrom16(PAF_LEFT,PAF_RGHT,8,9,2,12,10,11,-3,-3,-3,-3,-3,-3,-3,-3), \ writeVOLControlMasterN(0), \ writeVOLOffsetMasterN(0x7fff), \ writeSYSRecreationModeDirect, \