--- 47d9ea97de02e28cc0d7f9064a39a8c9222e29d0 +++ af56eb949bded282affb84a59691dc49f3d3054e @@ -176,7 +176,6 @@ static int dao_set_left_input(struct dao if (!entry) return -ENOMEM; - dao->ops->clear_left_input(dao); /* Program master and conjugate resources */ input->ops->master(input); daio->rscl.ops->master(&daio->rscl); @@ -205,7 +204,6 @@ static int dao_set_right_input(struct da if (!entry) return -ENOMEM; - dao->ops->clear_right_input(dao); /* Program master and conjugate resources */ input->ops->master(input); daio->rscr.ops->master(&daio->rscr);