index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
/
rcar
/
ssi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-16
ASoC: rsnd: move rsnd_mod_is_working() to rsnd_io_is_working()
Kuninori Morimoto
1
-1
/
+1
2015-06-16
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_ssi_xxx()
Kuninori Morimoto
1
-14
/
+18
2015-06-16
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()
Kuninori Morimoto
1
-6
/
+6
2015-06-16
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()
Kuninori Morimoto
1
-2
/
+2
2015-06-16
ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameter
Kuninori Morimoto
1
-7
/
+17
2015-06-16
ASoC: rsnd: rsnd_mod has rsnd_priv
Kuninori Morimoto
1
-1
/
+1
2015-06-16
ASoC: rsnd: don't call snd_pcm_period_elapsed() under spin lock
Kuninori Morimoto
1
-1
/
+5
2015-06-16
ASoC: rsnd: don't care under/over run error when PIO
Kuninori Morimoto
1
-7
/
+9
2015-05-22
ASoC: rsnd: spin lock for interrupt handler
Kuninori Morimoto
1
-3
/
+11
2015-05-21
ASoC: rsnd: indicate unknown HW start
Kuninori Morimoto
1
-1
/
+3
2015-04-27
ASoC: rsnd: make sure SSI parent/child uses same number of sound channel.
Kuninori Morimoto
1
-0
/
+34
2015-04-27
ASoC: rsnd: tidyup SSI parent related function/macro names
Kuninori Morimoto
1
-7
/
+11
2015-03-27
ASoC: rsnd: remove useless debug message
Kuninori Morimoto
1
-18
/
+1
2015-03-27
Merge branch 'asoc-fix-rcar' into HEAD
Mark Brown
1
-2
/
+15
2015-03-27
ASoC: rsnd: call clk_prepare/unprepare() in probe/remove
Kuninori Morimoto
1
-2
/
+15
2015-03-22
ASoC: rsnd: no more SSI restart when unusual situation
Kuninori Morimoto
1
-3
/
+6
2015-03-07
ASoC: rsnd: 1st DMAC dma-names cares subnode
Kuninori Morimoto
1
-3
/
+14
2015-03-07
ASoC: rsnd: ssi: add rsnd_ssi_of_node()
Kuninori Morimoto
1
-1
/
+3
2015-03-07
ASoC: rsnd: enable rsnd_ssi_use_busif() for DMA
Kuninori Morimoto
1
-1
/
+1
2015-03-07
ASoC: rsnd: remove un-needed parameter from rsnd_dma_quit()
Kuninori Morimoto
1
-1
/
+1
2015-03-07
ASoC: rsnd: remove unused rsnd_dma_available()
Kuninori Morimoto
1
-2
/
+0
2015-03-07
ASoC: rsnd: remove un-needed parameter from rsnd_dma_init()
Kuninori Morimoto
1
-1
/
+0
2015-01-15
ASoC: rsnd: tidyup DMA start/stop timing on SSI
Kuninori Morimoto
1
-4
/
+4
2015-01-15
ASoC: rsnd: ignore DIRQ when DMA transfer
Kuninori Morimoto
1
-1
/
+2
2015-01-15
ASoC: rsnd: error meesage indicates its port
Kuninori Morimoto
1
-1
/
+2
2015-01-15
ASoC: rsnd: save priv in struct rsnd_dai
Kuninori Morimoto
1
-3
/
+3
2015-01-15
ASoC: rsnd: replace rdai to priv in each function
Kuninori Morimoto
1
-22
/
+17
2015-01-15
ASoC: rsnd: remove unsed rdai parameter from each function
Kuninori Morimoto
1
-15
/
+13
2015-01-15
ASoC: rsnd: replace rsnd_dai_is_play() to rsnd_io_is_play()
Kuninori Morimoto
1
-2
/
+2
2015-01-15
ASoC: rsnd: rename rsnd_dai_is_clk_master() to rsnd_rdai_is_clk_master()
Kuninori Morimoto
1
-3
/
+3
2015-01-15
ASoC: rsnd: rsnd_mod controls clock
Kuninori Morimoto
1
-5
/
+3
2015-01-15
ASoC: rsnd: remove unsed .rate
Kuninori Morimoto
1
-3
/
+0
2014-12-07
ASoC: rsnd: rename SSI function name of PIO
Kuninori Morimoto
1
-12
/
+11
2014-12-07
ASoC: rsnd: add salvage support for under/over flow error on SSI
Kuninori Morimoto
1
-47
/
+82
2014-12-03
ASoC: rsnd: share SSI starting method between PIO/DMA mode
Kuninori Morimoto
1
-19
/
+10
2014-12-03
ASoC: rsnd: synchronize SSI start/stop sequence between PIO/DMA mode
Kuninori Morimoto
1
-5
/
+10
2014-12-03
ASoC: rsnd: clear status register when HW start
Kuninori Morimoto
1
-0
/
+3
2014-12-03
ASoC: rsnd: care SSIWSR register in rsnd_ssi_hw_start()
Kuninori Morimoto
1
-4
/
+4
2014-12-03
ASoC: rsnd: tidyup SSI interrupt enable/disable method
Kuninori Morimoto
1
-2
/
+4
2014-12-03
ASoC: rsnd: tidyup PIO/DMA mode settings method
Kuninori Morimoto
1
-12
/
+13
2014-12-03
ASoC: rsnd: rsnd_src_ssiu_stop() stops SSIU compulsorily
Kuninori Morimoto
1
-2
/
+2
2014-12-03
ASoC: rsnd: add .fallback callback
Kuninori Morimoto
1
-2
/
+9
2014-11-10
ASoC: rsnd: fallback to PIO mode if DMA mode was failed
Kuninori Morimoto
1
-0
/
+15
2014-11-10
ASoC: rsnd: tidyup debug message format and timing
Kuninori Morimoto
1
-9
/
+16
2014-06-28
ASoC: rsnd: SSI + DMA can select BUSIF
Kuninori Morimoto
1
-2
/
+31
2014-06-03
Merge remote-tracking branches 'asoc/topic/omap' and 'asoc/topic/rcar' into a...
Mark Brown
1
-6
/
+22
2014-05-26
ASoC: rsnd: care DMA slave channel name for DT
Kuninori Morimoto
1
-0
/
+6
2014-05-26
ASoC: rsnd: module name is unified
Kuninori Morimoto
1
-4
/
+11
2014-05-26
ASoC: rsnd: DT node clean up by using the of_node_put()
Kuninori Morimoto
1
-2
/
+5
2014-05-22
Merge remote-tracking branches 'asoc/topic/nuc900', 'asoc/topic/omap', 'asoc/...
Mark Brown
1
-70
/
+15
[next]