Searched refs:param_set_int (Results 1 – 2 of 2) sorted by relevance
/external/tinyalsa/ |
D | pcm.c | 209 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int() function 949 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, in pcm_open() 951 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_FRAME_BITS, in pcm_open() 953 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_CHANNELS, in pcm_open() 955 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_PERIODS, config->period_count); in pcm_open() 956 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_RATE, config->rate); in pcm_open()
|
/external/tinyalsa_new/src/ |
D | pcm.c | 216 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int() function 455 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_CHANNELS, in pcm_set_config() 457 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_PERIODS, config->period_count); in pcm_set_config() 458 param_set_int(¶ms, SNDRV_PCM_HW_PARAM_RATE, config->rate); in pcm_set_config()
|