index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
/
rcar
/
dvc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2018-12-13
1
-8
/
+0
|
\
|
*
ASoC: rsnd: tidyup registering method for rsnd_kctrl_new()
Kuninori Morimoto
2018-11-28
1
-8
/
+0
*
|
ASoC: rsnd: remove RSND_REG_ from rsnd_reg
Kuninori Morimoto
2018-12-12
1
-8
/
+2
*
|
ASoC: rsnd: move .get_status under rsnd_mod_ops
Kuninori Morimoto
2018-11-05
1
-1
/
+2
|
/
*
ASoC: rsnd: convert to SPDX identifiers
Kuninori Morimoto
2018-06-18
1
-10
/
+6
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
ASoC: rsnd: add rsnd_kctrl_xxx() macro
Kuninori Morimoto
2017-10-11
1
-9
/
+10
*
ASoC: rsnd: makes volume ramp rate list generic
Kuninori Morimoto
2017-10-04
1
-29
/
+4
*
ASoC: rsnd: DVC kctrl sets once
Kuninori Morimoto
2017-10-04
1
-0
/
+8
*
ASoC: rsnd: add missing of_node_put
Julia Lawall
2017-07-17
1
-1
/
+4
*
ASoC: rsnd: rename "slots" related variable
Kuninori Morimoto
2017-06-15
1
-3
/
+4
*
ASoC: rsnd: control kctrl items acceptance anytime/runtime
Kuninori Morimoto
2017-06-13
1
-0
/
+5
*
ASoC: rsnd: merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new()
Kuninori Morimoto
2017-04-06
1
-4
/
+4
*
ASoC: rcar: remove rsnd_kctrl_remove()
Kuninori Morimoto
2017-03-29
1
-16
/
+0
*
ASoC: rsnd: remove duplicate define of rsnd_dvc_of_node()
Kuninori Morimoto
2016-10-24
1
-2
/
+0
*
ASoC: rsnd: add simplified module explanation
Kuninori Morimoto
2016-03-12
1
-0
/
+23
*
ASoC: rsnd: add rsnd_runtime_channel_xxx()
Kuninori Morimoto
2016-03-05
1
-1
/
+1
*
ASoC: rsnd: rename RSND_DVC_CHANNELS to RSND_MAX_CHANNELS
Kuninori Morimoto
2016-02-19
1
-3
/
+3
*
ASoC: rsnd: each mod has status again for CTU/MUX support
Kuninori Morimoto
2016-01-22
1
-1
/
+1
*
ASoC: rsnd: tidyup rsnd_get_slot_xxx() naming
Kuninori Morimoto
2015-12-18
1
-2
/
+1
*
rcar: dvc: Avoid use of ret uninitialised
Mark Brown
2015-12-15
1
-0
/
+1
*
ASoC: rsnd: dvc enables non-stereo sound
Kuninori Morimoto
2015-11-30
1
-2
/
+12
*
ASoC: rsnd: dvc: add rsnd_dvc_halt()
Kuninori Morimoto
2015-11-30
1
-0
/
+8
*
ASoC: rsnd: dvc: rename rsnd_dvc_soft_reset() to rsnd_dvc_activation()
Kuninori Morimoto
2015-11-30
1
-2
/
+2
*
ASoC: rsnd: add missing ADINR::CHNUM on DVC/SRC/SSIU
Kuninori Morimoto
2015-11-30
1
-1
/
+5
*
ASoC: rsnd: remove struct platform_device from probe/remove parameter
Kuninori Morimoto
2015-11-18
1
-4
/
+2
*
ASoC: rsnd: remove struct rsnd_of_data
Kuninori Morimoto
2015-11-18
1
-1
/
+0
*
ASoC: rsnd: remove platform boot support from dvc.c
Kuninori Morimoto
2015-11-18
1
-52
/
+31
*
ASoC: rsnd: remove platform boot support from core.c
Kuninori Morimoto
2015-11-18
1
-1
/
+1
*
ASoC: rsnd: DVC settings matches to datasheet
Kuninori Morimoto
2015-11-16
1
-42
/
+77
*
ASoC: rsnd: move CMD related operation to cmd.c
Kuninori Morimoto
2015-11-16
1
-23
/
+1
*
ASoC: rsnd: use mod base common method on CMD
Kuninori Morimoto
2015-11-16
1
-6
/
+12
*
ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off
Kuninori Morimoto
2015-10-22
1
-2
/
+2
*
ASoC: rsnd: Gen1 probe is not error
Kuninori Morimoto
2015-10-16
1
-4
/
+2
*
ASoC: rsnd: add rsnd_mod_get() macro and use it
Kuninori Morimoto
2015-09-14
1
-3
/
+3
*
ASoC: rsnd: check the Gen1 at the beginning of DVC probe
Kuninori Morimoto
2015-07-16
1
-6
/
+6
*
ASoC: rsnd: tidyup ADINR function name
Kuninori Morimoto
2015-07-16
1
-1
/
+1
*
ASoC: rsnd: add rsnd_dvc_initialize_lock/unlock()
Kuninori Morimoto
2015-07-16
1
-4
/
+11
*
ASoC: rsnd: add rsnd_path_parse() for CTU/MIX/DVC route setting
Kuninori Morimoto
2015-07-16
1
-31
/
+9
*
ASoC: rsnd: dvc: make sure DVC soft reset
Kuninori Morimoto
2015-07-16
1
-3
/
+8
*
ASoC: rsnd: move DVC specific macro into dvc.c
Kuninori Morimoto
2015-07-16
1
-0
/
+1
*
ASoC: rsnd: remove unnecessary 'out of memory' message from DVC
Kuninori Morimoto
2015-07-16
1
-3
/
+1
*
ASoC: rsnd: don't use rsnd_mod_to_io() on snd_kcontrol
Kuninori Morimoto
2015-06-16
1
-7
/
+8
*
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_dma_xxx()
Kuninori Morimoto
2015-06-16
1
-1
/
+2
*
ASoC: rsnd: don't use rsnd_mod_to_io() on rsnd_get_adinr()
Kuninori Morimoto
2015-06-16
1
-1
/
+1
*
ASoC: rsnd: adds struct rsnd_dai_stream as on each fuction as parameter
Kuninori Morimoto
2015-06-16
1
-2
/
+6
*
ASoC: rsnd: rsnd_mod has rsnd_priv
Kuninori Morimoto
2015-06-16
1
-1
/
+1
*
ASoC: rsnd: remove useless debug message
Kuninori Morimoto
2015-03-28
1
-14
/
+0
*
Merge branch 'asoc-fix-rcar' into HEAD
Mark Brown
2015-03-28
1
-2
/
+15
|
\
|
*
ASoC: rsnd: call clk_prepare/unprepare() in probe/remove
Kuninori Morimoto
2015-03-27
1
-2
/
+15
[next]