summaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rsnd: enable to use rsnd_dai_connect() from each modKuninori Morimoto2015-11-161-0/+3
* ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()Kuninori Morimoto2015-11-161-1/+1
* ASoC: rsnd: DMA related definition goes to dma.cKuninori Morimoto2015-11-161-23/+0
* ASoC: rsnd: DMA become SSI/SRC memberKuninori Morimoto2015-11-161-4/+4
* ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto2015-10-221-2/+5
* ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto2015-10-221-2/+2
* ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven2015-10-071-1/+2
* ASoC: rsnd: add common mod confirm methodKuninori Morimoto2015-09-141-0/+11
* ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto2015-09-141-0/+1
* ASoC: rsnd: tidyup rsnd_dma_to_xxx() positionKuninori Morimoto2015-09-141-2/+1
* ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto2015-07-171-0/+29
* ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto2015-07-171-0/+21
* ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto2015-07-161-19/+19
* ASoC: rsnd: add rsnd_io_to_mod()Kuninori Morimoto2015-07-161-3/+4
* ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto2015-07-161-7/+0
* ASoC: rsnd: tidyup data align positionKuninori Morimoto2015-07-161-0/+3
* ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto2015-07-161-0/+1
* ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto2015-07-161-0/+2
* ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto2015-07-161-2/+0
* ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto2015-07-161-3/+0
* ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto2015-07-161-1/+1
* ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto2015-07-101-0/+4
* 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
OpenPOWER on IntegriCloud