aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/rcar/rsnd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto1-2/+5
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto1-2/+2
2015-10-07ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven1-1/+2
2015-09-14ASoC: rsnd: add common mod confirm methodKuninori Morimoto1-0/+11
2015-09-14ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto1-0/+1
2015-09-14ASoC: rsnd: tidyup rsnd_dma_to_xxx() positionKuninori Morimoto1-2/+1
2015-07-17ASoC: rsnd: add MIX (Mixer) supportKuninori Morimoto1-0/+29
2015-07-17ASoC: rsnd: add CTU (Channel Transfer Unit) prototype supportKuninori Morimoto1-0/+21
2015-07-16ASoC: rsnd: tidyup SRC position on each codeKuninori Morimoto1-19/+19
2015-07-16ASoC: rsnd: add rsnd_io_to_mod()Kuninori Morimoto1-3/+4
2015-07-16ASoC: rsnd: tidyup rsnd_dma_ops definition placeKuninori Morimoto1-7/+0
2015-07-16ASoC: rsnd: tidyup data align positionKuninori Morimoto1-0/+3
2015-07-16ASoC: rsnd: add rsnd_get_adinr_chan()Kuninori Morimoto1-0/+1
2015-07-16ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto1-1/+1
2015-07-16ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route settingKuninori Morimoto1-0/+2
2015-07-16ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto1-2/+0
2015-07-16ASoC: rsnd: move DVC specific macro into dvc.cKuninori Morimoto1-3/+0
2015-07-16ASoC: rsnd: rsnd_mod_id() return -1 if mod was NULLKuninori Morimoto1-1/+1
2015-07-16ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto1-1/+1
2015-07-16ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto1-1/+1
2015-07-10ASoC: rsnd: gen: add rsnd_force_write()Kuninori Morimoto1-0/+4
2015-06-16ASoC: rsnd: remove io from rsnd_modKuninori Morimoto1-2/+0
2015-06-16ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto1-2/+1
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto1-4/+11
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()Kuninori Morimoto1-1/+1
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto1-10/+12
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto1-2/+4
2015-06-16ASoC: rsnd: add common interrupt handler for SSI/SRC/DMAKuninori Morimoto1-0/+3
2015-06-16ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto1-0/+9
2015-06-16ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto1-2/+4
2015-06-16ASoC: rsnd: count each mod (SSI/SRC/DVC)Kuninori Morimoto1-15/+26
2015-06-16ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto1-1/+2
2015-05-22ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto1-2/+1
2015-03-27ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto1-0/+8
2015-03-27Merge branch 'asoc-fix-rcar' into HEADMark Brown1-3/+8
2015-03-27ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto1-3/+8
2015-03-22ASoC: rsnd: add dai_link stream nameKuninori Morimoto1-0/+1
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto1-2/+4
2015-03-07ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori Morimoto1-0/+1
2015-03-07ASoC: rsnd: use union with rsnd_dmaen / rsnd_dmappKuninori Morimoto1-2/+14
2015-03-07ASoC: rsnd: remove rsnd_dma::dirKuninori Morimoto1-1/+0
2015-03-07ASoC: rsnd: remove rsnd_dma::addrKuninori Morimoto1-1/+0
2015-03-07ASoC: rsnd: add Audio DMAC peri peri support reworkKuninori Morimoto1-1/+10
2015-03-07ASoC: rsnd: enable to care 1st / 2nd DMAC on rsnd_dma_xxx()Kuninori Morimoto1-0/+12
2015-03-07ASoC: rsnd: move rsnd_gen_dma_addr() from gen.c to dma.cKuninori Morimoto1-3/+0
2015-03-07ASoC: rsnd: add rsnd_gen_get_phy_addr() to get physical addressKuninori Morimoto1-0/+1
2015-03-07ASoC: rsnd: tidyup rsnd_dma_to_mod() macro declaration positionKuninori Morimoto1-1/+2
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto1-2/+1
2015-03-07ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto1-1/+0
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto1-15/+1