Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:param_set_int

310     param_set_int(params, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, reqBuffSize);
311 param_set_int(params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS, 16);
312 param_set_int(params, SNDRV_PCM_HW_PARAM_FRAME_BITS,
314 param_set_int(params, SNDRV_PCM_HW_PARAM_CHANNELS,
316 param_set_int(params, SNDRV_PCM_HW_PARAM_RATE, handle->sampleRate);