Patch 2.6.32.33 to 2.6.32.35
/sound/pci/ctxfi/ctdaio.c
blob:af56eb949bded282affb84a59691dc49f3d3054e -> blob:47d9ea97de02e28cc0d7f9064a39a8c9222e29d0
--- sound/pci/ctxfi/ctdaio.c
+++ sound/pci/ctxfi/ctdaio.c
@@ -176,6 +176,7 @@ 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);
@@ -204,6 +205,7 @@ 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);