summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: remove io from rsnd_modKuninori Morimoto2015-06-161-2/+0
* ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto2015-06-161-2/+1
* ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto2015-06-161-4/+11
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()Kuninori Morimoto2015-06-161-1/+1
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto2015-06-161-10/+12
* ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto2015-06-161-2/+4
* ASoC: rsnd: add common interrupt handler for SSI/SRC/DMAKuninori Morimoto2015-06-161-0/+3
* ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto2015-06-161-0/+9
* ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto2015-06-161-2/+4
* ASoC: rsnd: count each mod (SSI/SRC/DVC)Kuninori Morimoto2015-06-161-15/+26
* ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto2015-06-161-1/+2
* ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto2015-05-221-2/+1
* ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto2015-03-271-0/+8
* Merge branch 'asoc-fix-rcar' into HEADMark Brown2015-03-271-3/+8
|\
| * ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto2015-03-271-3/+8
* | ASoC: rsnd: add dai_link stream nameKuninori Morimoto2015-03-221-0/+1
* | ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto2015-03-071-2/+4
* | ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto2015-03-071-0/+1
* | ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto2015-03-071-2/+14
* | ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto2015-03-071-1/+0
* | ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto2015-03-071-1/+0
* | ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto2015-03-071-1/+10
* | ASoC: rsnd: enable to care 1st / 2nd DMAC on rsnd_dma_xxx()Kuninori Morimoto2015-03-071-0/+12
* | ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto2015-03-071-3/+0
* | ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto2015-03-071-0/+1
* | ASoC: rsnd: tidyup rsnd_dma_to_mod() macro declaration positionKuninori Morimoto2015-03-071-1/+2
* | ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto2015-03-071-2/+1
* | ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto2015-03-071-1/+0
* | ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto2015-03-071-15/+1
* | ASoC: rsnd: remove SH-DMA-BASE specific implementationKuninori Morimoto2015-03-071-1/+0
|/
* ASoC: rsnd: call missing snd_ctl_remove()Kuninori Morimoto2015-02-021-0/+5
* ASoC: rsnd: tidyup DVC/SRC/SSI orderKuninori Morimoto2015-01-151-2/+2
* ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto2015-01-151-4/+5
* ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto2015-01-151-8/+7
* ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto2015-01-151-14/+4
* ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto2015-01-151-2/+2
* 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-2/+0
* ASoC: rsnd: remove unused rsnd_dai_id()Kuninori Morimoto2015-01-151-1/+0
* ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()Kuninori Morimoto2015-01-151-1/+1
* ASoC: rsnd: rename rsnd_dai_get() to rsnd_rdai_get()Kuninori Morimoto2015-01-151-2/+3
* ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto2015-01-151-0/+4
* ASoC: rsnd: tidyup rsnd_io_to_xxx() macro declaration positionKuninori Morimoto2015-01-151-2/+2
* ASoC: rsnd: add recovery support for under/over flow error on SRCKuninori Morimoto2015-01-121-0/+8
* ASoC: rsnd: tidyup rsnd_io_to_runtime() macroKuninori Morimoto2014-12-031-1/+2
* ASoC: rsnd: move snd_kcontrol_new fucntions to core.cKuninori Morimoto2014-12-031-0/+45
* ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto2014-12-031-1/+3
* ASoC: rsnd: tidyup PIO/DMA mode settings methodKuninori Morimoto2014-12-031-0/+1
* ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto2014-12-031-2/+1
* ASoC: rsnd: add callback status check methodKuninori Morimoto2014-12-031-0/+28
OpenPOWER on IntegriCloud