Lines Matching defs:params
733 * configure endpoint params
989 struct snd_pcm_hw_params *params,
992 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
993 struct snd_interval *ct = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
994 struct snd_mask *fmts = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
995 struct snd_interval *pt = hw_param_interval(params, SNDRV_PCM_HW_PARAM_PERIOD_TIME);
1033 static int hw_rule_rate(struct snd_pcm_hw_params *params,
1038 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE);
1046 if (!hw_check_valid_format(subs, params, fp))
1085 static int hw_rule_channels(struct snd_pcm_hw_params *params,
1090 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS);
1098 if (!hw_check_valid_format(subs, params, fp))
1136 static int hw_rule_format(struct snd_pcm_hw_params *params,
1141 struct snd_mask *fmt = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT);
1149 if (!hw_check_valid_format(subs, params, fp))
1167 static int hw_rule_period_time(struct snd_pcm_hw_params *params,
1177 it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_PERIOD_TIME);
1181 if (!hw_check_valid_format(subs, params, fp))