summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/src.c
AgeCommit message (Expand)Author
2017-08-30ASoC: rsnd: disable SRC.out only when stop timingKuninori Morimoto
2015-11-10ASoC: rsnd: make sure SRC In Rate feature enablementKuninori Morimoto
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto
2015-10-14ASoC: rsnd: Announce for removing Gen1 SRU supportKuninori Morimoto
2015-09-14ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto
2015-09-14ASoC: rsnd: rename rsnd_src_pcm_new() to rsnd_src_pcm_new_gen2()Kuninori Morimoto
2015-07-16ASoC: rsnd: tidyup data align positionKuninori Morimoto
2015-07-16ASoC: rsnd: tidyup ADINR function nameKuninori Morimoto
2015-07-16ASoC: rsnd: add rsnd_src_initialize_lock/unlock()Kuninori Morimoto
2015-07-16ASoC: rsnd: src: make sure SRC soft resetKuninori Morimoto
2015-07-16ASoC: rsnd: move SRC specific macro into src.cKuninori Morimoto
2015-07-16ASoC: rsnd: add workaround for SRC sync convert + DVCKuninori Morimoto
2015-07-16ASoC: rsnd: rename INT_ENABLE to SSI_INT_ENABLEKuninori Morimoto
2015-07-16ASoC: rsnd: rename BUSIF_DALIGN to SSI_BUSIF_DALIGNKuninori Morimoto
2015-07-16ASoC: rsnd: remove unnecessary 'out of memory' message from SRCKuninori Morimoto
2015-06-16ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()Kuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrolKuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_src_xxx()Kuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()Kuninori Morimoto
2015-06-16ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()Kuninori Morimoto
2015-06-16ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameterKuninori Morimoto
2015-06-16ASoC: rsnd: rsnd_mod has rsnd_privKuninori Morimoto
2015-05-22ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto
2015-04-01ASoC: rsnd: add Synchronous SRC modeKuninori Morimoto
2015-03-27ASoC: rsnd: add DPCM based sampling rate convertKuninori Morimoto
2015-03-27ASoC: rsnd: remove useless debug messageKuninori Morimoto
2015-03-27Merge branch 'asoc-fix-rcar' into HEADMark Brown
2015-03-27ASoC: rsnd: call clk_prepare/unprepare() in probe/removeKuninori Morimoto
2015-03-22ASoC: rsnd: no more SRC restart when unusual situationKuninori Morimoto
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto
2015-03-07ASoC: rsnd: src: add rsnd_src_of_node()Kuninori Morimoto
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()Kuninori Morimoto
2015-03-07ASoC: rsnd: remove unused rsnd_dma_available()Kuninori Morimoto
2015-03-07ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()Kuninori Morimoto
2015-01-15ASoC: rsnd: error meesage indicates its portKuninori Morimoto
2015-01-15ASoC: rsnd: save priv in struct rsnd_daiKuninori Morimoto
2015-01-15ASoC: rsnd: replace rdai to priv in each functionKuninori Morimoto
2015-01-15ASoC: rsnd: remove unsed rdai parameter from each functionKuninori Morimoto
2015-01-15ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()Kuninori Morimoto
2015-01-15ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()Kuninori Morimoto
2015-01-15ASoC: rsnd: rsnd_mod controls clockKuninori Morimoto
2015-01-12ASoC: rsnd: add recovery support for under/over flow error on SRCKuninori Morimoto
2014-12-03ASoC: rsnd: remove un-necessary parameter from rsnd_src_start/stop()Kuninori Morimoto
2014-12-03ASoC: rsnd: set SRC_ROUTE_MODE0 on each rsnd_src_set_convert_rate()Kuninori Morimoto
2014-12-03ASoC: rsnd: initialize SRC on rsnd_src_init()Kuninori Morimoto
2014-12-03ASoC: rsnd: use rsnd_src_convert_rate() once on rsnd_src_set_convert_rate_gen2()Kuninori Morimoto
2014-12-03ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto
2014-12-03ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto
2014-11-10ASoC: rsnd: tidyup debug message format and timingKuninori Morimoto