Lines Matching refs:sndexWork

76 static SNDEXWork    sndexWork;  variable
192 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetMuteAsync()
269 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetI2SFrequencyAsync()
347 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDSPMixRateAsync()
427 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_GetVolumeAsync()
591 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDeviceAsync()
671 if (FALSE == SendCommand(sndexWork.command, (u8)mute)) in SNDEXi_SetMuteAsync()
757 if (FALSE == SendCommand(sndexWork.command, (u8)freq)) in SNDEXi_SetI2SFrequencyAsync()
845 if (FALSE == SendCommand(sndexWork.command, (u8)rate)) in SNDEXi_SetDSPMixRateAsync()
927 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_SetVolumeAsync()
1060 if (FALSE == SendCommand(sndexWork.command, (u8)device)) in SNDEXi_SetDeviceAsync()
1156 if (FALSE == SendCommandEx(sndexWork.command, (u16)target)) in SNDEXi_SetIirFilterAsync()
1174 if (FALSE == SendCommandEx(sndexWork.command, pParam->n0)) in SNDEXi_SetIirFilterAsync()
1190 if (FALSE == SendCommandEx(sndexWork.command, pParam->n1)) in SNDEXi_SetIirFilterAsync()
1206 if (FALSE == SendCommandEx(sndexWork.command, pParam->n2)) in SNDEXi_SetIirFilterAsync()
1222 if (FALSE == SendCommandEx(sndexWork.command, pParam->d1)) in SNDEXi_SetIirFilterAsync()
1238 if (FALSE == SendCommandEx(sndexWork.command, pParam->d2)) in SNDEXi_SetIirFilterAsync()
1254 if (FALSE == SendCommandEx(sndexWork.command, 0)) in SNDEXi_SetIirFilterAsync()
1340 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_IsConnectedHeadphoneAsync()
1512 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PreProcessForShutterSound()
1551 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PostProcessForShutterSound()
1592 || (sndexWork.command != command)) in CommonCallback()
1608 if (sndexWork.dest != NULL) in CommonCallback()
1610 *((SNDEXMute*)sndexWork.dest) = (SNDEXMute)param; in CommonCallback()
1614 if (sndexWork.dest != NULL) in CommonCallback()
1616 *((SNDEXFrequency*)sndexWork.dest) = (SNDEXFrequency)param; in CommonCallback()
1621 if (sndexWork.dest != NULL) in CommonCallback()
1623 *((u8*)sndexWork.dest) = param; in CommonCallback()
1627 if (sndexWork.dest != NULL) in CommonCallback()
1629 *((SNDEXDevice*)sndexWork.dest) = (SNDEXDevice)param; in CommonCallback()
1640 if (sndexWork.dest != NULL) in CommonCallback()
1642 *((SNDEXHeadphone*)sndexWork.dest) = (SNDEXHeadphone)param; in CommonCallback()
1660 if (sndexWork.dest != NULL) in CommonCallback()
1662 *((u8*)sndexWork.dest) = SNDEX_VOLUME_MIN; in CommonCallback()
1812 SNDEXCallback callback = sndexWork.callback; in ReplyCallback()
1813 void* cbArg = sndexWork.cbArg; in ReplyCallback()
1814 u8 command = sndexWork.command; in ReplyCallback()
1817 if (sndexWork.command == SNDEX_PXI_COMMAND_SET_IIRFILTER) in ReplyCallback()
1860 sndexWork.callback = cb; in SetSndexWork()
1861 sndexWork.cbArg = cbarg; in SetSndexWork()
1862 sndexWork.dest = dst; in SetSndexWork()
1863 sndexWork.command = command; in SetSndexWork()