aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/dvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-06ASoC: rsnd: move DVC_DVUER settings under rsnd_dvc_volume_update()Kuninori Morimoto1-2/+6
2014-11-06ASoC: rsnd: control DVC_DVUCR under rsnd_dvc_volume_update()Kuninori Morimoto1-4/+10
2014-10-22ASoC: rsnd: add struct rsnd_dvc_cfg and control DVC settingsKuninori Morimoto1-26/+25
2014-10-22ASoC: rsnd: tidyup RSND_DVC_VOLUME_NUM to RSND_DVC_CHANNELSKuninori Morimoto1-8/+8
2014-08-01ASoC: rsnd: enable Mute control on DVCKuninori Morimoto1-5/+29
2014-08-01ASoC: rsnd: tidyup DVC control methodKuninori Morimoto1-25/+34
2014-07-02ASoC: rsnd: add DT support to DVCKuninori Morimoto1-0/+38
2014-06-28ASoC: rsnd: enable DVC when captureKuninori Morimoto1-8/+4
2014-05-26ASoC: rsnd: module name is unifiedKuninori Morimoto1-2/+18
2014-05-13ASoC: rsnd: add DVC supportKuninori Morimoto1-0/+273