From: Mark Brown Date: Tue, 9 Aug 2016 11:34:51 +0000 (+0100) Subject: Merge branch 'topic/hda-link-time' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v4.9-rc1~4^2~4^2~13^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da74273c49ebd7049fddc4af3845881c74e00f38;p=platform%2Fkernel%2Flinux-exynos.git Merge branch 'topic/hda-link-time' of git://git./linux/kernel/git/tiwai/sound into asoc-intel --- da74273c49ebd7049fddc4af3845881c74e00f38 diff --cc sound/soc/intel/skylake/skl-pcm.c index 22d4f07,5ae86c2..1402492 --- a/sound/soc/intel/skylake/skl-pcm.c +++ b/sound/soc/intel/skylake/skl-pcm.c @@@ -1142,11 -1142,9 +1142,11 @@@ static int skl_platform_soc_probe(struc { struct hdac_ext_bus *ebus = dev_get_drvdata(platform->dev); struct skl *skl = ebus_to_skl(ebus); + const struct skl_dsp_ops *ops; int ret; + pm_runtime_get_sync(platform->dev); - if (ebus->ppcap) { + if ((ebus_to_hbus(ebus))->ppcap) { ret = skl_tplg_init(platform, ebus); if (ret < 0) { dev_err(platform->dev, "Failed to init topology!\n");