Home
last modified time | relevance | path

Searched refs:period_size_max (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.h308 __le32 period_size_max; /* max period size bytes */ member
605 __le32 period_size_max; /* max period size bytes */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasoc.h308 __le32 period_size_max; /* max period size bytes */ member
605 __le32 period_size_max; /* max 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.h308 __le32 period_size_max; /* max period size bytes */ member
605 __le32 period_size_max; /* max period size bytes */ member
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dpcm.c494 runtime->hw.period_bytes_max = le32_to_cpu(caps->period_size_max); in sof_pcm_open()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-topology.c2037 dest->period_size_max = src->period_size_max; in stream_caps_new_ver()