]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cs42l42: replace codec to component
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Jan 2018 03:59:27 +0000 (03:59 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 09:47:35 +0000 (09:47 +0000)
commita3ee46c063e276135af68f94035214fde548f56e
treecf37daf1c4c4d7aec85efb77753ec130df039cae
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
ASoC: cs42l42: 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 = 0 -> .idle_bias_on = 1
.ignore_pmdown_time = 1 -> .use_pmdown_time = 0
- -> .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>
sound/soc/codecs/cs42l42.c
sound/soc/codecs/cs42l42.h