Home
last modified time | relevance | path

Searched defs:snd_soc_tplg_stream_caps (Results 1 – 3 of 3) 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.h296 struct snd_soc_tplg_stream_caps { struct
297 __le32 size; /* in bytes of this structure */
298 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
299 __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */
300 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */
301 __le32 rate_min; /* min rate */
302 __le32 rate_max; /* max rate */
303 __le32 channels_min; /* min channels */
304 __le32 channels_max; /* max channels */
305 __le32 periods_min; /* min number of periods */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasoc.h296 struct snd_soc_tplg_stream_caps { struct
297 __le32 size; /* in bytes of this structure */
298 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
299 __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */
300 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */
301 __le32 rate_min; /* min rate */
302 __le32 rate_max; /* max rate */
303 __le32 channels_min; /* min channels */
304 __le32 channels_max; /* max channels */
305 __le32 periods_min; /* min number of periods */
[all …]
/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.h296 struct snd_soc_tplg_stream_caps { struct
297 __le32 size; /* in bytes of this structure */
298 char name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
299 __le64 formats; /* supported formats SNDRV_PCM_FMTBIT_* */
300 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */
301 __le32 rate_min; /* min rate */
302 __le32 rate_max; /* max rate */
303 __le32 channels_min; /* min channels */
304 __le32 channels_max; /* max channels */
305 __le32 periods_min; /* min number of periods */
[all …]