Lines Matching refs:sparams
527 static int snd_pcm_share_hw_refine_sprepare(snd_pcm_t *pcm, snd_pcm_hw_params_t *sparams)
532 _snd_pcm_hw_params_any(sparams);
533 _snd_pcm_hw_param_set_mask(sparams, SND_PCM_HW_PARAM_ACCESS,
535 _snd_pcm_hw_param_set(sparams, SND_PCM_HW_PARAM_CHANNELS,
541 snd_pcm_hw_params_t *sparams)
559 err = _snd_pcm_hw_param_set_mask(sparams, SND_PCM_HW_PARAM_ACCESS,
564 err = _snd_pcm_hw_params_refine(sparams, links, params);
571 snd_pcm_hw_params_t *sparams)
583 const snd_pcm_access_mask_t *saccess_mask = snd_pcm_hw_param_get_mask(sparams, SND_PCM_HW_PARAM_ACCESS);
595 err = _snd_pcm_hw_params_refine(params, links, sparams);