summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/dvc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* ASoC: rsnd: add rsnd_kctrl_xxx() macroKuninori Morimoto2017-10-111-9/+10
* ASoC: rsnd: makes volume ramp rate list genericKuninori Morimoto2017-10-041-29/+4
* ASoC: rsnd: DVC kctrl sets onceKuninori Morimoto2017-10-041-0/+8
* ASoC: rsnd: add missing of_node_putJulia Lawall2017-07-171-1/+4
* ASoC: rsnd: rename "slots" related variableKuninori Morimoto2017-06-151-3/+4
* ASoC: rsnd: control kctrl items acceptance anytime/runtimeKuninori Morimoto2017-06-131-0/+5
* ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()Kuninori Morimoto2017-04-061-4/+4
* ASoC: rcar: remove rsnd_kctrl_remove()Kuninori Morimoto2017-03-291-16/+0
* ASoC: rsnd: remove duplicate define of rsnd_dvc_of_node()Kuninori Morimoto2016-10-241-2/+0
* ASoC: rsnd: add simplified module explanationKuninori Morimoto2016-03-121-0/+23
* ASoC: rsnd: add rsnd_runtime_channel_xxx()Kuninori Morimoto2016-03-051-1/+1
* ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELSKuninori Morimoto2016-02-201-3/+3
* ASoC: rsnd: each mod has status again for CTU/MUX supportKuninori Morimoto2016-01-221-1/+1
* ASoC: rsnd: tidyup rsnd_get_slot_xxx() namingKuninori Morimoto2015-12-181-2/+1
* rcar: dvc: Avoid use of ret uninitialisedMark Brown2015-12-151-0/+1
* ASoC: rsnd: dvc enables non-stereo soundKuninori Morimoto2015-11-301-2/+12
* ASoC: rsnd: dvc: add rsnd_dvc_halt()Kuninori Morimoto2015-11-301-0/+8
* ASoC: rsnd: dvc: rename rsnd_dvc_soft_reset() to rsnd_dvc_activation()Kuninori Morimoto2015-11-301-2/+2
* ASoC: rsnd: add missing ADINR::CHNUM on DVC/SRC/SSIUKuninori Morimoto2015-11-301-1/+5
* ASoC: rsnd: remove struct platform_device from probe/remove parameterKuninori Morimoto2015-11-181-4/+2
* ASoC: rsnd: remove struct rsnd_of_dataKuninori Morimoto2015-11-181-1/+0
* ASoC: rsnd: remove platform boot support from dvc.cKuninori Morimoto2015-11-181-52/+31
* ASoC: rsnd: remove platform boot support from core.cKuninori Morimoto2015-11-181-1/+1
* ASoC: rsnd: DVC settings matches to datasheetKuninori Morimoto2015-11-161-42/+77
* ASoC: rsnd: move CMD related operation to cmd.cKuninori Morimoto2015-11-161-23/+1
* ASoC: rsnd: use mod base common method on CMDKuninori Morimoto2015-11-161-6/+12
* 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
OpenPOWER on IntegriCloud