[Sound-open-firmware] [PATCH] ipc: remove duplicated sof_ipc_chmap from sof_ipc_pcm_params

Liam Girdwood liam.r.girdwood at linux.intel.com
Mon Jun 4 13:03:37 CEST 2018


From: Tomasz Lauda <tomasz.lauda at linux.intel.com>

We don't need duplicated sof_ipc_chmap.
This change also requires change in kernel.

Signed-off-by: Tomasz Lauda <tomasz.lauda at linux.intel.com>
---
 src/include/uapi/ipc.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include/uapi/ipc.h b/src/include/uapi/ipc.h
index 9b1063f..8947a0a 100644
--- a/src/include/uapi/ipc.h
+++ b/src/include/uapi/ipc.h
@@ -473,7 +473,6 @@ struct sof_ipc_pcm_params {
 	struct sof_ipc_hdr hdr;
 	uint32_t comp_id;
 	struct sof_ipc_stream_params params;
-	enum sof_ipc_chmap channel_map[];
 }  __attribute__((packed));
 
 /* PCM params info reply - SOF_IPC_STREAM_PCM_PARAMS_REPLY */
-- 
2.17.0



More information about the Sound-open-firmware mailing list