]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
ASoC: soc-topology: fix modern dai link style
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 12 Jun 2019 16:38:45 +0000 (11:38 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 13 Jun 2019 18:47:14 +0000 (19:47 +0100)
commit3e6de89409bf7ad149bfb05dd0dce6c5678ea0a8
treec48f99e7312cb0c276d2dd44d103fb31c23526a8
parent2f7e015c1f20cfdbe97df25868abbfa8b7514778
ASoC: soc-topology: fix modern dai link style

The topology code can create a FE DAI link but did not allocate the
memory for a platform component - whose name can be overridden at a
later time.

Fixes: 23b946ce2808b ("ASoC: soc-topology: use modern dai_link style")
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c