]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - sound/soc/fsl/fsl-asoc-card.c
ASoC: fsl-asoc-card: Specify codec_dai_name for DAI links
authorNicolin Chen <nicoleotsuka@gmail.com>
Wed, 12 Aug 2015 20:06:12 +0000 (13:06 -0700)
committerMark Brown <broonie@kernel.org>
Thu, 13 Aug 2015 11:47:37 +0000 (12:47 +0100)
commit114bb13968162451f5e1d7fe793f9eb7e0083d9a
treebbaf4c381594df4628bfba5c78b5cc591895044a
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
ASoC: fsl-asoc-card: Specify codec_dai_name for DAI links

The dev->name of CODEC might not be identical to its codec_dai_name,
so using dev->name to probe the CODEC dai is not a correct approach.

This patch specifies each supporting codec_dai_name instead of using
dev->name any more.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl-asoc-card.c