Searched refs:snd_pcm_linear_get_index (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plugin.h81 #define snd_pcm_linear_get_index snd1_pcm_linear_get_index macro
95 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
H A Dpcm_alaw.c323 alaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
334 alaw->getput_idx = snd_pcm_linear_get_index(alaw->sformat, SND_PCM_FORMAT_S16);
H A Dpcm_linear.c79 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) function
112 return snd_pcm_linear_get_index(src_format, dst_format);
H A Dpcm_mulaw.c338 mulaw->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
349 mulaw->getput_idx = snd_pcm_linear_get_index(mulaw->sformat, SND_PCM_FORMAT_S16);
H A Dpcm_adpcm.c427 adpcm->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S16);
438 adpcm->getput_idx = snd_pcm_linear_get_index(adpcm->sformat, SND_PCM_FORMAT_S16);
H A Dpcm_iec958.c335 iec->getput_idx = snd_pcm_linear_get_index(format, SND_PCM_FORMAT_S32);
350 iec->getput_idx = snd_pcm_linear_get_index(iec->sformat, SND_PCM_FORMAT_S32);
H A Dpcm_rate_linear.c334 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16);
H A Dpcm_route.c646 route->params.get_idx = snd_pcm_linear_get_index(src_format, SND_PCM_FORMAT_S16);
H A Dpcm_rate.c314 rate->get_idx = snd_pcm_linear_get_index(rate->info.in.format, SND_PCM_FORMAT_S16);

Completed in 51 milliseconds