Home
last modified time | relevance | path

Searched refs:snd_pcm_linear_put_index (Results 1 - 10 of 10) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_plugin.h93 #define snd_pcm_linear_put_index snd1_pcm_linear_put_index macro
105 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
H A Dpcm_linear.c112 int snd_pcm_linear_put_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) in snd_pcm_linear_put_index() function
317 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, linear->sformat); in snd_pcm_linear_hw_params()
320 linear->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format); in snd_pcm_linear_hw_params()
H A Dpcm_mulaw.c340 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, mulaw->sformat); in snd_pcm_mulaw_hw_params()
345 mulaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_mulaw_hw_params()
H A Dpcm_adpcm.c429 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, adpcm->sformat); in snd_pcm_adpcm_hw_params()
434 adpcm->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_adpcm_hw_params()
H A Dpcm_alaw.c326 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, alaw->sformat); in snd_pcm_alaw_hw_params()
331 alaw->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, format); in snd_pcm_alaw_hw_params()
H A Dpcm_iec958.c351 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, iec->sformat); in snd_pcm_iec958_hw_params()
358 iec->getput_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, format); in snd_pcm_iec958_hw_params()
H A Dpcm_lfloat.c292 lfloat->int32_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, dst_format); in snd_pcm_lfloat_hw_params()
H A Dpcm_rate_linear.c334 rate->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, info->out.format); in linear_init()
H A Dpcm_meter.c1025 idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, SND_PCM_FORMAT_S16); in s16_enable()
H A Dpcm_route.c576 route->params.put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S32, dst_format); in snd_pcm_route_hw_params()

Completed in 11 milliseconds