]> git.karo-electronics.de Git - karo-tx-linux.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)
commitd9fc40639dc1b87915426d2ef489a591b0fd650b
tree0772f2a73a79371f17b51b7c0a84049b2b638d70
parent57619b4c9393b8886da90f4ebf29c9f9fe1d07cf
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