aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/ctu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12ASoC: rsnd: remove RSND_REG_ from rsnd_regKuninori Morimoto1-52/+17
2018-12-04ASoC: rsnd: fixup mod ID for CTU regmap read/writeKuninori Morimoto1-0/+1
2018-11-06ASoC: rsnd: handle DPCM converted rate/chan under coreKuninori Morimoto1-45/+0
2018-11-05ASoC: rsnd: add .get_id/.get_id_subKuninori Morimoto1-0/+20
2018-11-05ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto1-1/+2
2018-09-20ASoC: add for_each_dpcm_be() macroKuninori Morimoto1-1/+1
2018-06-18ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto1-9/+6
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2017-10-11ASoC: rsnd: add rsnd_kctrl_xxx() macroKuninori Morimoto1-40/+40
2017-10-04ASoC: rsnd: CTU kctrl sets onceKuninori Morimoto1-0/+8
2017-07-17ASoC: rsnd: add missing of_node_putJulia Lawall1-1/+4
2017-06-13ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto1-0/+6
2016-03-05ASoC: rsnd: add CTU supportKuninori Morimoto1-37/+197
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto1-1/+1
2016-03-05ASoC: rsnd: add CTU basic supportKuninori Morimoto1-0/+49
2016-01-22ASoC: rsnd: ctu: settings matches to datasheetKuninori Morimoto1-12/+49
2016-01-22ASoC: rsnd: ctu: add rsnd_ctu_halt()Kuninori Morimoto1-0/+8
2016-01-22ASoC: rsnd: ctu: add rsnd_mix_activation()Kuninori Morimoto1-0/+9
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto1-1/+1
2015-12-15rcar: ctu: Avoid use of ret uninitialisedMark Brown1-0/+1
2015-11-18ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto1-4/+2
2015-11-18ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto1-1/+0
2015-11-18ASoC: rsnd: remove platform boot support from ctu.cKuninori Morimoto1-53/+32
2015-11-18ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto1-1/+1
2015-11-16ASoC: rsnd: use mod base common method on CMDKuninori Morimoto1-0/+8
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto1-2/+2
2015-10-16ASoC: rsnd: Gen1 probe is not errorKuninori Morimoto1-4/+2
2015-09-14ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto1-3/+3
2015-07-29ASoC: rcar ctu: Staticise local symbolsLars-Peter Clausen1-1/+1
2015-07-17ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto1-0/+171