summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59dc31b)
raw | patch | inline | side by side (parent: 59dc31b)
author | Frank Livingston <frank-livingston@ti.com> | |
Thu, 10 May 2018 23:14:34 +0000 (18:14 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Thu, 10 May 2018 23:14:34 +0000 (18:14 -0500) |
asitSelectDevices() updated to call D10_initClkMux() for every new
interface.
D10_initClkMux() configures the McASP clock mux on the Audio Daughter Card.
This clock mux will have the same setting for InHDMI or InHDMI stereo.
interface.
D10_initClkMux() configures the McASP clock mux on the Audio Daughter Card.
This clock mux will have the same setting for InHDMI or InHDMI stereo.
pasdk/test_dsp/framework/audioStreamInpProcNewIO.c | patch | blob | history |
diff --git a/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c b/pasdk/test_dsp/framework/audioStreamInpProcNewIO.c
index bd9adc2868a6f8b9c22c32054d8371eda55b3c8d..e07c9f1a725a1098216562a7e8b3c383d409ff64 100644 (file)
// Requested device is other than InNone
//
- if (!d10Initialized)
- {
+ //if (!d10Initialized)
+ //{
// FL: probably no harm in calling this for every new i/f request.
// However, it can probably be moved to main() or sys init task.
// Initialize McASP HW details
//McaspDevice_init();
// Initialize Tx clock mux
- //D10_init((void *)pD10Params);
D10_initClkMux((void *)pD10Params);
- d10Initialized=1;
- }
-
- //if (!d10Initialized)
- //{
- // d10Initialized=1; // global flag indicating D10 init completed
+ // d10Initialized=1;
//}
+
+ if (!d10Initialized)
+ {
+ d10Initialized=1; // global flag indicating D10 init completed
+ }
pReqLldCfg = (mcaspLLDconfig *)pD10Params->sio.pConfig;
if (pReqLldCfg->hMcaspChan == NULL)