Home
last modified time | relevance | path

Searched refs:period_size_min (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasoc.h307 __le32 period_size_min; /* min period size bytes */ member
604 __le32 period_size_min; /* min period size bytes */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasoc.h307 __le32 period_size_min; /* min period size bytes */ member
604 __le32 period_size_min; /* min period size bytes */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasoc.h307 __le32 period_size_min; /* min period size bytes */ member
604 __le32 period_size_min; /* min period size bytes */ member
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dpcm.c484 le32_to_cpu(caps->period_size_min)); in sof_pcm_open()
487 le32_to_cpu(caps->period_size_min)); in sof_pcm_open()
493 runtime->hw.period_bytes_min = le32_to_cpu(caps->period_size_min); in sof_pcm_open()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-topology.c2036 dest->period_size_min = src->period_size_min; in stream_caps_new_ver()