Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h314 __le32 period_size_min; /* min period size bytes */ member
611 __le32 period_size_min; /* min period size bytes */ member
/third_party/alsa-lib/src/topology/
H A Dpcm.c502 if (strcmp(id, "period_size_min") == 0) { in tplg_parse_stream_caps()
503 if (parse_unsigned(n, &sc->period_size_min)) in tplg_parse_stream_caps()
594 if (err >= 0 && sc->period_size_min) in tplg_save_stream_caps()
596 sc->period_size_min); in tplg_save_stream_caps()
1769 caps->period_size_min = caps_tpl->period_size_min; in tplg_add_stream_caps()
2093 cap->period_size_min = pcm->caps[i].period_size_min; in tplg_decode_pcm()
/third_party/alsa-lib/include/
H A Dtopology.h993 unsigned int period_size_min; /*!< min period size bytes */ member
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c457 snd_pcm_uframes_t period_size_min; in set_hwparams() local
507 err = snd_pcm_hw_params_get_period_size_min(params, &period_size_min, 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