Searched defs:snd_soc_tplg_hw_config (Results 1 – 3 of 3) sorted by relevance
332 struct snd_soc_tplg_hw_config { struct333 __le32 size; /* in bytes of this structure */334 __le32 id; /* unique ID - - used to match */335 __le32 fmt; /* SND_SOC_DAI_FORMAT_ format value */336 __u8 clock_gated; /* SND_SOC_TPLG_DAI_CLK_GATE_ value */337 __u8 invert_bclk; /* 1 for inverted BCLK, 0 for normal */338 __u8 invert_fsync; /* 1 for inverted frame clock, 0 for normal */339 __u8 bclk_master; /* SND_SOC_TPLG_BCLK_ value */340 __u8 fsync_master; /* SND_SOC_TPLG_FSYNC_ value */341 __u8 mclk_direction; /* SND_SOC_TPLG_MCLK_ value */[all …]
205 struct snd_soc_tplg_hw_config { struct206 __le32 size;207 __le32 id;208 __le32 fmt;209 __u8 clock_gated;210 __u8 invert_bclk;211 __u8 invert_fsync;212 __u8 bclk_master;213 __u8 fsync_master;214 __u8 mclk_direction;[all …]
218 struct snd_soc_tplg_hw_config { struct219 __le32 size;220 __le32 id;221 __le32 fmt;222 __u8 clock_gated;223 __u8 invert_bclk;224 __u8 invert_fsync;225 __u8 bclk_master;226 __u8 fsync_master;227 __u8 mclk_direction;[all …]