]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: twl6040: replace codec to component
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Jan 2018 04:20:09 +0000 (04:20 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 09:54:38 +0000 (09:54 +0000)
commit7480389fb0d873ed78619542bf5d2717a7ad7786
tree7ca259d39d3ae5f0ac7affd3102af552a42aed65
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2
ASoC: twl6040: 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/twl6040.c
sound/soc/codecs/twl6040.h
sound/soc/omap/omap-abe-twl6040.c