index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
sof-audio.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: SOF: introduce new DEBUG_NOCODEC mode
Pierre-Louis Bossart
2022-10-28
1
-0
/
+5
*
ASoC: SOF: don't unprepare widget used other pipelines
Rander Wang
2022-09-20
1
-2
/
+2
*
ASoC: SOF: clear prepare state when widget is unprepared
Rander Wang
2022-09-20
1
-5
/
+7
*
ASoC: SOF: add widget setup/free tracing
Bard Liao
2022-09-19
1
-0
/
+5
*
ASoC: SOF: Introduce function sof_of_machine_select
Chunxu Li
2022-09-05
1
-0
/
+29
*
ASoC: SOF: Introduce function sof_of_machine_select
Chunxu Li
2022-08-23
1
-0
/
+1
*
ASoC: SOF: Fix potential NULL pointer dereference
Amadeusz Sławiński
2022-06-06
1
-1
/
+1
*
ASoC: SOF: Add a prepare op to IPC topology widget ops
Ranjani Sridharan
2022-04-29
1
-9
/
+130
*
ASoC: SOF: clarify use of widget complete flag
Ranjani Sridharan
2022-04-29
1
-2
/
+1
*
ASoC: SOF: Add a route_free op in struct sof_ipc_tplg_ops
Ranjani Sridharan
2022-04-29
1
-1
/
+6
*
ASoC: SOF: sof-audio: Set up widgets from source to sink
Ranjani Sridharan
2022-04-29
1
-47
/
+123
*
ASoC: SOF: sof-audio: reset route status before freeing widget
Ranjani Sridharan
2022-04-29
1
-2
/
+3
*
ASoC: SOF: remove incorrect clearing of prepared flag
Ranjani Sridharan
2022-04-25
1
-36
/
+0
*
ASoC: SOF: sof-audio: preserve topology filename override in nocodec mode
Pierre-Louis Bossart
2022-04-19
1
-1
/
+2
*
ASoC: SOF: sof-audio: Use the widget_kcontrol_setup ops for kcontrol set up
Peter Ujfalusi
2022-04-11
1
-50
/
+4
*
ASoC: SOF: Drop support for mapped control data
Peter Ujfalusi
2022-04-04
1
-3
/
+0
*
ASoC: SOF: Add a new dai_get_clk topology IPC op
Ranjani Sridharan
2022-03-18
1
-24
/
+7
*
ASoC: SOF: topology: Add ops for setting up and tearing down pipelines
Ranjani Sridharan
2022-03-18
1
-186
/
+0
*
ASoC: SOF: expose sof_route_setup()
Ranjani Sridharan
2022-03-18
1
-2
/
+2
*
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
[next]