diff options
| author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-11-16 14:33:32 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2020-11-16 20:03:31 +0000 |
| commit | 3d32489838bbf3119bb1ea59cdbed0077d7dbf3c (patch) | |
| tree | 2f0e3bf96551956a0857c6d5ccd12aef52dafe84 /sound/soc/intel/catpt/core.h | |
| parent | c440c72474e12fcf79bbe716d4796d16b7201031 (diff) | |
| download | linux-next-3d32489838bbf3119bb1ea59cdbed0077d7dbf3c.tar.gz linux-next-3d32489838bbf3119bb1ea59cdbed0077d7dbf3c.zip | |
ASoC: Intel: catpt: Cleanup after power routines streamlining
With LPT switching to WPT-based power on/off routines, functions that
have been previously used by it are rendered redundant so remove them.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20201116133332.8530-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/catpt/core.h')
| -rw-r--r-- | sound/soc/intel/catpt/core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/intel/catpt/core.h b/sound/soc/intel/catpt/core.h index 693dc4a4b621..0f53a0d43254 100644 --- a/sound/soc/intel/catpt/core.h +++ b/sound/soc/intel/catpt/core.h @@ -83,8 +83,6 @@ struct catpt_spec { u32 d3srampgd_bit; u32 d3pgd_bit; void (*pll_shutdown)(struct catpt_dev *cdev, bool enable); - int (*power_up)(struct catpt_dev *cdev); - int (*power_down)(struct catpt_dev *cdev); }; struct catpt_dev { @@ -128,8 +126,6 @@ int catpt_dma_memcpy_fromdsp(struct catpt_dev *cdev, struct dma_chan *chan, void lpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable); void wpt_dsp_pll_shutdown(struct catpt_dev *cdev, bool enable); -int lpt_dsp_power_up(struct catpt_dev *cdev); -int lpt_dsp_power_down(struct catpt_dev *cdev); int catpt_dsp_power_up(struct catpt_dev *cdev); int catpt_dsp_power_down(struct catpt_dev *cdev); int catpt_dsp_stall(struct catpt_dev *cdev, bool stall); |
