index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-30
ASoC: rsnd: mix: add rsnd_mix_halt()
Kuninori Morimoto
1
-0
/
+8
2015-11-30
ASoC: rsnd: src: add rsnd_src_halt()
Kuninori Morimoto
1
-0
/
+8
2015-11-30
ASoC: rsnd: dvc: rename rsnd_dvc_soft_reset() to rsnd_dvc_activation()
Kuninori Morimoto
1
-2
/
+2
2015-11-30
ASoC: rsnd: mix: rename rsnd_mix_soft_reset() to rsnd_mix_activation()
Kuninori Morimoto
1
-2
/
+2
2015-11-30
ASoC: rsnd: src: rename rsnd_src_soft_reset() to rsnd_src_activation()
Kuninori Morimoto
1
-2
/
+2
2015-11-30
ASoC: rsnd: add missing SRC_O_BUSIF_MODE register
Kuninori Morimoto
3
-3
/
+7
2015-11-30
ASoC: rsnd: add missing ADINR::CHNUM on DVC/SRC/SSIU
Kuninori Morimoto
3
-3
/
+9
2015-11-30
ASoC: rsnd: don't use normal *mod in adg.c
Kuninori Morimoto
1
-19
/
+11
2015-11-27
ASoC: rsnd: tidyup semantics of rsnd_ssi_record_error()
Kuninori Morimoto
1
-5
/
+2
2015-11-27
ASoC: rsnd: tidyup semantics of rsnd_src_record_error()
Kuninori Morimoto
1
-7
/
+6
2015-11-27
ASoC: rsnd: indicate register name for debug
Kuninori Morimoto
1
-21
/
+31
2015-11-25
ASoC: rcar: remove unused variable
Arnd Bergmann
1
-1
/
+0
2015-11-21
ASoC: sh: fix fsi build warnings for 64 bit
Arnd Bergmann
1
-4
/
+7
2015-11-20
ASoC: rsnd: tidyup void* cast for 64bit compiler
Kuninori Morimoto
2
-2
/
+2
2015-11-18
ASoC: Change the PCM runtime array to a list
Mengdong Lin
2
-4
/
+4
2015-11-18
ASoC: rsnd: remove struct platform_device from probe/remove parameter
Kuninori Morimoto
12
-89
/
+47
2015-11-18
ASoC: rsnd: remove struct rcar_snd_info
Kuninori Morimoto
3
-139
/
+13
2015-11-18
ASoC: rsnd: remove struct rsnd_of_data
Kuninori Morimoto
12
-45
/
+5
2015-11-18
ASoC: rsnd: remove platform boot support from gen.c
Kuninori Morimoto
3
-17
/
+5
2015-11-18
ASoC: rsnd: remove platform boot support from dvc.c
Kuninori Morimoto
1
-52
/
+31
2015-11-18
ASoC: rsnd: remove platform boot support from mix.c
Kuninori Morimoto
1
-54
/
+31
2015-11-18
ASoC: rsnd: remove platform boot support from ctu.c
Kuninori Morimoto
1
-53
/
+32
2015-11-18
ASoC: rsnd: remove platform boot support from src.c
Kuninori Morimoto
1
-115
/
+43
2015-11-18
ASoC: rsnd: remove platform boot support from ssi.c
Kuninori Morimoto
2
-90
/
+57
2015-11-18
ASoC: rsnd: remove platform boot support from core.c
Kuninori Morimoto
7
-208
/
+95
2015-11-18
ASoC: rsnd: SRC settings matches to datasheet
Kuninori Morimoto
1
-258
/
+166
2015-11-18
ASoC: rsnd: cleanup RSND_REG_xxx
Kuninori Morimoto
1
-63
/
+30
2015-11-18
ASoC: rsnd: remove Gen1 support from SRC
Kuninori Morimoto
4
-307
/
+7
2015-11-17
ASoC: rsnd: ssi: 24bit data needs right-aligned settings
Kuninori Morimoto
1
-1
/
+2
2015-11-16
ASoC: rsnd: SND_SOC_RCAR doesn't depend on DMA_OF
Kuninori Morimoto
1
-1
/
+0
2015-11-16
ASoC: rsnd: call clk_prepare()/clk_enable() for AUDIO_CLKx
Kuninori Morimoto
3
-2
/
+22
2015-11-16
ASoC: rsnd: tidyup comment position of rsnd_mod_xxx
Kuninori Morimoto
1
-3
/
+3
2015-11-16
ASoC: rsnd: MIX settings matches to datasheet
Kuninori Morimoto
1
-18
/
+27
2015-11-16
ASoC: rsnd: DVC settings matches to datasheet
Kuninori Morimoto
1
-42
/
+77
2015-11-16
ASoC: rsnd: move CMD related operation to cmd.c
Kuninori Morimoto
2
-23
/
+21
2015-11-16
ASoC: rsnd: Add missing initialization of ADG req_rate
Geert Uytterhoeven
1
-1
/
+1
2015-11-16
ASoC: rsnd: fixup rsnd_dmapp_stop() return value
Kuninori Morimoto
1
-2
/
+2
2015-11-16
ASoC: rsnd: call rsnd_src_quit() from rsnd_src_quit_gen2()
Kuninori Morimoto
1
-1
/
+1
2015-11-16
ASoC: rsnd: use mod base common method on SSI-parent
Kuninori Morimoto
2
-142
/
+161
2015-11-16
ASoC: rsnd: use mod base common method on SSIU
Kuninori Morimoto
6
-84
/
+211
2015-11-16
ASoC: rsnd: use mod base common method on CMD
Kuninori Morimoto
7
-84
/
+202
2015-11-16
ASoC: rsnd: use mod base common method on DMA phase3
Kuninori Morimoto
4
-176
/
+71
2015-11-16
ASoC: rsnd: use mod base common method on DMA phase2
Kuninori Morimoto
4
-28
/
+58
2015-11-16
ASoC: rsnd: use mod base common method on DMA phase1
Kuninori Morimoto
4
-31
/
+52
2015-11-16
ASoC: rsnd: use common rsnd_ssi_status_xxx()
Kuninori Morimoto
1
-8
/
+19
2015-11-16
ASoC: rsnd: avoid pointless loop in rsnd_mod_interrupt()
Kuninori Morimoto
1
-11
/
+8
2015-11-16
ASoC: rsnd: Don't stop HW even if a large number of errors occur
Kuninori Morimoto
2
-13
/
+19
2015-11-16
ASoC: rsnd: rsnd_dai_stream has each mod's status insted of rsnd_mod
Kuninori Morimoto
2
-6
/
+8
2015-11-16
ASoC: rsnd: disable SRC.out only when stop timing
Kuninori Morimoto
1
-2
/
+16
2015-11-16
ASoC: rsnd: move rsnd_src_ssi_irq_enable/disable() to ssi.c
Kuninori Morimoto
3
-32
/
+30
[prev]
[next]