ASoC: twl4030: replace codec to component

Now we can replace Codec to Component. Let's do it.

Note:
	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>
This commit is contained in:
Kuninori Morimoto 2018-01-29 04:20:49 +00:00 committed by Mark Brown
parent 7928b2cbe5
commit c68e7f5ba4
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 187 additions and 196 deletions

File diff suppressed because it is too large Load Diff