Searched defs:snd_soc_dai_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | soc-dai.h | 276 struct snd_soc_dai_ops { struct 278 int (*probe)(struct snd_soc_dai *dai); 279 int (*remove)(struct snd_soc_dai *dai); 281 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num); 283 int (*pcm_new)(struct snd_soc_pcm_runtime *rtd, 290 int (*set_sysclk)(struct snd_soc_dai *dai, 292 int (*set_pll)(struct snd_soc_dai *dai, int pll_id, int source, 294 int (*set_clkdiv)(struct snd_soc_dai *dai, int div_id, int div); 295 int (*set_bclk_ratio)(struct snd_soc_dai *dai, unsigned int ratio); 301 int (*set_fmt)(struct snd_soc_dai *dai, unsigned int fmt); [all …]
|