index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sh
/
rcar
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-06
ASoC: rsnd: add SSIU BUSIF support
Kuninori Morimoto
1
-0
/
+1
2018-11-06
ASoC: rsnd: handle DPCM converted rate/chan under core
Kuninori Morimoto
1
-1
/
+33
2018-11-06
ASoC: rsnd: move HDMI information from ssi.c to core.c
Kuninori Morimoto
1
-1
/
+29
2018-11-06
ASoC: rsnd: use defined io_playback/io_capture
Kuninori Morimoto
1
-6
/
+6
2018-11-06
ASoC: rsnd: rename rsnd_runtime_is_ssi_xxx()
Kuninori Morimoto
1
-3
/
+3
2018-11-05
ASoC: rsnd: rsnd_mod_name() handles both name and ID
Kuninori Morimoto
1
-9
/
+32
2018-11-05
ASoC: rsnd: add .get_id/.get_id_sub
Kuninori Morimoto
1
-0
/
+21
2018-11-05
ASoC: rsnd: move .get_status under rsnd_mod_ops
Kuninori Morimoto
1
-7
/
+3
2018-10-10
ASoC: rsnd: use 32bit TDM width as default
Kuninori Morimoto
1
-2
/
+2
2018-09-10
Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflict
Mark Brown
1
-1
/
+9
2018-09-06
ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFER
Kuninori Morimoto
1
-1
/
+9
2018-09-03
ASoC: rsnd: merge .nolock_start and .prepare
Kuninori Morimoto
1
-11
/
+2
2018-09-03
Merge branch 'asoc-4.19' into asoc-4.20 for rcar dep
Mark Brown
1
-0
/
+11
2018-09-03
ASoC: rsnd: remove is_play parameter from hw_rule function
Jiada Wang
1
-42
/
+12
2018-09-03
ASoC: rsnd: add support for 8 bit S8 format
Dragos Tarcatu
1
-3
/
+7
2018-09-03
ASoC: rsnd: add support for the DSP_A/DSP_B formats
Dragos Tarcatu
1
-0
/
+6
2018-09-03
ASoC: rsnd: add support for 16/24 bit slot widths
Dragos Tarcatu
1
-7
/
+25
2018-09-03
ASoC: rsnd: add warning message to rsnd_kctrl_accept_runtime()
Jiada Wang
1
-1
/
+8
2018-09-03
ASoC: rsnd: fixup not to call clk_get/set under non-atomic
Jiada Wang
1
-0
/
+11
2018-06-22
Merge branch 'asoc-4.18' into asoc-4.19 for amd dep
Mark Brown
1
-0
/
+6
2018-06-18
ASoC: rsnd: add rsnd_daidrv_get()
Kuninori Morimoto
1
-1
/
+10
2018-06-18
ASoC: rsnd: has .symmetric_rates if SSIs are sharing WS pin
Kuninori Morimoto
1
-0
/
+6
2018-06-18
ASoC: rsnd: convert to SPDX identifiers
Kuninori Morimoto
1
-14
/
+10
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-2
/
+2
2018-04-16
Merge branch 'asoc-4.17' into asoc-4.18 to get adau17x1 changes so
Mark Brown
1
-2
/
+2
2018-04-16
ASoC: rsnd: Enable IPMMU v2
Kuninori Morimoto
1
-5
/
+42
2018-04-16
ASoC: rsnd: add RSND_GEN3 for R-Car Gen3
Kuninori Morimoto
1
-1
/
+1
2018-04-12
ASoC: rsnd: mark PM functions __maybe_unused
Arnd Bergmann
1
-2
/
+2
2018-03-28
Merge remote-tracking branches 'asoc/topic/pistachio', 'asoc/topic/pxa', 'aso...
Mark Brown
1
-3
/
+11
2018-03-21
ASoC: rsnd: set pm_ops in hibernate-compatible way
Nikita Yushchenko
1
-2
/
+1
2018-02-13
ASoC: rsnd: suppress rsnd_dai_call() debug message
Kuninori Morimoto
1
-1
/
+10
2018-02-12
ASoC: sh: rsnd: replace platform to component
Kuninori Morimoto
1
-18
/
+4
2017-12-11
ASoC: rsnd: remove unneeded "is_graph" from __rsnd_dai_probe()
Kuninori Morimoto
1
-3
/
+3
2017-12-11
ASoC: rsnd: don't use runtime->sample_bits
Kuninori Morimoto
1
-8
/
+4
2017-12-08
ASoC: rsnd: more clear rsnd_get_dalign() for DALIGN
Kuninori Morimoto
1
-23
/
+10
2017-11-29
ASoC: rsnd: TDM 6ch needs 8ch clock for hw refine
Kuninori Morimoto
1
-24
/
+68
2017-11-28
ASoC: rsnd: call snd_soc_disconnect_sync() when remove
Kuninori Morimoto
1
-0
/
+2
2017-11-16
ASoC: rcar: revert IOMMU support so far
Kuninori Morimoto
1
-2
/
+2
2017-11-01
ASoC: rsnd: remove NULL check from rsnd_mod_name()/rsnd_mod_id()
Kuninori Morimoto
1
-8
/
+0
2017-10-31
ASoC: rsnd: use snd_pcm_running() in rsnd_io_is_working()
Kuninori Morimoto
1
-1
/
+4
2017-10-31
ASoC: rsnd: NULL check is not needed for clk_unprepare()
Kuninori Morimoto
1
-2
/
+1
2017-10-31
ASoC: rsnd: tidyup rsnd_mod_next() for loop method
Kuninori Morimoto
1
-4
/
+2
2017-10-31
ASoC: rsnd: don't use io->mod[] directly
Kuninori Morimoto
1
-1
/
+1
2017-10-04
ASoC: rsnd: add MIX Volume Ramp support
Kuninori Morimoto
1
-1
/
+1
2017-10-04
ASoC: rsnd: makes volume ramp rate list generic
Kuninori Morimoto
1
-0
/
+27
2017-08-17
ASoC: sh: make snd_pcm_hardware const
Bhumika Goyal
1
-1
/
+1
2017-08-14
Merge branch 'topic/sh' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Mark Brown
1
-2
/
+2
2017-08-14
ASoC: sh: constify snd_pcm_ops structures
Arvind Yadav
1
-1
/
+1
2017-08-14
ASoC: sh: make snd_soc_platform_driver const
Bhumika Goyal
1
-1
/
+1
2017-08-10
ASoC: rsnd: Delete an error message for a failed memory allocation in three f...
Markus Elfring
1
-3
/
+1
[next]