Searched defs:snd_soc_dai_ops (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc-dai.h | 212 struct snd_soc_dai_ops { struct 217 int (*set_sysclk)(struct snd_soc_dai *dai, 219 int (*set_pll)(struct snd_soc_dai *dai, int pll_id, int source, 221 int (*set_clkdiv)(struct snd_soc_dai *dai, int div_id, int div); 222 int (*set_bclk_ratio)(struct snd_soc_dai *dai, unsigned int ratio); 228 int (*set_fmt)(struct snd_soc_dai *dai, unsigned int fmt); 229 int (*xlate_tdm_slot_mask)(unsigned int slots, 231 int (*set_tdm_slot)(struct snd_soc_dai *dai, 234 int (*set_channel_map)(struct snd_soc_dai *dai, 237 int (*get_channel_map)(struct snd_soc_dai *dai, [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sound.h | 56 struct snd_soc_dai_ops { struct 57 int (*hw_params)(struct udevice *dev, unsigned int samplerate, 59 int (*startup)(struct udevice *dev); 60 int (*shutdown)(struct udevice *dev); 61 int (*transfer)(struct udevice *dev, unsigned int *data, 63 int (*set_sysclk)(struct udevice *dev, unsigned int freq);
|