aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeeja KP <[email protected]>2015-11-13 19:22:07 +0530
committerMark Brown <[email protected]>2015-11-18 18:46:36 +0000
commite03fc82d7c474b2f9bcdb0f6a5ef26c6c3ab24ee (patch)
tree155b0ebda7fb0e760f73f2e68e3561a3bbf7f977
parenta71e269728ce42216cca8ce5145e97e777a36467 (diff)
ASoC: Intel: Skylake: Remove redundant init in resume
Since we call _skl_resume which also initializes the chip we no need to call these explicitly, so remove the duplication Signed-off-by: Jeeja KP <[email protected]> Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/intel/skylake/skl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index bdb99dcbfdca..d3e87b6f93fe 100644
--- a/sound/soc/intel/skylake/skl.c
+++ b/sound/soc/intel/skylake/skl.c
@@ -199,13 +199,9 @@ static int skl_runtime_resume(struct device *dev)
struct pci_dev *pci = to_pci_dev(dev);
struct hdac_ext_bus *ebus = pci_get_drvdata(pci);
struct hdac_bus *bus = ebus_to_hbus(ebus);
- struct skl *skl = ebus_to_skl(ebus);
dev_dbg(bus->dev, "in %s\n", __func__);
- skl_init_pci(skl);
- snd_hdac_bus_init_chip(bus, true);
-
return _skl_resume(ebus);
}
#endif /* CONFIG_PM */