diff --git a/[refs] b/[refs] index f2b5025bd69a..0c81f78abe6a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b645d79619e8b15e91cc7df23c5f8a23d0d69377 +refs/heads/master: 425a7880e804f6147b520aecee522e4172c98e83 diff --git a/trunk/sound/pci/hda/patch_ca0132.c b/trunk/sound/pci/hda/patch_ca0132.c index 7668388e8b56..f6c949039cab 100644 --- a/trunk/sound/pci/hda/patch_ca0132.c +++ b/trunk/sound/pci/hda/patch_ca0132.c @@ -2325,7 +2325,7 @@ static int dspxfr_one_seg(struct hda_codec *codec, if (!comm_dma_setup_done) { status = dsp_dma_stop(codec, dma_chan, ovly); if (status < 0) - return -EIO; + return status; status = dsp_dma_setup_common(codec, chip_addx, dma_chan, port_map_mask, ovly); if (status < 0)