OSDN Git Service

ASoC: don't use rtd->codec on Intel/haswell
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 5 Dec 2017 04:23:52 +0000 (04:23 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 5 Dec 2017 12:43:51 +0000 (12:43 +0000)
commit187c43df88196c0c4b231771a39e4a46f20a4f7a
tree53e1e875103f09d1b30e03998f1ad54241d42814
parent356a383bd978e58b5324284dc21210467968b4ff
ASoC: don't use rtd->codec on Intel/haswell

rtd->codec will be removed soon.
rtd->codec = rtd->codec_dai->codec, thus,
we can use rtd->codec_dai->component instead of it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/haswell.c