Home
last modified time | relevance | path

Searched defs:snd_soc_tplg_hw_config (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/include/uapi/sound/
Dasoc.h338 struct snd_soc_tplg_hw_config { struct
339 __le32 size; /* in bytes of this structure */
340 __le32 id; /* unique ID - - used to match */
341 __le32 fmt; /* SND_SOC_DAI_FORMAT_ format value */
342 __u8 clock_gated; /* SND_SOC_TPLG_DAI_CLK_GATE_ value */
343 __u8 invert_bclk; /* 1 for inverted BCLK, 0 for normal */
344 __u8 invert_fsync; /* 1 for inverted frame clock, 0 for normal */
345 __u8 bclk_provider; /* SND_SOC_TPLG_BCLK_ value */
346 __u8 fsync_provider; /* SND_SOC_TPLG_FSYNC_ value */
347 __u8 mclk_direction; /* SND_SOC_TPLG_MCLK_ value */
[all …]