Searched hist:"8 dc906d3ae088668ab9c0f4e0fa2314a8cd8fcaa" (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/img/ |
H A D | pistachio-internal-dac.c | diff 8dc906d3ae088668ab9c0f4e0fa2314a8cd8fcaa Mon Jan 29 05:42:01 CET 2018 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: pistachio: 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 = 1 -> .idle_bias_on = 0 .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>
|