• Kuninori Morimoto's avatar
    ASoC: adau17x1/adau1761/adau1781: replace codec to component · dd08102a
    Kuninori Morimoto authored
    Now we can replace Codec to Component. Let's do it.
    
    Because there are many drivers which are using adau17x1,
    we need to update these all related drivers in same time.
    Otherwise compile error/warning happen
    
    adau1761:
    	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
    
    adau1781:
    	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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    dd08102a
adau17x1.h 3.97 KB