Skip to content

Commit

Permalink
ASoC: Intel: skl-pcm: use modern dai_link style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jun 6, 2019
1 parent 318796d commit 2bfa8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/skylake/skl-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2bfa8c3

Please sign in to comment.