summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto2015-01-151-12/+7
* ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto2015-01-151-5/+0
* ASoC: rsnd: add rsnd_io_to_rdai()Kuninori Morimoto2015-01-151-0/+2
* ASoC: rsnd: remove rsnd_dai_get_platform_info() macroKuninori Morimoto2015-01-151-3/+2
* ASoC: rsnd: remove unused rsnd_dai_id()Kuninori Morimoto2015-01-151-10/+0
* ASoC: rsnd: rename rsnd_dai_get() to rsnd_rdai_get()Kuninori Morimoto2015-01-151-2/+2
* ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto2015-01-151-0/+2
* ASoC: rcar: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen2015-01-051-6/+0
*-. Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/rockchip', 'aso...Mark Brown2014-12-081-7/+229
|\ \
| * | ASoC: rsnd: move snd_kcontrol_new fucntions to core.cKuninori Morimoto2014-12-031-0/+144
| * | ASoC: rsnd: add callback status check methodKuninori Morimoto2014-12-031-3/+10
| * | ASoC: rsnd: add .fallback callbackKuninori Morimoto2014-12-031-2/+7
| * | ASoC: rsnd: fallback to PIO mode if DMA mode was failedKuninori Morimoto2014-11-101-4/+70
| * | ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto2014-11-101-1/+1
| |/
* | ASoC: rsnd: remove unsupported PAUSE flagKuninori Morimoto2014-10-291-2/+1
|/
* ASoC: rsnd: delete unneeded test before of_node_putJulia Lawall2014-08-161-4/+2
* ASoC: rsnd: fixup SND_SOC_DAIFMT_xB_xF behaviorKuninori Morimoto2014-08-011-21/+22
* ASoC: rsnd: fixup pcm_new callback methodKuninori Morimoto2014-07-311-11/+9
* ASoC: rsnd: fixup dai remove callback operationKuninori Morimoto2014-07-251-11/+11
* ASoC: rsnd: add missing src/dst_addr_width for DMAEngineKuninori Morimoto2014-07-221-0/+2
* ASoC: rsnd: add DT support to DVCKuninori Morimoto2014-07-021-2/+11
* ASoC: rsnd: DMA start address is properly used for each DMACKuninori Morimoto2014-07-021-0/+2
* ASoC: rsnd: DMA cleanup for flexible SSI/SRC selectionKuninori Morimoto2014-07-021-15/+30
* ASoC: rsnd: use dmaengine_prep_dma_cyclic() instead of original methodKuninori Morimoto2014-06-281-58/+18
* ASoC: rsnd: SSI + DMA can select BUSIFKuninori Morimoto2014-06-281-8/+14
* Merge remote-tracking branch 'asoc/fix/rcar' into asoc-rcarMark Brown2014-06-281-2/+4
|\
| * ASoC: rsnd: fixup loop exit timing of dma name searchKuninori Morimoto2014-06-181-1/+3
| * ASoC: rsnd: fixup index of src/dst mod when captureKuninori Morimoto2014-06-121-1/+1
* | ASoC: rcar: Fix dma direction typeLars-Peter Clausen2014-06-211-1/+1
|/
*-. Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...Mark Brown2014-06-031-6/+81
|\ \
| | * ASoC: rsnd: add rsnd_gen_dma_addr() for DMAC addrKuninori Morimoto2014-05-261-4/+1
| | * ASoC: rsnd: care DMA slave channel name for DTKuninori Morimoto2014-05-261-1/+79
| | * ASoC: rsnd: save platform_device instead of deviceKuninori Morimoto2014-05-261-1/+1
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...Mark Brown2014-05-221-74/+89
|\ \ \ \ | | |/ / | |/| / | | |/
| | * ASoC: rsnd: add DVC supportKuninori Morimoto2014-05-131-0/+20
| | * ASoC: rsnd: enable to use multi parameter on rsnd_dai_call/rsnd_mod_callKuninori Morimoto2014-05-131-13/+13
| | * ASoC: rsnd: remove duplicate parameter from rsnd_mod_opsKuninori Morimoto2014-05-131-5/+5
| | * ASoC: rsnd: add rsnd_get_adinr()Kuninori Morimoto2014-05-131-0/+26
| | * ASoC: rsnd: add rsnd_path_parse() macroKuninori Morimoto2014-05-131-21/+22
| | * ASoC: rsnd: remove compatibility codeKuninori Morimoto2014-05-081-43/+11
| |/
* | ASoC: rsnd: call rsnd_dai_pointer_update() from outside of lockKuninori Morimoto2014-04-231-3/+2
|/
* Merge remote-tracking branch 'asoc/topic/rcar' into asoc-nextMark Brown2014-03-231-3/+119
|\
| * ASoC: rsnd: add DeviceTree supportKuninori Morimoto2014-03-211-3/+119
* | Merge tag 'asoc-v3.15' into asoc-nextMark Brown2014-03-231-105/+201
|\ \ | |/
| * ASoC: rsnd: rename scu to srcKuninori Morimoto2014-03-051-13/+13
| * ASoC: rsnd: remove all rsnd_xxx_remove()Kuninori Morimoto2014-03-051-14/+0
| * ASoC: rsnd: nothing to do on rsnd_dai_remove()Kuninori Morimoto2014-03-051-36/+0
| * ASoC: rsnd: add probe/remove callback on rsnd_mod_opsKuninori Morimoto2014-03-051-0/+23
| * ASoC: rsnd: Get correct SCU IDKuninori Morimoto2014-03-051-14/+33
| * ASoC: rsnd: add struct rsnd_dai_platform_infoKuninori Morimoto2014-03-051-7/+16
OpenPOWER on IntegriCloud