ASoC: Intel: Skylake: Add DSP module init and binding routines
[deliverable/linux.git] / sound / soc / intel / skylake / skl-topology.h
index e4b2a339b2f487bf2d367999dafe3ccc6be53e92..b7e8aa8bfcaf1acdfb79bf657838441da38ea1f6 100644 (file)
@@ -263,5 +263,14 @@ struct skl_module_cfg {
        struct skl_specific_cfg formats_config;
 };
 
+int skl_init_module(struct skl_sst *ctx, struct skl_module_cfg *module_config,
+       char *param);
+
+int skl_bind_modules(struct skl_sst *ctx, struct skl_module_cfg
+       *src_module, struct skl_module_cfg *dst_module);
+
+int skl_unbind_modules(struct skl_sst *ctx, struct skl_module_cfg
+       *src_module, struct skl_module_cfg *dst_module);
+
 enum skl_bitdepth skl_get_bit_depth(int params);
 #endif
This page took 0.031334 seconds and 5 git commands to generate.