]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: lm49453: replace codec to component
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Jan 2018 04:42:27 +0000 (04:42 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 11:08:07 +0000 (11:08 +0000)
commitfa85f8db90c9c5533699a3e6f943b4148a694f5b
treee74203963ca9184b756137a90f02379cfc26ab94
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
ASoC: lm49453: 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>
sound/soc/codecs/lm49453.c