linux/sound/soc/mediatek/mt8173
Kuninori Morimoto 79223bf190
ASoC: rt5645/rt5677: replace codec to component
Now we can replace Codec to Component. Let's do it.

Because Intel/Mediatek platforms are using rt5645/rt5677,
we need to update these all related drivers in same time.
Otherwise compile error/warning happen

rt5645:
	xxx_codec_xxx()		->	xxx_component_xxx()
	.idle_bias_off = 1	->	.idle_bias_on = 0
	.ignore_pmdown_time = 0	->	.use_pmdown_time = 1
	-			->	.endianness = 1
	-			->	.non_legacy_dai_naming = 1

rt5677:
	xxx_codec_xxx()		->	xxx_component_xxx()
	.idle_bias_off = 1	->	.idle_bias_on = 0
	.ignore_pmdown_time = 0	->	.use_pmdown_time = 1
	-			->	.endianness = 1
	-			->	.non_legacy_dai_naming = 1

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-02-12 11:18:44 +00:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mt8173-afe-common.h ASoC: mediatek: let mt8173 use mediatek common structure 2016-06-29 20:11:09 +01:00
mt8173-afe-pcm.c ASoC: mt8173: Fix platform_get_irq's error checking 2017-12-01 13:05:45 +00:00
mt8173-max98090.c ASoC: mediatek: constify snd_soc_ops structures 2017-03-20 11:25:47 +00:00
mt8173-rt5650-rt5514.c ASoC: rt5645/rt5677: replace codec to component 2018-02-12 11:18:44 +00:00
mt8173-rt5650-rt5676.c ASoC: rt5645/rt5677: replace codec to component 2018-02-12 11:18:44 +00:00
mt8173-rt5650.c ASoC: rt5645/rt5677: replace codec to component 2018-02-12 11:18:44 +00:00