summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/mix.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-05ASoC: rsnd: move .get_status under rsnd_mod_opsKuninori Morimoto1-1/+2
2018-06-18ASoC: rsnd: convert to SPDX identifiersKuninori Morimoto1-9/+5
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2017-10-11ASoC: rsnd: add rsnd_kctrl_xxx() macroKuninori Morimoto1-5/+5
2017-10-04ASoC: rsnd: add MIX Volume Ramp supportKuninori Morimoto1-6/+152
2017-07-17ASoC: rsnd: add missing of_node_putJulia Lawall1-1/+4
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto1-1/+1
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto1-1/+1
2015-12-15rcar: mux: Avoid use of ret uninitialisedMark Brown1-0/+1
2015-11-30ASoC: rsnd: mix: add rsnd_mix_halt()Kuninori Morimoto1-0/+8
2015-11-30ASoC: rsnd: mix: rename rsnd_mix_soft_reset() to rsnd_mix_activation()Kuninori Morimoto1-2/+2
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 mix.cKuninori Morimoto1-54/+31
2015-11-18ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto1-1/+1
2015-11-16ASoC: rsnd: MIX settings matches to datasheetKuninori Morimoto1-18/+27
2015-11-16ASoC: rsnd: use mod base common method on CMDKuninori Morimoto1-2/+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-17ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto1-0/+200