Searched hist:fab70c273d75102a3f2593730b49d94ed3f87cff (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | rt5665.h | diff fab70c273d75102a3f2593730b49d94ed3f87cff Mon Jan 29 04:49:03 CET 2018 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: rt5665: 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>
|
H A D | rt5665.c | diff fab70c273d75102a3f2593730b49d94ed3f87cff Mon Jan 29 04:49:03 CET 2018 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> ASoC: rt5665: 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>
|