Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_get_channels (Results 1 - 13 of 13) sorted by relevance

/third_party/alsa-lib/include/
H A Dpcm_old.h46 ___symbol_version(snd_pcm_hw_params_get_channels, "ALSA_0.9");
53 int snd_pcm_hw_params_get_channels(const snd_pcm_hw_params_t *params);
H A Dpcm.h813 int snd_pcm_hw_params_get_channels(const snd_pcm_hw_params_t *params, unsigned int *val);
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-mmap.c36 err = snd_pcm_hw_params_get_channels(state->hw_params, in irq_mmap_pre_process()
H A Dxfer-libasound-timer-mmap.c50 err = snd_pcm_hw_params_get_channels(state->hw_params, in timer_mmap_pre_process()
H A Dxfer-libasound-irq-rw.c374 err = snd_pcm_hw_params_get_channels(state->hw_params, in irq_rw_pre_process()
H A Dxfer-libasound.c550 err = snd_pcm_hw_params_get_channels(hw_params, in retrieve_actual_hw_params()
/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c438 INTERNAL(snd_pcm_hw_params_get_channels)(params, &io->data->channels); in snd_pcm_ioplug_hw_params()
448 INTERNAL(snd_pcm_hw_params_get_channels)(params, &io->data->channels); in snd_pcm_ioplug_hw_params()
H A Dpcm_plug.c1054 INTERNAL(snd_pcm_hw_params_get_channels)(params, &clt_params.channels); in snd_pcm_plug_hw_params()
1058 INTERNAL(snd_pcm_hw_params_get_channels)(&sparams, &slv_params.channels); in snd_pcm_plug_hw_params()
H A Dpcm_extplug.c310 INTERNAL(snd_pcm_hw_params_get_channels)(params, &ext->data->channels); in snd_pcm_extplug_hw_params()
H A Dpcm.c4618 EXPORT_SYMBOL int INTERNAL(snd_pcm_hw_params_get_channels)(const snd_pcm_hw_params_t *params, unsigned int *val) in snd_pcm_hw_params_get_channels() function
4620 int snd_pcm_hw_params_get_channels(const snd_pcm_hw_params_t *params, unsigned int *val) in snd_pcm_hw_params_get_channels()
8065 __OLD_GET(snd_pcm_hw_params_get_channels, unsigned int, int);
8197 OBSOLETE1(snd_pcm_hw_params_get_channels, ALSA_0.9, ALSA_0.9.0rc4);
H A Dpcm_local.h870 int INTERNAL(snd_pcm_hw_params_get_channels)(const snd_pcm_hw_params_t *params, unsigned int *val);
H A Dpcm_rate.c385 err = INTERNAL(snd_pcm_hw_params_get_channels)(params, &channels); in snd_pcm_rate_hw_params()
H A Dpcm_params.c2420 INTERNAL(snd_pcm_hw_params_get_channels)(params, &pcm->channels); in _snd_pcm_hw_params_internal()

Completed in 30 milliseconds