index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
ipc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: SOF: client: Add sof_client_ipc_set_get_data()
Jyri Sarha
2022-10-31
1
-0
/
+8
*
ASoC: SOF: ipc: ops: Add support for optional init and exit callbacks
Peter Ujfalusi
2022-10-21
1
-0
/
+6
*
ASoC: SOF: Compile and runtime IPC version selection
Peter Ujfalusi
2022-06-14
1
-6
/
+18
*
ASoC: SOF: Switch to IPC generic firmware tracing
Peter Ujfalusi
2022-05-19
1
-0
/
+6
*
ASoC: SOF: ipc3: Remove the ipc3-ops.h header file
Peter Ujfalusi
2022-05-04
1
-1
/
+0
*
ASoC: SOF: loader: Switch to use the fw_loader ops
Peter Ujfalusi
2022-04-29
1
-51
/
+0
*
ASoC: SOF: ipc: Add check for fw_loader ops
Peter Ujfalusi
2022-04-29
1
-0
/
+6
*
ASoC: SOF: loader: Remove the old fw_ready related code
Peter Ujfalusi
2022-04-25
1
-15
/
+0
*
ASoC: SOF: ipc: Move the ipc_set_get_comp_data() local to ipc3-control
Peter Ujfalusi
2022-04-11
1
-83
/
+0
*
ASoC: SOF: ipc: Switch over to use the rx_msg ops
Peter Ujfalusi
2022-04-11
1
-452
/
+0
*
ASoC: SOF: ipc: Switch over to use the tx_msg and set_get_data ops
Peter Ujfalusi
2022-04-11
1
-278
/
+23
*
ASoC: SOF: ipc: Use the get_reply ops in snd_sof_ipc_get_reply()
Peter Ujfalusi
2022-04-11
1
-48
/
+2
*
ASoC: SOF: ipc: Add check for mandatory IPC message handling ops
Peter Ujfalusi
2022-04-11
1
-0
/
+5
*
ASoC: SOF: ipc: Separate the ops checks by functions/topics
Peter Ujfalusi
2022-04-11
1
-3
/
+9
*
ASoC: SOF: Add helper function to prepare and send an IPC message
Peter Ujfalusi
2022-04-11
1
-0
/
+53
*
ASoC: SOF: Drop 'header' parameter from tx_message() API
Peter Ujfalusi
2022-04-04
1
-11
/
+7
*
ASoC: SOF: ipc: Use msg->reply_data directly in snd_sof_ipc_get_reply()
Peter Ujfalusi
2022-04-04
1
-14
/
+16
*
ASoC: SOF: Drop support for mapped control data
Peter Ujfalusi
2022-04-04
1
-22
/
+0
*
ASoC: SOF: ipc: Use ipc->max_payload_size for message/reply size checking
Peter Ujfalusi
2022-04-04
1
-2
/
+2
*
ASoC: SOF: ipc: Add max_payload_size field in struct snd_sof_ipc
Peter Ujfalusi
2022-04-04
1
-0
/
+2
*
ASoC: SOF: Introduce IPC3 PCM hw_free op
Ranjani Sridharan
2022-03-18
1
-2
/
+3
*
ASoC: SOF: Add IPC3 topology control ops
Ranjani Sridharan
2022-03-18
1
-2
/
+4
*
ASoC: SOF: Make sof_suspend/resume IPC agnostic
Ranjani Sridharan
2022-03-18
1
-0
/
+1
*
ASoC: SOF: topology: Make control parsing IPC agnostic
Ranjani Sridharan
2022-03-16
1
-1
/
+1
*
ASoC: SOF: Introduce IPC3 ops
Ranjani Sridharan
2022-03-16
1
-0
/
+12
*
ASoC: SOF: move definition of snd_sof_ipc to header file
Rander Wang
2022-03-09
1
-12
/
+0
*
ASoC: SOF: Introduce IPC SOF client support
Peter Ujfalusi
2022-02-10
1
-11
/
+14
*
ASoC: SOF: ipc: Read and pass the whole message to handlers for IPC events
Peter Ujfalusi
2022-02-10
1
-41
/
+44
*
ASoC: SOF: ipc: Do not allocate buffer for msg_data
Peter Ujfalusi
2022-01-28
1
-4
/
+1
*
ASoC: SOF: ipc: Drop header parameter from sof_ipc_tx_message_unlocked()
Peter Ujfalusi
2022-01-28
1
-9
/
+12
*
ASoC: SOF: ipc: Only allow sending of an IPC in SOF_FW_BOOT_COMPLETE state
Peter Ujfalusi
2021-12-23
1
-1
/
+1
*
ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OK
Peter Ujfalusi
2021-12-23
1
-1
/
+1
*
ASoC: SOF: Introduce new firmware state: SOF_FW_CRASHED
Peter Ujfalusi
2021-12-23
1
-1
/
+1
*
ASoC: SOF: ipc: Add null pointer check for substream->runtime
Ajit Kumar Pandey
2021-12-17
1
-1
/
+2
*
ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2021-12-15
1
-17
/
+13
*
ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2021-12-15
1
-4
/
+2
*
ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2021-12-15
1
-1
/
+7
*
ASoC: SOF: ipc: Rename send parameter in snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2021-12-15
1
-9
/
+8
*
ASoC: SOF: utils: Add generic function to get the reply for a tx message
Peter Ujfalusi
2021-11-17
1
-0
/
+61
*
ASoC: SOF: IPC: update ipc_log_header()
Ranjani Sridharan
2021-11-15
1
-1
/
+16
*
ASoC: SOF: prepare code to allocate IPC messages in fw_ready
Rander Wang
2021-10-08
1
-11
/
+16
*
Merge series "Introduce new SOF helpers" from Daniel Baluta <daniel.baluta@os...
Mark Brown
2021-10-07
1
-2
/
+4
|
\
|
*
ASoC: SOF: Introduce fragment elapsed notification API
Daniel Baluta
2021-10-07
1
-2
/
+4
*
|
ASoC: SOF: Introduce macro to set the firmware state
Peter Ujfalusi
2021-10-07
1
-2
/
+2
*
|
ASoC: SOF: ipc: Re-enable dumps after successful IPC tx
Peter Ujfalusi
2021-10-07
1
-0
/
+6
|
/
*
ASoC: SOF: Introduce widget use_count
Ranjani Sridharan
2021-10-01
1
-0
/
+22
*
ASoC: SOF: ipc: Make the error prints consistent in tx_wait_done()
Peter Ujfalusi
2021-09-28
1
-4
/
+6
*
ASoC: SOF: add error handling to snd_sof_ipc_msg_data()
Guennadi Liakhovetski
2021-09-28
1
-9
/
+32
*
Merge series "ASoC: SOF: ipc: Small cleanups for message handler functions" f...
Mark Brown
2021-09-17
1
-6
/
+5
|
\
|
*
ASoC: SOF: ipc: Print 0x prefix for errors in ipc_trace/stream_message()
Peter Ujfalusi
2021-09-17
1
-2
/
+2
[next]