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
/
sof
/
sof-audio.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ASoC: SOF: Introduce IPC3 PCM hw_free op
Ranjani Sridharan
2022-03-18
1
-3
/
+8
*
ASoC: SOF: Make sof_widget_setup/free IPC agnostic
Ranjani Sridharan
2022-03-18
1
-114
/
+22
*
ASoC: SOF: set up scheduler widget before all other widgets in the pipeline
Ranjani Sridharan
2022-03-18
1
-38
/
+44
*
ASoC: SOF: topology: remove snd_sof_complete_pipeline()
Ranjani Sridharan
2022-03-16
1
-6
/
+12
*
ASoC: SOF: topology: Make route setup IPC agnostic
Ranjani Sridharan
2022-03-16
1
-34
/
+14
*
ASoC: SOF: make struct snd_sof_dai IPC agnostic
Ranjani Sridharan
2022-03-09
1
-11
/
+19
*
ASoC: SOF: topology: make sof_route_load() IPC agnostic
Ranjani Sridharan
2022-03-09
1
-9
/
+6
*
ASoC: SOF: change comp_dai to a pointer in struct snd_sof_dai
Ranjani Sridharan
2022-03-08
1
-15
/
+3
*
ASoC: SOF: sof-audio: removed unused function
Pierre-Louis Bossart
2022-03-08
1
-14
/
+0
*
ASoC: SOF: set swidget's core for scheduler widget
Ranjani Sridharan
2022-03-08
1
-18
/
+5
*
ASoC: SOF: remove snd_sof_pipeline_find()
Ranjani Sridharan
2022-03-08
1
-16
/
+0
*
ASoC: SOF: avoid casting "const" attribute away
Guennadi Liakhovetski
2021-12-17
1
-4
/
+5
*
ASoC: SOF: topology: read back control data from DSP
Ranjani Sridharan
2021-12-15
1
-0
/
+14
*
ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2021-12-15
1
-16
/
+1
*
ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_control
Peter Ujfalusi
2021-12-15
1
-1
/
+1
*
ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2021-12-15
1
-1
/
+1
*
ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2021-12-15
1
-4
/
+2
*
ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flags
Ranjani Sridharan
2021-11-26
1
-1
/
+1
*
ASoC: SOF: Add a helper for freeing PCM stream
Ranjani Sridharan
2021-11-26
1
-14
/
+26
*
ASoC: SOF: call platform hw_free for paused streams during suspend
Ranjani Sridharan
2021-11-26
1
-0
/
+7
*
ASoC: SOF: handle paused streams during system suspend
Ranjani Sridharan
2021-11-24
1
-2
/
+72
*
ASoC: SOF: sof-audio: setup sched widgets during pipeline complete step
Pierre-Louis Bossart
2021-11-24
1
-2
/
+17
*
ASoC: SOF: add support for dynamic pipelines with multi-core
Ranjani Sridharan
2021-11-22
1
-13
/
+54
*
ASoC: SOF: free widgets in sof_tear_down_pipelines() for static pipelines
Ranjani Sridharan
2021-11-22
1
-3
/
+10
*
ASoC: SOF: topology: remove sof_load_pipeline_ipc()
Ranjani Sridharan
2021-11-22
1
-1
/
+2
*
ASoC: SOF: pipelines: Harmonize all functions to use struct snd_sof_dev
Peter Ujfalusi
2021-10-07
1
-7
/
+5
*
ASoC: SOF: Intel: hda: add new flags for DAI_CONFIG
Pierre-Louis Bossart
2021-10-05
1
-0
/
+4
*
ASoC: SOF: topology: Add kernel parameter for topology verification
Ranjani Sridharan
2021-10-01
1
-12
/
+25
*
ASoC: SOF: Add support for dynamic pipelines
Ranjani Sridharan
2021-10-01
1
-41
/
+317
*
ASoC: SOF: Intel: hda: make sure DAI widget is set up before IPC
Ranjani Sridharan
2021-10-01
1
-0
/
+1
*
ASoC: SOF: Introduce widget use_count
Ranjani Sridharan
2021-10-01
1
-6
/
+71
*
ASoC: SOF: Don't set up widgets during topology parsing
Ranjani Sridharan
2021-10-01
1
-1
/
+1
*
ASoC: SOF: restore kcontrols for widget during set up
Ranjani Sridharan
2021-10-01
1
-26
/
+33
*
ASoC: SOF: Add new fields to snd_sof_route
Ranjani Sridharan
2021-10-01
1
-0
/
+15
*
ASoC: SOF: sof-audio: add helpers for widgets, kcontrols and dai config set up
Ranjani Sridharan
2021-10-01
1
-118
/
+116
*
ASoC: SOF: add a helper to get topology configured bclk
Brent Lu
2021-07-11
1
-7
/
+35
*
ASoC: SOF: use current DAI config during resume
Ranjani Sridharan
2021-04-15
1
-1
/
+1
*
ASOC: SOF: simplify nocodec mode
Pierre-Louis Bossart
2021-04-12
1
-18
/
+14
*
ASoC: SOF: change signature of set_mach_params() callback
Pierre-Louis Bossart
2021-04-12
1
-2
/
+2
*
ASoC: SOF: add a helper to get topology configured mclk
Keyon Jie
2021-03-22
1
-0
/
+27
*
ASoC: SOF: nocodec: modify DAI link definitions
Ranjani Sridharan
2020-11-20
1
-1
/
+1
*
ASoC: SOF: sof-audio: remove goto used for force-nocodec support
Pierre-Louis Bossart
2020-10-26
1
-7
/
+3
*
ASoC: SOF: remove several superfluous type-casts
Guennadi Liakhovetski
2020-09-17
1
-3
/
+3
*
ASoC: SOF: append extended data to sof_ipc_comp_dai
Keyon Jie
2020-09-07
1
-5
/
+18
*
ASoC: SOF: support topology components on secondary cores
Guennadi Liakhovetski
2020-09-04
1
-0
/
+25
*
ASoC: SOF: delete repeated words in comments
Randy Dunlap
2020-08-18
1
-1
/
+1
*
ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-only
Pierre-Louis Bossart
2020-05-01
1
-1
/
+1
*
ASoC: sof: sof-audio: use for_each_pcm_streams() macro
Kuninori Morimoto
2020-02-18
1
-12
/
+7
*
ASoC: SOF: audio: Add helper to check if only D0i3 streams are active
Ranjani Sridharan
2020-02-11
1
-0
/
+33
*
ASoC: SOF: pm: Introduce DSP power states
Ranjani Sridharan
2020-02-11
1
-1
/
+1
[prev]
[next]