2.6.35-longterm review patch. If anyone has any objections, please let me know.
------------------ From: Przemyslaw Bruski <[email protected]> commit efed5f26664f93991c929d5bb343e65f900d72bc upstream. Clear input settings before initialization. Signed-off-by: Przemyslaw Bruski <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Andi Kleen <[email protected]> --- sound/pci/ctxfi/ctdaio.c | 2 ++ 1 file changed, 2 insertions(+) Index: linux-2.6.35.y/sound/pci/ctxfi/ctdaio.c =================================================================== --- linux-2.6.35.y.orig/sound/pci/ctxfi/ctdaio.c 2011-03-29 22:50:35.695345064 -0700 +++ linux-2.6.35.y/sound/pci/ctxfi/ctdaio.c 2011-03-29 23:03:02.594233790 -0700 @@ -176,6 +176,7 @@ 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 @@ 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); _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
