From f0b0db8fb5b43ee35642bed5bfeb6b48b52da98b Mon Sep 17 00:00:00 2001 From: Frank Livingston Date: Thu, 1 Dec 2016 12:13:23 -0600 Subject: [PATCH] Change ENC channel map from for 7.1 --- pasdk/test_dsp/application/itopo/evmk2g/atboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \ -- 2.39.2