6 Apr
2023
6 Apr
'23
6 p.m.
On Thu, Apr 06, 2023 at 10:50:25AM -0500, Pierre-Louis Bossart wrote:
+static inline int sof_client_ipc_tx_message_no_reply(struct sof_client_dev *cdev, void *ipc_msg) +{
- return sof_client_ipc_tx_message(cdev, ipc_msg, NULL, 0);
+} int sof_client_ipc_set_get_data(struct sof_client_dev *cdev, void *ipc_msg,
This looks like it's missing some blank lines but that appears to be the existing idiom so let's not mind for now...