mirror of https://github.com/thesofproject/sof.git
ipc: byt: remove comment
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
parent
b0df61d04e
commit
c73ff5c16d
|
@ -186,7 +186,6 @@ int ipc_comp_connect(struct ipc *ipc,
|
|||
struct sof_ipc_pipe_comp_connect *connect)
|
||||
{
|
||||
struct ipc_comp_dev *icd_source, *icd_sink;
|
||||
//struct ipc_comp_dev *icd_source_pipe, *icd_sink_pipe;
|
||||
|
||||
/* check whether the components already exist */
|
||||
icd_source = ipc_get_comp(ipc, connect->source_id);
|
||||
|
|
Loading…
Reference in New Issue