summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/dvc.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto2015-10-221-2/+2
* ASoC: rsnd: Gen1 probe is not errorKuninori Morimoto2015-10-161-4/+2
* ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto2015-09-141-3/+3
* ASoC: rsnd: check the Gen1 at the beginning of DVC probeKuninori Morimoto2015-07-161-6/+6
* ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()Kuninori Morimoto2015-07-161-4/+11
* ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto2015-07-161-31/+9
* ASoC: rsnd: dvc: make sure DVC soft resetKuninori Morimoto2015-07-161-3/+8
* ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto2015-07-161-0/+1
* ASoC: rsnd: remove unnecessary 'out of memory' message from DVCKuninori Morimoto2015-07-161-3/+1
* ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto2015-06-161-7/+8
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto2015-06-161-1/+2
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto2015-06-161-1/+1
* ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto2015-06-161-2/+6
* ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto2015-06-161-1/+1
* ASoC: rsnd: remove useless debug messageKuninori Morimoto2015-03-271-14/+0
* Merge branch 'asoc-fix-rcar' into HEADMark Brown2015-03-271-2/+15
|\
| * ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto2015-03-271-2/+15
* | ASoC: rsnd: Fix duplicate const for DVC ramp ratesKrzysztof Kozlowski2015-03-241-1/+1
* | ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto2015-03-071-0/+9
* | ASoC: rsnd: dvc: add rsnd_dvc_of_node()Kuninori Morimoto2015-03-071-0/+3
|/
* ASoC: rsnd: call missing snd_ctl_remove()Kuninori Morimoto2015-02-021-0/+15
* ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto2015-01-151-1/+1
* ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto2015-01-151-8/+5
* ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto2015-01-151-6/+6
* ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto2015-01-151-5/+6
* ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto2015-01-151-8/+4
* ASoC: rsnd: move snd_kcontrol_new fucntions to core.cKuninori Morimoto2014-12-031-162/+15
* ASoC: rsnd: Add Volume Ramp supportKuninori Morimoto2014-11-101-3/+84
* ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto2014-11-101-1/+2
* ASoC: rsnd: enable enumerated DVC valume settingsKuninori Morimoto2014-11-061-11/+44
* ASoC: rsnd: enable single DVC valume settingsKuninori Morimoto2014-11-061-0/+18
* ASoC: rsnd: enable multiple DVC valume settingsKuninori Morimoto2014-11-061-14/+30
* ASoC: rsnd: move DVC_DVUER settings under rsnd_dvc_volume_update()Kuninori Morimoto2014-11-061-2/+6
* ASoC: rsnd: control DVC_DVUCR under rsnd_dvc_volume_update()Kuninori Morimoto2014-11-061-4/+10
* ASoC: rsnd: add struct rsnd_dvc_cfg and control DVC settingsKuninori Morimoto2014-10-221-26/+25
* ASoC: rsnd: tidyup RSND_DVC_VOLUME_NUM to RSND_DVC_CHANNELSKuninori Morimoto2014-10-221-8/+8
* ASoC: rsnd: enable Mute control on DVCKuninori Morimoto2014-08-011-5/+29
* ASoC: rsnd: tidyup DVC control methodKuninori Morimoto2014-08-011-25/+34
* ASoC: rsnd: add DT support to DVCKuninori Morimoto2014-07-021-0/+38
* ASoC: rsnd: enable DVC when captureKuninori Morimoto2014-06-281-8/+4
* ASoC: rsnd: module name is unifiedKuninori Morimoto2014-05-261-2/+18
* ASoC: rsnd: add DVC supportKuninori Morimoto2014-05-131-0/+273
OpenPOWER on IntegriCloud