]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: core: replace codec_dev_list to component_dev_list on Card
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 30 Nov 2016 06:22:36 +0000 (06:22 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 1 Dec 2016 20:09:34 +0000 (20:09 +0000)
commit86f0ac696ca8db3a1ccb7ece8abff853f825957e
tree0772f2a73a79371f17b51b7c0a84049b2b638d70
parent9a88e118582dd7dc59bf9614173d004ecfa3a155
ASoC: core: replace codec_dev_list to component_dev_list on Card

Current Card has Codec list (= codec_dev_list), but Codec will be
removed in the future. Because of this reason, this patch adds
new Component list in Card, and replace Codec list.

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