ASoC: Intel: Skylake: Add pipe management helpers
[deliverable/linux.git] / sound / soc / intel / skylake / skl-topology.h
index b7e8aa8bfcaf1acdfb79bf657838441da38ea1f6..8c7767baa94fbe44239f425b48dbd6c6ecf643a8 100644 (file)
@@ -263,6 +263,16 @@ struct skl_module_cfg {
        struct skl_specific_cfg formats_config;
 };
 
+int skl_create_pipeline(struct skl_sst *ctx, struct skl_pipe *pipe);
+
+int skl_run_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
+
+int skl_pause_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
+
+int skl_delete_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
+
+int skl_stop_pipe(struct skl_sst *ctx, struct skl_pipe *pipe);
+
 int skl_init_module(struct skl_sst *ctx, struct skl_module_cfg *module_config,
        char *param);
 
This page took 0.024268 seconds and 5 git commands to generate.