snd_pcm_hw_param_value_max  314 sound/core/oss/pcm_oss.c 	return snd_pcm_hw_param_value_max(params, var, dir);
snd_pcm_hw_param_value_max  695 sound/core/oss/pcm_oss.c 						   snd_pcm_hw_param_value_max(slave_params, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, NULL)) * oss_frame_size;
snd_pcm_hw_param_value_max  737 sound/core/oss/pcm_oss.c 						   snd_pcm_hw_param_value_max(slave_params, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, NULL));
snd_pcm_hw_param_value_max  748 sound/core/oss/pcm_oss.c 	s = snd_pcm_hw_param_value_max(slave_params, SNDRV_PCM_HW_PARAM_PERIODS, NULL);