index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
soc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
ASoC: soc-pcm: care trigger rollback
Kuninori Morimoto
1
-0
/
+1
2020-11-30
ASoC: add soc-jack.h
Kuninori Morimoto
1
-121
/
+1
2020-11-26
ASoC: soc-component: add mark for snd_soc_link_compr_startup/shutdown()
Kuninori Morimoto
1
-0
/
+1
2020-11-10
ASoC: soc-pcm: Get all BEs along DAPM path
Sameer Pujar
1
-0
/
+1
2020-10-26
ASoC: soc-pcm: add soc_pcm_hw_clean() and call it from soc_pcm_hw_params/free()
Kuninori Morimoto
1
-4
/
+0
2020-10-26
ASoC: soc-link: add mark for snd_soc_link_hw_params/free()
Kuninori Morimoto
1
-0
/
+1
2020-10-26
ASoC: soc.h: remove for_each_rtd_dais_rollback()
Kuninori Morimoto
1
-2
/
+0
2020-09-28
ASoC: soc-link: add mark for snd_soc_link_startup/shutdown()
Kuninori Morimoto
1
-0
/
+3
2020-09-17
Merge branch 'asoc-5.9' into asoc-5.10
Mark Brown
1
-0
/
+2
2020-09-07
ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failure
Cezary Rojewski
1
-0
/
+2
2020-08-28
ASoC: soc-core: add snd_soc_find_dai_with_mutex()
Kuninori Morimoto
1
-0
/
+2
2020-08-27
ASoC: soc-core: add snd_soc_find_dai_with_mutex()
Kuninori Morimoto
1
-0
/
+2
2020-08-18
ASoC: core: Add common helper to parse aux devs from device tree
Stephan Gerhold
1
-0
/
+1
2020-07-31
ASoC: core: Two step component registration
Cezary Rojewski
1
-5
/
+3
2020-07-31
ASoC: core: Simplify snd_soc_component_initialize declaration
Cezary Rojewski
1
-1
/
+1
2020-07-31
ASoC: core: Relocate and expose snd_soc_component_initialize
Cezary Rojewski
1
-0
/
+3
2020-07-23
ASoC: soc-xxx: add asoc_substream_to_rtd()
Kuninori Morimoto
1
-0
/
+2
2020-07-08
Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...
Mark Brown
1
-0
/
+2
2020-07-07
ASoC: core: Remove only the registered component in devm functions
Maxime Ripard
1
-0
/
+2
2020-06-25
ASoC: core: move definition of enum snd_soc_bias_level
Tzung-Bi Shih
1
-18
/
+0
2020-06-23
ASoC: soc-link: introduce exit() callback
Pierre-Louis Bossart
1
-0
/
+3
2020-06-15
Merge existing fixes from asoc/for-5.8
Mark Brown
1
-0
/
+6
2020-06-15
ASoC: soc-devres: add devm_snd_soc_register_dai()
Pierre-Louis Bossart
1
-0
/
+4
2020-06-12
ASoC: soc-card: export snd_soc_lookup_component_nolocked
Shengjiu Wang
1
-0
/
+2
2020-06-01
Merge remote-tracking branch 'asoc/for-5.8' into asoc-linus
Mark Brown
1
-60
/
+38
2020-05-30
ASoC: soc-card: add probed bit field to snd_soc_card
Kuninori Morimoto
1
-0
/
+1
2020-05-30
ASoC: soc-card: move snd_soc_card_subclass to soc-card
Kuninori Morimoto
1
-5
/
+0
2020-05-30
ASoC: soc-card: move snd_soc_card_get_codec_dai() to soc-card
Kuninori Morimoto
1
-14
/
+0
2020-05-30
ASoC: soc-card: move snd_soc_card_set/get_drvdata() to soc-card
Kuninori Morimoto
1
-13
/
+0
2020-05-30
ASoC: soc-card: move snd_soc_card_jack_new() to soc-card
Kuninori Morimoto
1
-4
/
+0
2020-05-30
ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-card
Kuninori Morimoto
1
-2
/
+0
2020-05-30
ASoC: add soc-card.c
Kuninori Morimoto
1
-0
/
+1
2020-05-30
ASoC: soc.h: convert bool to bit field for snd_soc_card
Kuninori Morimoto
1
-6
/
+7
2020-05-27
ASoC: dapm: Move dai_link widgets to runtime to fix use after free
Charles Keepax
1
-3
/
+3
2020-05-18
ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macro
Kuninori Morimoto
1
-2
/
+13
2020-05-08
ASoC: soc-core: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-04-29
ASoC: component: suppress uninitialized-variable warning
Arnd Bergmann
1
-1
/
+1
2020-04-22
ASoC: soc-core: return true, false in snd_soc_volsw_is_stereo()
Jason Yan
1
-2
/
+2
2020-04-14
Merge branch 'asoc-5.7' into asoc-5.8
Mark Brown
1
-0
/
+3
2020-04-14
ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_dais
Kuninori Morimoto
1
-6
/
+8
2020-04-14
ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
1
-6
/
+6
2020-04-14
ASoC: dapm: Fix regression introducing multiple copies of DAI widgets
Charles Keepax
1
-0
/
+3
2020-03-27
ASoC: soc-core: add asoc_rtd_to_cpu/codec() macro
Kuninori Morimoto
1
-0
/
+4
2020-03-20
ASoC: soc-core: Merge CPU/Codec DAIs
Kuninori Morimoto
1
-1
/
+6
2020-03-13
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-0
/
+1
2020-03-10
ASoC: soc-dapm: add for_each_card_widgets() macro
Kuninori Morimoto
1
-0
/
+5
2020-03-10
ASoC: soc-dapm: add for_each_card_dapms() macro
Kuninori Morimoto
1
-0
/
+3
2020-03-10
ASoC: soc.h: remove non plural form for_each_xxx macro
Kuninori Morimoto
1
-14
/
+0
2020-03-10
ASoC: soc.h: add for_each_rtd_codecs/cpus_dai() macro
Kuninori Morimoto
1
-0
/
+14
2020-03-10
ASoC: soc-core: disable route checks for legacy devices
Pierre-Louis Bossart
1
-0
/
+1
[next]