BACKPORT: ASoC: max98090: 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> (cherry picked from commit 4c66b9d1) Conflicts: sound/soc/codecs/max98090.c conflicts in pll_work and remove caused by chromium commits, also added a few codec to component conversions for functions not covered in the original patch BUG=b:110025789 TEST=Test Audio use cases with full SOF 0.6 rebase release series applied. Change-Id: If73c8640444159581f667d1d9c43470b57d72f7e Signed-off-by:
Curtis Malainey <cujomalainey@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1413440 Reviewed-by:
Dylan Reid <dgreid@chromium.org>
Loading
Please sign in to comment