aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-06-06 13:21:51 +0900
committerMark Brown <broonie@kernel.org>2019-06-06 22:19:22 +0100
commit2bfa8c35d90c2f3f6fc1814d37bc80f13246a762 (patch)
tree7ab48dd8828ad4e4b316b3ce64ab04f526e090be /sound/soc/intel/skylake
parentASoC: Intel: skl_nau88l25_max98357a: use modern dai_link style (diff)
downloadlinux-dev-2bfa8c35d90c2f3f6fc1814d37bc80f13246a762.tar.xz
linux-dev-2bfa8c35d90c2f3f6fc1814d37bc80f13246a762.zip
ASoC: Intel: skl-pcm: use modern dai_link style
ASoC is now supporting modern style dai_link (= snd_soc_dai_link_component) for CPU/Codec/Platform. This patch switches to use it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake')
-rw-r--r--sound/soc/intel/skylake/skl-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-pcm.c b/sound/soc/intel/skylake/skl-pcm.c
index 9735e2412251..edc5ecfc0b55 100644
--- a/sound/soc/intel/skylake/skl-pcm.c
+++ b/sound/soc/intel/skylake/skl-pcm.c
@@ -1085,7 +1085,7 @@ static int skl_platform_open(struct snd_pcm_substream *substream)
struct snd_soc_dai_link *dai_link = rtd->dai_link;
dev_dbg(rtd->cpu_dai->dev, "In %s:%s\n", __func__,
- dai_link->cpu_dai_name);
+ dai_link->cpus->dai_name);
snd_soc_set_runtime_hwparams(substream, &azx_pcm_hw);