diff options
-rw-r--r-- | sound/soc/intel/skylake/skl-sst-dsp.c | 2 | ||||
-rw-r--r-- | sound/soc/intel/skylake/skl-sst-dsp.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-sst-dsp.c b/sound/soc/intel/skylake/skl-sst-dsp.c index 646d10a0d176..a5267e8a96e0 100644 --- a/sound/soc/intel/skylake/skl-sst-dsp.c +++ b/sound/soc/intel/skylake/skl-sst-dsp.c | |||
@@ -181,7 +181,7 @@ static int skl_dsp_core_power_down(struct sst_dsp *ctx) | |||
181 | "Power down"); | 181 | "Power down"); |
182 | } | 182 | } |
183 | 183 | ||
184 | static int skl_dsp_enable_core(struct sst_dsp *ctx) | 184 | int skl_dsp_enable_core(struct sst_dsp *ctx) |
185 | { | 185 | { |
186 | int ret; | 186 | int ret; |
187 | 187 | ||
diff --git a/sound/soc/intel/skylake/skl-sst-dsp.h b/sound/soc/intel/skylake/skl-sst-dsp.h index 676e78be0169..b6e310d49dd6 100644 --- a/sound/soc/intel/skylake/skl-sst-dsp.h +++ b/sound/soc/intel/skylake/skl-sst-dsp.h | |||
@@ -148,6 +148,7 @@ int skl_cldma_prepare(struct sst_dsp *ctx); | |||
148 | void skl_dsp_set_state_locked(struct sst_dsp *ctx, int state); | 148 | void skl_dsp_set_state_locked(struct sst_dsp *ctx, int state); |
149 | struct sst_dsp *skl_dsp_ctx_init(struct device *dev, | 149 | struct sst_dsp *skl_dsp_ctx_init(struct device *dev, |
150 | struct sst_dsp_device *sst_dev, int irq); | 150 | struct sst_dsp_device *sst_dev, int irq); |
151 | int skl_dsp_enable_core(struct sst_dsp *ctx); | ||
151 | int skl_dsp_disable_core(struct sst_dsp *ctx); | 152 | int skl_dsp_disable_core(struct sst_dsp *ctx); |
152 | bool is_skl_dsp_running(struct sst_dsp *ctx); | 153 | bool is_skl_dsp_running(struct sst_dsp *ctx); |
153 | irqreturn_t skl_dsp_sst_interrupt(int irq, void *dev_id); | 154 | irqreturn_t skl_dsp_sst_interrupt(int irq, void *dev_id); |