summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/src.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-18ASoC: rsnd: remove Gen1 support from SRCKuninori Morimoto1-194/+5
2015-11-16ASoC: rsnd: call rsnd_src_quit() from rsnd_src_quit_gen2()Kuninori Morimoto1-1/+1
2015-11-16ASoC: rsnd: use mod base common method on SSIUKuninori Morimoto1-65/+0
2015-11-16ASoC: rsnd: use mod base common method on DMA phase3Kuninori Morimoto1-42/+8
2015-11-16ASoC: rsnd: use mod base common method on DMA phase2Kuninori Morimoto1-3/+3
2015-11-16ASoC: rsnd: use mod base common method on DMA phase1Kuninori Morimoto1-1/+1
2015-11-16ASoC: rsnd: Don't stop HW even if a large number of errors occurKuninori Morimoto1-7/+10
2015-11-16ASoC: rsnd: disable SRC.out only when stop timingKuninori Morimoto1-2/+16
2015-11-16ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.cKuninori Morimoto1-28/+0
2015-11-16ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()Kuninori Morimoto1-1/+1
2015-11-16ASoC: rsnd: DMA become SSI/SRC memberKuninori Morimoto1-6/+13
2015-11-10ASoC: rsnd: make sure SRC In Rate feature enablementKuninori Morimoto1-0/+7
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto1-1/+1
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto1-2/+2
2015-10-14ASoC: rsnd: Announce for removing Gen1 SRU supportKuninori Morimoto1-1/+3
2015-09-14ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto1-3/+3
2015-09-14ASoC: rsnd: rename rsnd_src_pcm_new() to rsnd_src_pcm_new_gen2()Kuninori Morimoto1-9/+2
2015-07-17ASoC: rsnd: tidyup data align positionKuninori Morimoto1-15/+5
2015-07-17ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto1-2/+2
2015-07-17ASoC: rsnd: add rsnd_src_initialize_lock/unlock()Kuninori Morimoto1-11/+11
2015-07-17ASoC: rsnd: src: make sure SRC soft resetKuninori Morimoto1-4/+8
2015-07-17ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto1-0/+1
2015-07-17ASoC: rsnd: add workaround for SRC sync convert + DVCKuninori Morimoto1-11/+32
2015-07-17ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto1-5/+4
2015-07-17ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto1-1/+1
2015-07-17ASoC: rsnd: remove unnecessary 'out of memory' message from SRCKuninori Morimoto1-3/+1
2015-06-16ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto1-1/+1
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto1-4/+4
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_src_xxx()Kuninori Morimoto1-25/+32
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto1-6/+6
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto1-13/+15
2015-06-16ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto1-1/+11
2015-06-16ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto1-1/+1
2015-05-22ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto1-3/+8
2015-04-01ASoC: rsnd: add Synchronous SRC modeKuninori Morimoto1-5/+121
2015-03-28ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto1-4/+45
2015-03-28ASoC: rsnd: remove useless debug messageKuninori Morimoto1-26/+1
2015-03-28Merge branch 'asoc-fix-rcar' into HEADMark Brown1-2/+15
2015-03-28ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto1-2/+15
2015-03-22ASoC: rsnd: no more SRC restart when unusual situationKuninori Morimoto1-3/+7
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto1-0/+13
2015-03-07ASoC: rsnd: src: add rsnd_src_of_node()Kuninori Morimoto1-1/+4
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto1-1/+1
2015-03-07ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto1-2/+0
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto1-1/+0
2015-01-15ASoC: rsnd: error meesage indicates its portKuninori Morimoto1-1/+2
2015-01-15ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto1-1/+1
2015-01-15ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto1-14/+11
2015-01-15ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto1-32/+22
2015-01-15ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto1-1/+1