Home
last modified time | relevance | path

Searched refs:period_size_max (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h315 __le32 period_size_max; /* max period size bytes */ member
612 __le32 period_size_max; /* max period size bytes */ member
/third_party/alsa-lib/src/topology/
H A Dpcm.c508 if (strcmp(id, "period_size_max") == 0) { in tplg_parse_stream_caps()
509 if (parse_unsigned(n, &sc->period_size_max)) in tplg_parse_stream_caps()
597 if (err >= 0 && sc->period_size_max) in tplg_save_stream_caps()
599 sc->period_size_max); in tplg_save_stream_caps()
1770 caps->period_size_max = caps_tpl->period_size_max; in tplg_add_stream_caps()
2094 cap->period_size_max = pcm->caps[i].period_size_max; in tplg_decode_pcm()
/third_party/alsa-lib/include/
H A Dtopology.h994 unsigned int period_size_max; /*!< max period size bytes */ member
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c458 snd_pcm_uframes_t period_size_max; in set_hwparams() local
508 err = snd_pcm_hw_params_get_period_size_max(params, &period_size_max, NULL); in set_hwparams()
510 printf(_("Period size range from %lu to %lu\n"),period_size_min, period_size_max); in set_hwparams()

Completed in 8 milliseconds