Searched hist:"7480389 fb0d873ed78619542bf5d2717a7ad7786" (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | twl6040.h | diff 7480389fb0d873ed78619542bf5d2717a7ad7786 Mon Jan 29 05:20:09 CET 2018 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: twl6040: 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 = 1 -> .use_pmdown_time = 0 - -> .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>
|
H A D | twl6040.c | diff 7480389fb0d873ed78619542bf5d2717a7ad7786 Mon Jan 29 05:20:09 CET 2018 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: twl6040: 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 = 1 -> .use_pmdown_time = 0 - -> .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>
|