index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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-topology.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: soc-topology.c: dai_link->platform again
Kuninori Morimoto
2023-03-29
1
-2
/
+10
*
ASoC: soc-core.c: add snd_soc_add_pcm_runtimes()
Kuninori Morimoto
2023-03-28
1
-1
/
+1
*
ASoC: soc-topology.c: remove unnecessary dai_link->platform
Kuninori Morimoto
2023-03-24
1
-6
/
+2
*
Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
2023-02-16
1
-112
/
+75
|
\
|
*
ASoC: topology: Set correct unload callback for graph type
Peter Ujfalusi
2023-02-02
1
-1
/
+1
|
*
ASoC: soc-topology.c: use helper function
Kuninori Morimoto
2023-01-31
1
-2
/
+2
|
*
ASoC: topology: Use unload() op directly
Amadeusz Sławiński
2023-01-30
1
-20
/
+28
|
*
ASoC: topology: Unify kcontrol removal code
Amadeusz Sławiński
2023-01-30
1
-42
/
+6
|
*
ASoC: topology: Remove unnecessary check for EOF
Amadeusz Sławiński
2023-01-30
1
-6
/
+1
|
*
ASoC: topology: Return an error on complete() failure
Amadeusz Sławiński
2023-01-30
1
-1
/
+1
|
*
ASoC: topology: Pass correct pointer instead of casting
Amadeusz Sławiński
2023-01-30
1
-6
/
+6
|
*
ASoC: topology: Remove unnecessary forward declarations
Amadeusz Sławiński
2023-01-30
1
-3
/
+0
|
*
ASoC: topology: Rename remove_ handlers
Amadeusz Sławiński
2023-01-30
1
-16
/
+16
|
*
ASoC: topology: Fix function name
Amadeusz Sławiński
2023-01-30
1
-2
/
+2
|
*
ASoC: topology: Fix typo in functions name
Amadeusz Sławiński
2023-01-30
1
-16
/
+16
|
*
ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constant
Amadeusz Sławiński
2023-01-30
1
-3
/
+2
|
*
ASoC: topology: Properly access value coming from topology file
Amadeusz Sławiński
2023-01-30
1
-1
/
+1
*
|
ASoC: topology: Return -ENOMEM on memory allocation failure
Amadeusz Sławiński
2023-02-07
1
-2
/
+6
|
/
*
ASoC: soc-core.c: setup rtd->pmdown_time at soc_new_pcm_runtime()
Kuninori Morimoto
2022-09-19
1
-0
/
+1
*
ASoC: topology: Drop superfluous check of CONFIG_SND_CTL_VALIDATION
Takashi Iwai
2022-06-15
1
-1
/
+1
*
ASoC: Pull in fixes
Mark Brown
2022-04-05
1
-2
/
+2
|
\
|
*
ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()
Peter Ujfalusi
2022-04-04
1
-2
/
+2
*
|
ASoC: topology: Rename soc_tplg_init_kcontrol() function
Amadeusz Sławiński
2022-04-04
1
-10
/
+7
*
|
ASoC: topology: Correct error message
Amadeusz Sławiński
2022-04-04
1
-1
/
+1
*
|
ASoC: topology: Rename SOC_TPLG_PASS_MIXER to _CONTROL
Amadeusz Sławiński
2022-04-04
1
-5
/
+5
*
|
ASoC: topology: Return bool instead of int
Amadeusz Sławiński
2022-04-04
1
-3
/
+3
*
|
ASoC: topology: Remove unnecessary looping
Amadeusz Sławiński
2022-04-04
1
-223
/
+192
*
|
ASoC: topology: Use for loop instead of while
Amadeusz Sławiński
2022-04-04
1
-8
/
+3
|
/
*
ASoC: topology: Optimize soc_tplg_dapm_graph_elems_load behavior
Amadeusz Sławiński
2022-01-24
1
-42
/
+14
*
ASoC: topology: Allow TLV control to be either read or write
Amadeusz Sławiński
2022-01-24
1
-1
/
+2
*
ASoC: topology: Remove superfluous error prints
Amadeusz Sławiński
2022-01-24
1
-33
/
+11
*
ASoC: topology: Fix typo
Qinghua Jin
2022-01-06
1
-1
/
+1
*
ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
Takashi Iwai
2021-11-16
1
-0
/
+3
*
ASoC: topology: Change topology device to card device
Amadeusz Sławiński
2021-10-29
1
-3
/
+3
*
ASoC: topology: Use correct device for prints
Amadeusz Sławiński
2021-10-29
1
-1
/
+1
*
ASoC: topology: Check for dapm widget completeness
Amadeusz Sławiński
2021-10-29
1
-0
/
+17
*
ASoC: topology: Add header payload_size verification
Cezary Rojewski
2021-10-29
1
-0
/
+9
*
ASoC: topology: handle endianness warning
Pierre-Louis Bossart
2021-10-27
1
-1
/
+1
*
ASoC: topology: change the complete op in snd_soc_tplg_ops to return int
Ranjani Sridharan
2021-10-01
1
-4
/
+6
*
ASoC: soc-topology: Move template info print soc_tplg_dapm_widget_create()
Peter Ujfalusi
2021-09-13
1
-4
/
+2
*
ASoC: soc-topology: cleanup cppcheck warning at snd_soc_find_dai_link()
Kuninori Morimoto
2021-08-02
1
-2
/
+1
*
ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_kcontrol_elems_load()
Kuninori Morimoto
2021-08-02
1
-3
/
+1
*
ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_dapm_widget_elems_lo...
Kuninori Morimoto
2021-08-02
1
-3
/
+4
*
ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_dai_elems_load()
Kuninori Morimoto
2021-08-02
1
-3
/
+4
*
ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_process_headers()
Kuninori Morimoto
2021-08-02
1
-1
/
+1
*
Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Hei...
Mark Brown
2021-06-23
1
-3
/
+3
|
\
|
*
ASoC: topology: Fix spelling mistake "vesion" -> "version"
Colin Ian King
2021-06-01
1
-3
/
+3
*
|
ASoC: topology: Fix using uninitialized pointer
Jaska Uimonen
2021-05-20
1
-1
/
+1
*
|
ASoC: topology: Add support for multiple kcontrol types to a widget
Jaska Uimonen
2021-05-14
1
-243
/
+223
|
/
*
ASoC: soc-topology: clarify expression
Pierre-Louis Bossart
2021-03-10
1
-8
/
+8
[next]