H A D | audio_interface_lib_common.c | 41 static int32_t AudioMixerCtlElemList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data); 42 static int32_t AudioMixerCtlGetElemProp(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data); 43 static int32_t AudioMixerCtlSetElemProp(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data); 44 static int32_t AudioGetAllCardList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data); 694 static int32_t AudioMixerCtlElemList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data) in AudioMixerCtlElemList() argument 698 if (pcm == PCM_CAPTURE) { in AudioMixerCtlElemList() 813 static int32_t AudioGetAllCardList(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data) in AudioGetAllCardList() argument 815 (void)pcm; in AudioGetAllCardList() 827 static int32_t AudioMixerCtlElemRoute(AudioPcmType pcm, const struct HdfIoService *service, OpCode cmd, void *data) in AudioMixerCtlElemRoute() argument 835 if (pcm in AudioMixerCtlElemRoute() 1319 AudioMixerCtlGetElemProp(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data) AudioMixerCtlGetElemProp() argument 1347 AudioMixerCtlSetElemProp(AudioPcmType pcm, OpCode cmd, const struct HdfIoService *service, void *data) AudioMixerCtlSetElemProp() argument 1355 AudioMixerCtlElem(AudioPcmType pcm, const struct HdfIoService *service, struct AudioMixerContents *mixerCts) AudioMixerCtlElem() argument 1368 AudioMixerCtlGetElem(AudioPcmType pcm, const struct HdfIoService *srv, struct AudioMixerCtlElemInfo *infoData) AudioMixerCtlGetElem() argument 1381 AudioMixerCtlSetElem( AudioPcmType pcm, const struct HdfIoService *service, struct AudioMixerCtlElemInfo *infoData) AudioMixerCtlSetElem() argument [all...] |