Searched refs:snd_pcm_hw_params_get_channels (Results 1 - 13 of 13) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | pcm_old.h | 46 ___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 D | pcm.h | 813 int snd_pcm_hw_params_get_channels(const snd_pcm_hw_params_t *params, unsigned int *val);
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-mmap.c | 36 err = snd_pcm_hw_params_get_channels(state->hw_params, in irq_mmap_pre_process()
|
H A D | xfer-libasound-timer-mmap.c | 50 err = snd_pcm_hw_params_get_channels(state->hw_params, in timer_mmap_pre_process()
|
H A D | xfer-libasound-irq-rw.c | 374 err = snd_pcm_hw_params_get_channels(state->hw_params, in irq_rw_pre_process()
|
H A D | xfer-libasound.c | 550 err = snd_pcm_hw_params_get_channels(hw_params, in retrieve_actual_hw_params()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ioplug.c | 438 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 D | pcm_plug.c | 1054 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 D | pcm_extplug.c | 310 INTERNAL(snd_pcm_hw_params_get_channels)(params, &ext->data->channels); in snd_pcm_extplug_hw_params()
|
H A D | pcm.c | 4618 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 D | pcm_local.h | 870 int INTERNAL(snd_pcm_hw_params_get_channels)(const snd_pcm_hw_params_t *params, unsigned int *val);
|
H A D | pcm_rate.c | 385 err = INTERNAL(snd_pcm_hw_params_get_channels)(params, &channels); in snd_pcm_rate_hw_params()
|
H A D | pcm_params.c | 2420 INTERNAL(snd_pcm_hw_params_get_channels)(params, &pcm->channels); in _snd_pcm_hw_params_internal()
|
Completed in 36 milliseconds