Home
last modified time | relevance | path

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

/external/tinyalsa/
Dpcm.c219 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int() function
981 config->period_size = param_get_int(&params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in pcm_open()
982 config->period_count = param_get_int(&params, SNDRV_PCM_HW_PARAM_PERIODS); in pcm_open()
/external/tinyalsa_new/src/
Dpcm.c226 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int() function
485 pcm->config.period_size = param_get_int(&params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in pcm_set_config()
486 pcm->config.period_count = param_get_int(&params, SNDRV_PCM_HW_PARAM_PERIODS); in pcm_set_config()