index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
ipc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: SOF: Intel: clarify Copyright information
Pierre-Louis Bossart
2024-05-06
1
-1
/
+1
*
ASoC: SOF: Use generic names for IPC types
Peter Ujfalusi
2023-09-19
1
-2
/
+2
*
ASoC: SOF: Kconfig: Rename SND_SOC_SOF_INTEL_IPC4 to SND_SOC_SOF_IPC4
Peter Ujfalusi
2023-09-19
1
-1
/
+1
*
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
[next]