summaryrefslogtreecommitdiff
path: root/sound/soc/sh/rcar/ssi.c
AgeCommit message (Expand)Author
2017-08-30ASoC: rsnd: ssi: 24bit data needs right-aligned settingsKuninori Morimoto
2015-10-22ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx()Kuninori Morimoto
2015-10-22ASoC: rsnd: remove unused rsnd_dma_to_ssi() macroKuninori Morimoto
2015-10-22ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/offKuninori Morimoto
2015-10-22ASoC: rsnd: fixup devm_request_irq() option on ssi.cKuninori Morimoto
2015-10-07ASoC: rsnd: Remove obsolete platform data supportGeert Uytterhoeven
2015-09-14ASoC: rsnd: tidyup ADG clock calculate methodKuninori Morimoto
2015-09-14ASoC: rsnd: add rsnd_mod_get() macro and use itKuninori Morimoto
2015-07-16ASoC: rsnd: remove unnecessary 'out of memory' message from SSIKuninori 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 rsnd_ssi_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-06-16ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lockKuninori Morimoto
2015-06-16ASoC: rsnd: don't care under/over run error when PIOKuninori Morimoto
2015-05-22ASoC: rsnd: spin lock for interrupt handlerKuninori Morimoto
2015-05-21ASoC: rsnd: indicate unknown HW startKuninori Morimoto
2015-04-27ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.Kuninori Morimoto
2015-04-27ASoC: rsnd: tidyup SSI parent related function/macro namesKuninori 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 SSI restart when unusual situationKuninori Morimoto
2015-03-07ASoC: rsnd: 1st DMAC dma-names cares subnodeKuninori Morimoto
2015-03-07ASoC: rsnd: ssi: add rsnd_ssi_of_node()Kuninori Morimoto
2015-03-07ASoC: rsnd: enable rsnd_ssi_use_busif() for DMAKuninori 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: tidyup DMA start/stop timing on SSIKuninori Morimoto
2015-01-15ASoC: rsnd: ignore DIRQ when DMA transferKuninori 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-15ASoC: rsnd: remove unsed .rateKuninori Morimoto
2014-12-07ASoC: rsnd: rename SSI function name of PIOKuninori Morimoto
2014-12-07ASoC: rsnd: add salvage support for under/over flow error on SSIKuninori Morimoto
2014-12-03ASoC: rsnd: share SSI starting method between PIO/DMA modeKuninori Morimoto
2014-12-03ASoC: rsnd: synchronize SSI start/stop sequence between PIO/DMA modeKuninori Morimoto
2014-12-03ASoC: rsnd: clear status register when HW startKuninori Morimoto
2014-12-03ASoC: rsnd: care SSIWSR register in rsnd_ssi_hw_start()Kuninori Morimoto
2014-12-03ASoC: rsnd: tidyup SSI interrupt enable/disable methodKuninori Morimoto
2014-12-03ASoC: rsnd: tidyup PIO/DMA mode settings methodKuninori Morimoto
2014-12-03ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorilyKuninori Morimoto