Searched hist:"9310161754511 c212dbb6728860376a5afcbbcc8" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | ads117x.c | diff 9310161754511c212dbb6728860376a5afcbbcc8 Mon Jan 29 05:24:44 CET 2018 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: ads117x: 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>
|