ipc: remove duplicated sof_ipc_chmap from sof_ipc_pcm_params

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

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2018-06-04 12:03:37 +01:00 committed by Liam Girdwood
parent 4529812967
commit b8e097b015
1 changed files with 0 additions and 1 deletions

View File

@ -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 */