index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
soc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: core: Two step component registration
Cezary Rojewski
2020-07-31
1
-5
/
+3
*
ASoC: core: Simplify snd_soc_component_initialize declaration
Cezary Rojewski
2020-07-31
1
-1
/
+1
*
ASoC: core: Relocate and expose snd_soc_component_initialize
Cezary Rojewski
2020-07-31
1
-0
/
+3
*
ASoC: soc-xxx: add asoc_substream_to_rtd()
Kuninori Morimoto
2020-07-23
1
-0
/
+2
*
Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...
Mark Brown
2020-07-08
1
-0
/
+2
|
\
|
*
ASoC: core: Remove only the registered component in devm functions
Maxime Ripard
2020-07-07
1
-0
/
+2
*
|
ASoC: core: move definition of enum snd_soc_bias_level
Tzung-Bi Shih
2020-06-25
1
-18
/
+0
*
|
ASoC: soc-link: introduce exit() callback
Pierre-Louis Bossart
2020-06-23
1
-0
/
+3
*
|
Merge existing fixes from asoc/for-5.8
Mark Brown
2020-06-15
1
-0
/
+6
|
\
|
|
*
ASoC: soc-devres: add devm_snd_soc_register_dai()
Pierre-Louis Bossart
2020-06-15
1
-0
/
+4
|
*
ASoC: soc-card: export snd_soc_lookup_component_nolocked
Shengjiu Wang
2020-06-12
1
-0
/
+2
*
|
Merge remote-tracking branch 'asoc/for-5.8' into asoc-linus
Mark Brown
2020-06-01
1
-60
/
+38
|
\
|
|
*
ASoC: soc-card: add probed bit field to snd_soc_card
Kuninori Morimoto
2020-05-30
1
-0
/
+1
|
*
ASoC: soc-card: move snd_soc_card_subclass to soc-card
Kuninori Morimoto
2020-05-30
1
-5
/
+0
|
*
ASoC: soc-card: move snd_soc_card_get_codec_dai() to soc-card
Kuninori Morimoto
2020-05-30
1
-14
/
+0
|
*
ASoC: soc-card: move snd_soc_card_set/get_drvdata() to soc-card
Kuninori Morimoto
2020-05-30
1
-13
/
+0
|
*
ASoC: soc-card: move snd_soc_card_jack_new() to soc-card
Kuninori Morimoto
2020-05-30
1
-4
/
+0
|
*
ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-card
Kuninori Morimoto
2020-05-30
1
-2
/
+0
|
*
ASoC: add soc-card.c
Kuninori Morimoto
2020-05-30
1
-0
/
+1
|
*
ASoC: soc.h: convert bool to bit field for snd_soc_card
Kuninori Morimoto
2020-05-30
1
-6
/
+7
|
*
ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macro
Kuninori Morimoto
2020-05-18
1
-2
/
+13
|
*
ASoC: soc-core: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-08
1
-1
/
+1
|
*
ASoC: component: suppress uninitialized-variable warning
Arnd Bergmann
2020-04-29
1
-1
/
+1
|
*
ASoC: soc-core: return true, false in snd_soc_volsw_is_stereo()
Jason Yan
2020-04-22
1
-2
/
+2
|
*
Merge branch 'asoc-5.7' into asoc-5.8
Mark Brown
2020-04-14
1
-0
/
+3
|
|
\
|
*
|
ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_dais
Kuninori Morimoto
2020-04-14
1
-6
/
+8
|
*
|
ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
2020-04-14
1
-6
/
+6
*
|
|
ASoC: dapm: Move dai_link widgets to runtime to fix use after free
Charles Keepax
2020-05-27
1
-3
/
+3
|
|
/
|
/
|
*
|
ASoC: dapm: Fix regression introducing multiple copies of DAI widgets
Charles Keepax
2020-04-14
1
-0
/
+3
|
/
*
ASoC: soc-core: add asoc_rtd_to_cpu/codec() macro
Kuninori Morimoto
2020-03-27
1
-0
/
+4
*
ASoC: soc-core: Merge CPU/Codec DAIs
Kuninori Morimoto
2020-03-20
1
-1
/
+6
*
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-03-13
1
-0
/
+1
|
\
|
*
ASoC: soc-core: disable route checks for legacy devices
Pierre-Louis Bossart
2020-03-10
1
-0
/
+1
*
|
ASoC: soc-dapm: add for_each_card_widgets() macro
Kuninori Morimoto
2020-03-10
1
-0
/
+5
*
|
ASoC: soc-dapm: add for_each_card_dapms() macro
Kuninori Morimoto
2020-03-10
1
-0
/
+3
*
|
ASoC: soc.h: remove non plural form for_each_xxx macro
Kuninori Morimoto
2020-03-10
1
-14
/
+0
*
|
ASoC: soc.h: add for_each_rtd_codecs/cpus_dai() macro
Kuninori Morimoto
2020-03-10
1
-0
/
+14
*
|
ASoC: pcm: Export parameter intersection logic
Samuel Holland
2020-03-06
1
-0
/
+3
*
|
ASoC: Add initial support for multiple CPU DAIs
Shreyas NC
2020-02-26
1
-0
/
+15
|
/
*
ASoC: soc-core: fix for_rtd_codec_dai_rollback() macro
Pierre-Louis Bossart
2020-02-20
1
-1
/
+1
*
ASoC: soc-core: add snd_soc_close_delayed_work()
Kuninori Morimoto
2020-01-10
1
-0
/
+1
*
ASoC: soc-core: remove snd_soc_rtdcom_list
Kuninori Morimoto
2020-01-10
1
-11
/
+7
*
ASoC: soc-core: remove legacy style of codec_conf
Kuninori Morimoto
2019-12-16
1
-3
/
+0
*
ASoC: soc-core: support snd_soc_dai_link_component for codec_conf
Kuninori Morimoto
2019-12-16
1
-0
/
+3
*
ASoC: Drop snd_soc_pcm_lib_ioctl()
Takashi Iwai
2019-12-11
1
-5
/
+0
*
ASoC: soc-core: tidyup for CONFIG_DMI
Kuninori Morimoto
2019-12-11
1
-0
/
+2
*
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-12-10
1
-0
/
+1
|
\
|
*
ASoC: core: Init pcm runtime work early to avoid warnings
Curtis Malainey
2019-12-04
1
-0
/
+1
*
|
ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()
Kuninori Morimoto
2019-12-10
1
-2
/
+2
*
|
ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()
Kuninori Morimoto
2019-12-10
1
-2
/
+2
[next]