Home
last modified time | relevance | path

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

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