From 4e81febdea03087006035d5253ede9a6065a3c7d Mon Sep 17 00:00:00 2001 From: Frank Livingston Date: Thu, 10 May 2018 10:22:01 -0500 Subject: [PATCH] PASDK-577:Reconfigure IO Buf & Phy when new Input device selected --- pasdk/test_dsp/framework/audioStreamInpProcNewIO.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c b/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c index 4e6b92cd..fb84c34d 100644 --- a/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c +++ b/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c @@ -1218,6 +1218,8 @@ Int asitSelectDevices( // configure stride according to selected McASP LLD configuration pInp->stride = pReqLldCfg->mcaspChanParams->noOfSerRequested * pReqLldCfg->mcaspChanParams->noOfChannels; + + pInp->firstTimeInit = TRUE; // set flag for IO Phy & Buff initialization } } else -- 2.39.2