summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/dvc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-12ASoC: rsnd: add simplified module explanationKuninori Morimoto1-0/+23
2016-03-05ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto1-1/+1
2016-02-20ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto1-3/+3
2016-01-22ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto1-1/+1
2015-12-18ASoC: rsnd: tidyup rsnd_get_slot_xxx() namingKuninori Morimoto1-2/+1
2015-12-15rcar: dvc: Avoid use of ret uninitialisedMark Brown1-0/+1
2015-11-30ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto1-2/+12
2015-11-30ASoC: rsnd: dvc: add rsnd_dvc_halt()Kuninori Morimoto1-0/+8
2015-11-30ASoC: rsnd: dvc: rename rsnd_dvc_soft_reset() to rsnd_dvc_activation()Kuninori Morimoto1-2/+2
2015-11-30ASoC: rsnd: add missing ADINR::CHNUM on DVC/SRC/SSIUKuninori Morimoto1-1/+5
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 dvc.cKuninori Morimoto1-52/+31
2015-11-18ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto1-1/+1
2015-11-16ASoC: rsnd: DVC settings matches to datasheetKuninori Morimoto1-42/+77
2015-11-16ASoC: rsnd: move CMD related operation to cmd.cKuninori Morimoto1-23/+1
2015-11-16ASoC: rsnd: use mod base common method on CMDKuninori Morimoto1-6/+12
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-16ASoC: rsnd: check the Gen1 at the beginning of DVC probeKuninori Morimoto1-6/+6
2015-07-16ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto1-1/+1
2015-07-16ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()Kuninori Morimoto1-4/+11
2015-07-16ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto1-31/+9
2015-07-16ASoC: rsnd: dvc: make sure DVC soft resetKuninori Morimoto1-3/+8
2015-07-16ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto1-0/+1
2015-07-16ASoC: rsnd: remove unnecessary 'out of memory' message from DVCKuninori Morimoto1-3/+1
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto1-7/+8
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto1-1/+2
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto1-1/+1
2015-06-16ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto1-2/+6
2015-06-16ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto1-1/+1
2015-03-27ASoC: rsnd: remove useless debug messageKuninori Morimoto1-14/+0
2015-03-27Merge branch 'asoc-fix-rcar' into HEADMark Brown1-2/+15
2015-03-27ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto1-2/+15
2015-03-24ASoC: rsnd: Fix duplicate const for DVC ramp ratesKrzysztof Kozlowski1-1/+1
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto1-0/+9
2015-03-07ASoC: rsnd: dvc: add rsnd_dvc_of_node()Kuninori Morimoto1-0/+3
2015-02-02ASoC: rsnd: call missing snd_ctl_remove()Kuninori Morimoto1-0/+15
2015-01-15ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto1-1/+1
2015-01-15ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto1-8/+5
2015-01-15ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto1-6/+6
2015-01-15ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto1-5/+6
2015-01-15ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto1-8/+4
2014-12-03ASoC: rsnd: move snd_kcontrol_new fucntions to core.cKuninori Morimoto1-162/+15
2014-11-10ASoC: rsnd: Add Volume Ramp supportKuninori Morimoto1-3/+84
2014-11-10ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto1-1/+2
2014-11-06ASoC: rsnd: enable enumerated DVC valume settingsKuninori Morimoto1-11/+44
2014-11-06ASoC: rsnd: enable single DVC valume settingsKuninori Morimoto1-0/+18
2014-11-06ASoC: rsnd: enable multiple DVC valume settingsKuninori Morimoto1-14/+30