index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
topology.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: SOF: topology: No need to assign core ID if token parsing failed
Peter Ujfalusi
2022-11-07
1
-10
/
+10
*
ADD SOF support for rembrandt platform
Mark Brown
2022-09-21
1
-0
/
+1
|
\
|
*
ASoC: SOF: Adding amd HS functionality to the sof core
V sujith kumar Reddy
2022-09-20
1
-0
/
+1
*
|
ASoC: soc.h: remove num_cpus/codecs
Kuninori Morimoto
2022-09-20
1
-2
/
+2
|
/
*
ASoC: SOF: remove unneeded dev_vdbg
Noah Klayman
2022-09-19
1
-9
/
+0
*
ASoC: SOF: topology: remove unused variable
Ranjani Sridharan
2022-07-12
1
-2
/
+1
*
ASoC: SOF: topology: add code to parse config params for ACPDMIC dai
Ajit Kumar Pandey
2022-06-14
1
-0
/
+4
*
ASoC: SOF: Add a new IPC op for parsing topology manifest
Ranjani Sridharan
2022-06-10
1
-41
/
+4
*
ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT widgets
Ranjani Sridharan
2022-06-10
1
-18
/
+51
*
ASoC: SOF: topology: Skip parsing DAI link tokens if not needed
Ranjani Sridharan
2022-04-29
1
-8
/
+10
*
ASoC: SOF: Add a new op to set up volume table
Ranjani Sridharan
2022-04-29
1
-15
/
+11
*
ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()
Peter Ujfalusi
2022-04-23
1
-4
/
+7
*
ASoC: Merge fixes
Mark Brown
2022-04-08
1
-1
/
+46
|
\
|
*
ASoC: SOF: topology: Fix memory leak in sof_control_load()
Yu Liao
2022-04-07
1
-1
/
+3
|
*
ASoC: SOF: topology: cleanup dailinks on widget unload
Pierre-Louis Bossart
2022-04-07
1
-0
/
+43
*
|
ASoC: SOF: topology: Avoid open coded arithmetic in memory allocation
Christophe JAILLET
2022-04-06
1
-6
/
+2
*
|
ASoC: Pull in fixes
Mark Brown
2022-04-05
1
-0
/
+3
|
\
|
|
*
ASoC: SOF: topology: Fix memory leak of scontrol->name
Peter Ujfalusi
2022-04-04
1
-0
/
+3
*
|
ASoC: SOF: topology: use new sound control LED layer
Jaroslav Kysela
2022-04-05
1
-0
/
+16
|
/
*
ASoC: SOF: topology: Add ops for setting up and tearing down pipelines
Ranjani Sridharan
2022-03-18
1
-31
/
+24
*
ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpy
Yihao Han
2022-03-17
1
-2
/
+1
*
ASoC: SOF: topology: remove snd_sof_complete_pipeline()
Ranjani Sridharan
2022-03-16
1
-23
/
+0
*
ASoC: SOF: topology: Make widget binding IPC agnostic
Ranjani Sridharan
2022-03-16
1
-206
/
+11
*
ASoC: SOF: topology: Make control parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-124
/
+53
*
ASoC: SOF: topology: Make DAI widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-986
/
+171
*
ASoC: SOF: topology: Make effect widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-268
/
+9
*
ASoC: SOF: topology: Make siggen widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-59
/
+1
*
ASoC: SOF: topology: Make asrc widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-71
/
+1
*
ASoC: SOF: topology: Make src widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-63
/
+1
*
ASoC: SOF: topology: Make mux/demux widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-42
/
+2
*
ASoC: SOF: topology: Make mixer widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-42
/
+1
*
ASoC: SOF: topology: Make pga widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-83
/
+8
*
ASoC: SOF: topology: Make buffer widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-52
/
+0
*
ASoC: SOF: topology: Make scheduler widget parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-99
/
+0
*
ASoC: SOF: Introduce IPC3 ops
Ranjani Sridharan
2022-03-16
1
-50
/
+208
*
ASoC: SOF: topology: Add helper function for processing tuple arrays
Ranjani Sridharan
2022-03-16
1
-12
/
+94
*
ASoC: SOF: make struct snd_sof_dai IPC agnostic
Ranjani Sridharan
2022-03-09
1
-11
/
+27
*
ASoC: SOF: topology: Rename arguments in sof_parse_tokens()
Ranjani Sridharan
2022-03-09
1
-7
/
+18
*
ASoC: SOF: topology: Rename arguments in sof_parse_token_sets()
Ranjani Sridharan
2022-03-09
1
-11
/
+10
*
ASoC: SOF: topology: Modify signature for token parsing functions
Ranjani Sridharan
2022-03-09
1
-26
/
+52
*
ASoC: SOF: topology: make sof_route_load() IPC agnostic
Ranjani Sridharan
2022-03-09
1
-17
/
+0
*
ASoC: SOF: make struct snd_sof_widget IPC agnostic
Ranjani Sridharan
2022-03-09
1
-11
/
+10
*
ASoC: SOF: change comp_dai to a pointer in struct snd_sof_dai
Ranjani Sridharan
2022-03-08
1
-12
/
+5
*
ASoC: SOF: topology: expose some get_token ops
Ranjani Sridharan
2022-03-08
1
-5
/
+5
*
ASoC: SOF: topology: Modify the get_token op for string tokens
Ranjani Sridharan
2022-03-08
1
-8
/
+4
*
ASoC: SOF: topology: Drop the size parameter from struct sof_topology_token
Ranjani Sridharan
2022-03-08
1
-88
/
+75
*
ASoC: SOF: topology: remove redundant code in sof_link_afe_load()
Ranjani Sridharan
2022-03-08
1
-7
/
+0
*
ASoC: SOF: topology: remove redundant code
Ranjani Sridharan
2022-03-08
1
-8
/
+0
*
ASoC: SOF: set swidget's core for scheduler widget
Ranjani Sridharan
2022-03-08
1
-0
/
+1
*
ASoC: SOF: Replace zero-length array with flexible-array member
Stephen Kitt
2022-02-17
1
-1
/
+1
[next]