Lines Matching refs:sndexWork
76 static SNDEXWork sndexWork; variable
191 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetMuteAsync()
268 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetI2SFrequencyAsync()
346 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDSPMixRateAsync()
426 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_GetVolumeAsync()
590 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDeviceAsync()
670 if (FALSE == SendCommand(sndexWork.command, (u8)mute)) in SNDEXi_SetMuteAsync()
756 if (FALSE == SendCommand(sndexWork.command, (u8)freq)) in SNDEXi_SetI2SFrequencyAsync()
844 if (FALSE == SendCommand(sndexWork.command, (u8)rate)) in SNDEXi_SetDSPMixRateAsync()
926 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_SetVolumeAsync()
1059 if (FALSE == SendCommand(sndexWork.command, (u8)device)) in SNDEXi_SetDeviceAsync()
1149 if (FALSE == SendCommandEx(sndexWork.command, (u16)target)) in SNDEXi_SetIirFilterAsync()
1167 if (FALSE == SendCommandEx(sndexWork.command, pParam->n0)) in SNDEXi_SetIirFilterAsync()
1183 if (FALSE == SendCommandEx(sndexWork.command, pParam->n1)) in SNDEXi_SetIirFilterAsync()
1199 if (FALSE == SendCommandEx(sndexWork.command, pParam->n2)) in SNDEXi_SetIirFilterAsync()
1215 if (FALSE == SendCommandEx(sndexWork.command, pParam->d1)) in SNDEXi_SetIirFilterAsync()
1231 if (FALSE == SendCommandEx(sndexWork.command, pParam->d2)) in SNDEXi_SetIirFilterAsync()
1247 if (FALSE == SendCommandEx(sndexWork.command, 0)) in SNDEXi_SetIirFilterAsync()
1327 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_IsConnectedHeadphoneAsync()
1494 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PreProcessForShutterSound()
1533 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PostProcessForShutterSound()
1574 || (sndexWork.command != command)) in CommonCallback()
1590 if (sndexWork.dest != NULL) in CommonCallback()
1592 *((SNDEXMute*)sndexWork.dest) = (SNDEXMute)param; in CommonCallback()
1596 if (sndexWork.dest != NULL) in CommonCallback()
1598 *((SNDEXFrequency*)sndexWork.dest) = (SNDEXFrequency)param; in CommonCallback()
1603 if (sndexWork.dest != NULL) in CommonCallback()
1605 *((u8*)sndexWork.dest) = param; in CommonCallback()
1609 if (sndexWork.dest != NULL) in CommonCallback()
1611 *((SNDEXDevice*)sndexWork.dest) = (SNDEXDevice)param; in CommonCallback()
1622 if (sndexWork.dest != NULL) in CommonCallback()
1624 *((SNDEXHeadphone*)sndexWork.dest) = (SNDEXHeadphone)param; in CommonCallback()
1642 if (sndexWork.dest != NULL) in CommonCallback()
1644 *((u8*)sndexWork.dest) = SNDEX_VOLUME_MIN; in CommonCallback()
1794 SNDEXCallback callback = sndexWork.callback; in ReplyCallback()
1795 void* cbArg = sndexWork.cbArg; in ReplyCallback()
1796 u8 command = sndexWork.command; in ReplyCallback()
1799 if (sndexWork.command == SNDEX_PXI_COMMAND_SET_IIRFILTER) in ReplyCallback()
1842 sndexWork.callback = cb; in SetSndexWork()
1843 sndexWork.cbArg = cbarg; in SetSndexWork()
1844 sndexWork.dest = dst; in SetSndexWork()
1845 sndexWork.command = command; in SetSndexWork()