Query: snd_pcm_hw_param_last
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_HW_PARAM_LAS(9) Sound Devices SND_PCM_HW_PARAM_LAS(9)NAMEsnd_pcm_hw_param_last - refine config space and return maximum valueSYNOPSISint snd_pcm_hw_param_last(struct snd_pcm_substream * pcm, struct snd_pcm_hw_params * params, snd_pcm_hw_param_t var, int * dir);ARGUMENTSpcm PCM instance params the hw_params instance var parameter to retrieve dir pointer to the direction (-1,0,1) or NULLDESCRIPTIONInside configuration space defined by params remove from var all values < maximum. Reduce configuration space accordingly. Return the maximum.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_PCM_HW_PARAM_LAS(9)