mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 05:19:53 +07:00
0fe1daa666
Now we can replace Codec to Component. Let's do it. Because there are many drivers which are using arizona, we need to update these all related drivers in same time. Otherwise compile error/warning happen Note: cs47l24 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 wm5102 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 wm5110 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 wm8997 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 wm8998 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> Tested-by: Charles Keepax <ckeepax@opensource.cirrus.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org> |
||
---|---|---|
.. | ||
arndale_rt5631.c | ||
bells.c | ||
dma.h | ||
dmaengine.c | ||
h1940_uda1380.c | ||
i2s-regs.h | ||
i2s.c | ||
i2s.h | ||
idma.c | ||
idma.h | ||
jive_wm8750.c | ||
Kconfig | ||
littlemill.c | ||
lowland.c | ||
Makefile | ||
neo1973_wm8753.c | ||
odroid.c | ||
pcm.c | ||
pcm.h | ||
regs-i2s-v2.h | ||
regs-iis.h | ||
rx1950_uda1380.c | ||
s3c24xx_simtec_hermes.c | ||
s3c24xx_simtec_tlv320aic23.c | ||
s3c24xx_simtec.c | ||
s3c24xx_simtec.h | ||
s3c24xx_uda134x.c | ||
s3c24xx-i2s.c | ||
s3c24xx-i2s.h | ||
s3c2412-i2s.c | ||
s3c2412-i2s.h | ||
s3c-i2s-v2.c | ||
s3c-i2s-v2.h | ||
smartq_wm8987.c | ||
smdk_spdif.c | ||
smdk_wm8580.c | ||
smdk_wm8994.c | ||
smdk_wm8994pcm.c | ||
snow.c | ||
spdif.c | ||
spdif.h | ||
speyside.c | ||
tm2_wm5110.c | ||
tobermory.c |