Home
last modified time | relevance | path

Searched refs:alsaPcmFormat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c507 …_t SndConverAlsaPcmFormat(const struct AudioPcmHwParams *hwParams, snd_pcm_format_t *alsaPcmFormat) in SndConverAlsaPcmFormat() argument
510 CHECK_NULL_PTR_RETURN_DEFAULT(alsaPcmFormat); in SndConverAlsaPcmFormat()
518 *alsaPcmFormat = SND_PCM_FORMAT_S8; /** Signed 8 bit */ in SndConverAlsaPcmFormat()
521 *alsaPcmFormat = SND_PCM_FORMAT_S16_LE; /** Signed 16 bit Little Endian */ in SndConverAlsaPcmFormat()
524 *alsaPcmFormat = SND_PCM_FORMAT_S24_LE; /** Signed 24 bit Little Endian */ in SndConverAlsaPcmFormat()
527 *alsaPcmFormat = SND_PCM_FORMAT_S32_LE; /** Signed 32 bit Little Endian */ in SndConverAlsaPcmFormat()
536 *alsaPcmFormat = SND_PCM_FORMAT_S8; /** Signed 8 bit */ in SndConverAlsaPcmFormat()
539 *alsaPcmFormat = SND_PCM_FORMAT_S16_BE; /** Signed 16 bit Big Endian */ in SndConverAlsaPcmFormat()
542 *alsaPcmFormat = SND_PCM_FORMAT_S24_BE; /** Signed 24 bit Big Endian */ in SndConverAlsaPcmFormat()
545 *alsaPcmFormat = SND_PCM_FORMAT_S32_BE; /** Signed 32 bit Big Endian */ in SndConverAlsaPcmFormat()
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_soundcard.h113 snd_pcm_format_t *alsaPcmFormat);