projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318796d
)
ASoC: Intel: skl-pcm: use modern dai_link style
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 6 Jun 2019 04:21:51 +0000
(13:21 +0900)
committer
Mark Brown
<broonie@kernel.org>
Thu, 6 Jun 2019 21:19:22 +0000
(22:19 +0100)
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>
sound/soc/intel/skylake/skl-pcm.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/skylake/skl-pcm.c
b/sound/soc/intel/skylake/skl-pcm.c
index 9735e24122514f81d9ee88002fdbdd32ade65e4e..edc5ecfc0b5530604af3afbb81d75d5113d59126 100644
(file)
--- 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->cpu
s->
dai_name);
snd_soc_set_runtime_hwparams(substream, &azx_pcm_hw);