From cab200f5cf4cd38641bc5571efea9d51c28c9393 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 15 Jan 2013 17:41:21 +0100 Subject: [PATCH] --- yaml --- r: 353268 b: refs/heads/master c: 425a7880e804f6147b520aecee522e4172c98e83 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_ca0132.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)