ASoC: soc-utils: replace codec to component
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Jan 2018 02:58:01 +0000 (02:58 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 11:46:14 +0000 (11:46 +0000)
commit03a0ddeda7ebafea8e99078581a50d856e3587a4
treebc933b905a1ad07920935f5820c0143ce5b411d2
parent66bf428e555cdbf77c5a9cffefd8fca4af76ce9d
ASoC: soc-utils: 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 = 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/soc-utils.c