HomeSort by relevance Sort by last modified time
    Searched defs:param_set_int (Results 1 - 2 of 2) sorted by null

  /external/tinyalsa/
pcm.c 199 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) function
922 param_set_int(&params, SNDRV_PCM_HW_PARAM_SAMPLE_BITS,
924 param_set_int(&params, SNDRV_PCM_HW_PARAM_FRAME_BITS,
926 param_set_int(&params, SNDRV_PCM_HW_PARAM_CHANNELS,
928 param_set_int(&params, SNDRV_PCM_HW_PARAM_PERIODS, config->period_count);
929 param_set_int(&params, SNDRV_PCM_HW_PARAM_RATE, config->rate);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 233 void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned val) function

Completed in 101 milliseconds