Searched refs:param_set_int (Results 1 – 1 of 1) sorted by relevance
/external/tinyalsa/ |
D | pcm.c | 199 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int() function 922 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in pcm_open() 924 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_FRAME_BITS, in pcm_open() 926 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_CHANNELS, in pcm_open() 928 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_PERIODS, config->period_count); in pcm_open() 929 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_RATE, config->rate); in pcm_open()
|