Searched defs:snd_soc_dai_ops (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/include/sound/ |
| D | soc-dai.h | 274 struct snd_soc_dai_ops { struct 279 int (*set_sysclk)(struct snd_soc_dai *dai, 281 int (*set_pll)(struct snd_soc_dai *dai, int pll_id, int source, 283 int (*set_clkdiv)(struct snd_soc_dai *dai, int div_id, int div); 284 int (*set_bclk_ratio)(struct snd_soc_dai *dai, unsigned int ratio); 290 int (*set_fmt)(struct snd_soc_dai *dai, unsigned int fmt); 291 int (*xlate_tdm_slot_mask)(unsigned int slots, 293 int (*set_tdm_slot)(struct snd_soc_dai *dai, 296 int (*set_channel_map)(struct snd_soc_dai *dai, 299 int (*get_channel_map)(struct snd_soc_dai *dai, [all …]
|