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()
1150 if (FALSE == SendCommandEx(sndexWork.command, (u16)target)) in SNDEXi_SetIirFilterAsync()
1168 if (FALSE == SendCommandEx(sndexWork.command, pParam->n0)) in SNDEXi_SetIirFilterAsync()
1184 if (FALSE == SendCommandEx(sndexWork.command, pParam->n1)) in SNDEXi_SetIirFilterAsync()
1200 if (FALSE == SendCommandEx(sndexWork.command, pParam->n2)) in SNDEXi_SetIirFilterAsync()
1216 if (FALSE == SendCommandEx(sndexWork.command, pParam->d1)) in SNDEXi_SetIirFilterAsync()
1232 if (FALSE == SendCommandEx(sndexWork.command, pParam->d2)) in SNDEXi_SetIirFilterAsync()
1248 if (FALSE == SendCommandEx(sndexWork.command, 0)) in SNDEXi_SetIirFilterAsync()
1328 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_IsConnectedHeadphoneAsync()
1500 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PreProcessForShutterSound()
1539 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PostProcessForShutterSound()
1580 || (sndexWork.command != command)) in CommonCallback()
1596 if (sndexWork.dest != NULL) in CommonCallback()
1598 *((SNDEXMute*)sndexWork.dest) = (SNDEXMute)param; in CommonCallback()
1602 if (sndexWork.dest != NULL) in CommonCallback()
1604 *((SNDEXFrequency*)sndexWork.dest) = (SNDEXFrequency)param; in CommonCallback()
1609 if (sndexWork.dest != NULL) in CommonCallback()
1611 *((u8*)sndexWork.dest) = param; in CommonCallback()
1615 if (sndexWork.dest != NULL) in CommonCallback()
1617 *((SNDEXDevice*)sndexWork.dest) = (SNDEXDevice)param; in CommonCallback()
1628 if (sndexWork.dest != NULL) in CommonCallback()
1630 *((SNDEXHeadphone*)sndexWork.dest) = (SNDEXHeadphone)param; in CommonCallback()
1648 if (sndexWork.dest != NULL) in CommonCallback()
1650 *((u8*)sndexWork.dest) = SNDEX_VOLUME_MIN; in CommonCallback()
1800 SNDEXCallback callback = sndexWork.callback; in ReplyCallback()
1801 void* cbArg = sndexWork.cbArg; in ReplyCallback()
1802 u8 command = sndexWork.command; in ReplyCallback()
1805 if (sndexWork.command == SNDEX_PXI_COMMAND_SET_IIRFILTER) in ReplyCallback()
1848 sndexWork.callback = cb; in SetSndexWork()
1849 sndexWork.cbArg = cbarg; in SetSndexWork()
1850 sndexWork.dest = dst; in SetSndexWork()
1851 sndexWork.command = command; in SetSndexWork()