Searched refs:param_get_int (Results 1 – 3 of 3) sorted by relevance
95 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int() function186 priv->sample_rate = param_get_int(params, SNDRV_PCM_HW_PARAM_RATE); in sample_pcm_hw_params()187 priv->channels = param_get_int(params, SNDRV_PCM_HW_PARAM_CHANNELS); in sample_pcm_hw_params()
220 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int() function983 config->period_size = param_get_int(¶ms, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in pcm_open()984 config->period_count = param_get_int(¶ms, SNDRV_PCM_HW_PARAM_PERIODS); in pcm_open()
226 static unsigned int param_get_int(struct snd_pcm_hw_params *p, int n) in param_get_int() function485 pcm->config.period_size = param_get_int(¶ms, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in pcm_set_config()486 pcm->config.period_count = param_get_int(¶ms, SNDRV_PCM_HW_PARAM_PERIODS); in pcm_set_config()