linux/sound/soc/mediatek/mt8173
Kuninori Morimoto 4c66b9d165
ASoC: max98090: 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 = 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>
2018-02-12 09:49:34 +00:00
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mt8173-afe-common.h ASoC: mediatek: let mt8173 use mediatek common structure 2016-06-29 20:11:09 +01:00
mt8173-afe-pcm.c ASoC: mt8173: Fix platform_get_irq's error checking 2017-12-01 13:05:45 +00:00
mt8173-max98090.c ASoC: max98090: replace codec to component 2018-02-12 09:49:34 +00:00
mt8173-rt5650-rt5514.c ASoC: mt8173: remove unnecessary micbias widget in route 2018-01-10 10:59:33 +00:00
mt8173-rt5650-rt5676.c ASoC: mt8173: remove unnecessary micbias widget in route 2018-01-10 10:59:33 +00:00
mt8173-rt5650.c Merge remote-tracking branches 'asoc/fix/compress', 'asoc/fix/core', 'asoc/fix/dapm', 'asoc/fix/mtk' and 'asoc/fix/stm' into asoc-next 2018-02-07 11:21:02 +00:00