Home
last modified time | relevance | path

Searched refs:SndConverAlsaPcmFormat (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_soundcard.h112 int32_t SndConverAlsaPcmFormat(const struct AudioPcmHwParams *hwParams,
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_snd_render.c105 ret = SndConverAlsaPcmFormat(hwParams, &pcmFormat); in SetHWParamsSub()
545 SndConverAlsaPcmFormat(&cardIns->hwParams, &fmt); in RenderSetParams()
H A Dalsa_snd_capture.c87 ret = SndConverAlsaPcmFormat(&cardIns->hwParams, &pcmFormat); in SetHWParamsSub()
H A Dalsa_soundcard.c507 int32_t SndConverAlsaPcmFormat(const struct AudioPcmHwParams *hwParams, snd_pcm_format_t *alsaPcmFo… in SndConverAlsaPcmFormat() function