Searched refs:pKTV_OP (Results 1 – 1 of 1) sorted by relevance
592 PAUDIO_ST_KTV_OP pKTV_OP = NULL; in AUDIOIoctl() local1860 pKTV_OP = (PAUDIO_ST_KTV_OP)pArgs; in AUDIOIoctl()1861 if (pKTV_OP->eType == KTV_SET_INFO) in AUDIOIoctl()1863 …bStatus = psAudioInstPri->fpAUDIOSetKTVInfo(pKTV_OP->modelType, pKTV_OP->paramType, pKTV_OP->param… in AUDIOIoctl()1864 pKTV_OP->bRet = bStatus; in AUDIOIoctl()1866 else if (pKTV_OP->eType == KTV_GET_INFO) in AUDIOIoctl()1868 … u32Status = psAudioInstPri->fpAUDIOGetKTVInfo(pKTV_OP->modelType, pKTV_OP->infoType); in AUDIOIoctl()1869 pKTV_OP->u32Ret = u32Status; in AUDIOIoctl()1871 else if (pKTV_OP->eType == KTV_SET_MIX_VOL) in AUDIOIoctl()1873 …psAudioInstPri->fpAUDIOSetMixModeVolume(pKTV_OP->eSourceType, pKTV_OP->VolType, pKTV_OP->u8Vol1, p… in AUDIOIoctl()[all …]