alistair23-linux/sound/soc/img
Kuninori Morimoto 8dc906d3ae
ASoC: pistachio: 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>
2018-02-12 11:08:03 +00:00
..
img-i2s-in.c ASoC: img-i2s-in: Add runtime PM 2017-10-09 09:43:36 +01:00
img-i2s-out.c ASoC: img-i2s-out: Add control of sys clock to runtime PM 2017-10-09 09:43:41 +01:00
img-parallel-out.c ASoC: img-parallel-out: Check pm_runtime_get_sync return code 2017-10-09 09:43:30 +01:00
img-spdif-in.c ASoC: img-spdif-in: Add runtime PM 2017-10-09 09:43:47 +01:00
img-spdif-out.c ASoC: img-spdif-out: Add control of sys clock to runtime PM 2017-10-09 09:43:53 +01:00
Kconfig ASoC: img: Add driver for Pistachio internal DAC 2015-12-12 22:56:35 +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
pistachio-internal-dac.c ASoC: pistachio: replace codec to component 2018-02-12 11:08:03 +00:00