Searched defs:param_set_int (Results 1 - 1 of 1) sorted by relevance

/external/tinyalsa/
H A Dpcm.c200 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) function
876 param_set_int(&params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
878 param_set_int(&params, SNDRV_PCM_HW_PARAM_FRAME_BITS,
880 param_set_int(&params, SNDRV_PCM_HW_PARAM_CHANNELS,
882 param_set_int(&params, SNDRV_PCM_HW_PARAM_PERIODS, config->period_count);
883 param_set_int(&params, SNDRV_PCM_HW_PARAM_RATE, config->rate);

Completed in 42 milliseconds