]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: rt5659: replace codec to component
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 29 Jan 2018 03:45:50 +0000 (03:45 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2018 09:46:15 +0000 (09:46 +0000)
commitde86a33253d07675abbb1fa294ffb4f3df6f219e
tree8c46f8f1b5756fc25395cc5c2d1ec2c398caf4d8
parentb44483eff7fb3b8c96ee763fe4e84c7933882709
ASoC: rt5659: 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>
sound/soc/codecs/rt5659.c
sound/soc/codecs/rt5659.h