Searched defs:dai_ops (Results 1 – 1 of 1) sorted by relevance
/sof-2.7.6/src/include/sof/lib/ |
D | dai.h | 76 struct dai_ops { struct 77 int (*set_config)(struct dai *dai, struct ipc_config_dai *config, 79 int (*trigger)(struct dai *dai, int cmd, int direction); 80 int (*pm_context_restore)(struct dai *dai); 81 int (*pm_context_store)(struct dai *dai); 82 int (*get_hw_params)(struct dai *dai, 84 int (*hw_params)(struct dai *dai, struct sof_ipc_stream_params *params); 85 int (*get_handshake)(struct dai *dai, int direction, int stream_id); 86 int (*get_fifo)(struct dai *dai, int direction, int stream_id); 87 int (*probe)(struct dai *dai); [all …]
|