index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: core: only convert non DPCM link to DPCM link
Bard Liao
2020-06-09
1
-3
/
+19
*
ASoC: soc-card: add snd_soc_card_remove_dai_link()
Kuninori Morimoto
2020-05-30
1
-2
/
+1
*
ASoC: soc-card: add snd_soc_card_add_dai_link()
Kuninori Morimoto
2020-05-30
1
-2
/
+3
*
ASoC: soc-card: add snd_soc_card_remove()
Kuninori Morimoto
2020-05-30
1
-3
/
+1
*
ASoC: soc-card: add snd_soc_card_late_probe()
Kuninori Morimoto
2020-05-30
1
-9
/
+3
*
ASoC: soc-card: add snd_soc_card_probe()
Kuninori Morimoto
2020-05-30
1
-6
/
+3
*
ASoC: soc-card: add probed bit field to snd_soc_card
Kuninori Morimoto
2020-05-30
1
-10
/
+8
*
ASoC: soc-card: add snd_soc_card_resume_post()
Kuninori Morimoto
2020-05-30
1
-2
/
+1
*
ASoC: soc-card: add snd_soc_card_resume_pre()
Kuninori Morimoto
2020-05-30
1
-2
/
+1
*
ASoC: soc-card: add snd_soc_card_suspend_post()
Kuninori Morimoto
2020-05-30
1
-2
/
+1
*
ASoC: soc-card: add snd_soc_card_suspend_pre()
Kuninori Morimoto
2020-05-30
1
-2
/
+1
*
ASoC: soc-card: move snd_soc_card_get_kcontrol() to soc-card
Kuninori Morimoto
2020-05-30
1
-16
/
+0
*
ASoC: soc-link: add snd_soc_link_be_hw_params_fixup()
Kuninori Morimoto
2020-05-25
1
-1
/
+5
*
ASoC: add soc-link.c
Kuninori Morimoto
2020-05-25
1
-8
/
+4
*
ASoC: use snd_soc_xxx_active()
Kuninori Morimoto
2020-05-18
1
-5
/
+6
*
ASoC: soc-dai: add snd_soc_pcm_dai_remove()
Kuninori Morimoto
2020-04-29
1
-22
/
+2
*
ASoC: soc-dai: add snd_soc_pcm_dai_probe()
Kuninori Morimoto
2020-04-29
1
-28
/
+5
*
ASoC: soc-dai: add snd_soc_pcm_dai_new()
Kuninori Morimoto
2020-04-29
1
-22
/
+1
*
ASoC: soc-dai: don't overwide dai->driver->ops
Kuninori Morimoto
2020-04-29
1
-5
/
+0
*
Merge series "ASoC: SOF: adjust dmesg verbosity" from Pierre-Louis Bossart <p...
Mark Brown
2020-04-14
1
-3
/
+15
|
\
|
*
ASoC: soc-core: Add dynamic debug logs in soc_dai_link_sanity_check()
Ranjani Sridharan
2020-04-14
1
-3
/
+15
*
|
ASoC: soc-core: remove cpu_dai/codec_dai/cpu_dais/codec_dais
Kuninori Morimoto
2020-04-14
1
-8
/
+3
*
|
ASoC: soc-core: tidyup soc_new_pcm_runtime() rtd setups
Kuninori Morimoto
2020-04-14
1
-8
/
+3
*
|
ASoC: soc-core: set rtd->num_cpu/codec at soc_new_pcm_runtime()
Kuninori Morimoto
2020-04-14
1
-2
/
+2
*
|
ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
2020-04-14
1
-8
/
+8
|
/
*
ASoC: soc-core: Merge CPU/Codec for soc_dai_pcm_new()
Kuninori Morimoto
2020-03-20
1
-14
/
+9
*
ASoC: soc-core: Merge for_each_rtd_cpu/codec_dais()
Kuninori Morimoto
2020-03-20
1
-18
/
+7
*
ASoC: soc-core: Merge CPU/Codec DAIs
Kuninori Morimoto
2020-03-20
1
-9
/
+9
*
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-03-13
1
-4
/
+24
|
\
|
*
ASoC: soc-core: disable route checks for legacy devices
Pierre-Louis Bossart
2020-03-10
1
-4
/
+24
*
|
ASoC: soc: use for_each_rtd_codecs/cpus_dai() macro
Kuninori Morimoto
2020-03-10
1
-8
/
+8
*
|
ASoC: Add initial support for multiple CPU DAIs
Shreyas NC
2020-02-26
1
-77
/
+91
*
|
ASoC: fix card registration regression.
Jerome Brunet
2020-02-19
1
-28
/
+1
*
|
ASoC: soc-core: use for_each_pcm_streams() macro
Kuninori Morimoto
2020-02-18
1
-18
/
+13
*
|
ASoC: soc-pcm: merge playback/cature_active into stream_active
Kuninori Morimoto
2020-02-18
1
-8
/
+9
*
|
ASoC: core: ensure component names are unique
Jerome Brunet
2020-02-14
1
-1
/
+28
*
|
ASoC: core: allow a dt node to provide several components
Jerome Brunet
2020-02-13
1
-0
/
+8
|
/
*
ASoC: soc-core: remove null_snd_soc_ops
Kuninori Morimoto
2020-01-23
1
-4
/
+0
*
ASoC: soc-core: remove bus_control
Kuninori Morimoto
2020-01-21
1
-21
/
+3
*
ASoC: soc-core: remove DAI suspend/resume
Kuninori Morimoto
2020-01-21
1
-41
/
+0
*
ASoC: soc-core: add snd_soc_close_delayed_work()
Kuninori Morimoto
2020-01-10
1
-0
/
+28
*
ASoC: soc-core: do pinctrl_pm_select_xxx() as component
Kuninori Morimoto
2020-01-10
1
-35
/
+11
*
ASoC: soc-core: remove duplicate pinctrl operation when suspend
Kuninori Morimoto
2020-01-10
1
-3
/
+0
*
ASoC: soc-core: care .ignore_suspend for Component suspend
Kuninori Morimoto
2020-01-10
1
-7
/
+17
*
ASoC: soc-core: rename snd_soc_rtdcom_add() to snd_soc_rtd_add_component()
Kuninori Morimoto
2020-01-10
1
-5
/
+5
*
ASoC: soc-core: remove snd_soc_rtdcom_list
Kuninori Morimoto
2020-01-10
1
-35
/
+21
*
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-12-25
1
-6
/
+8
|
\
|
*
ASoC: core: Fix access to uninitialized list heads
Takashi Iwai
2019-12-24
1
-6
/
+6
|
*
ASoC: soc-core: Set dpcm_playback / dpcm_capture
Daniel Baluta
2019-12-24
1
-0
/
+2
*
|
ASoC: soc-core: remove legacy style of codec_conf
Kuninori Morimoto
2019-12-16
1
-6
/
+0
[next]