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