Searched hist:"3 e32a3ff800b71c84796a89479a6ea89eee0803e" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8974.c | diff 3e32a3ff800b71c84796a89479a6ea89eee0803e Mon Jan 29 04:06:52 CET 2018 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: wm8974: 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>
|