ASoC: don't use rtd->codec on samsung/bells
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 5 Dec 2017 04:24:28 +0000 (04:24 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 5 Dec 2017 12:44:52 +0000 (12:44 +0000)
commitf4a2be1c559e53e31545bdea2c246dbce6b70e1c
treef60cd798d7e424ae4f7414519a838803c283fa55
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
ASoC: don't use rtd->codec on samsung/bells

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/samsung/bells.c