]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbaa04e3a56541bdaa5aa8c89d7dfcec0bbdb0f99
tree53e1e875103f09d1b30e03998f1ad54241d42814
parent1986d99aa86379419ec9951c47e883f8c8b4c1fb
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