aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_ca0132.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index 7668388e8b56..f6c949039cab 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -2325,7 +2325,7 @@ static int dspxfr_one_seg(struct hda_codec *codec,
2325 if (!comm_dma_setup_done) { 2325 if (!comm_dma_setup_done) {
2326 status = dsp_dma_stop(codec, dma_chan, ovly); 2326 status = dsp_dma_stop(codec, dma_chan, ovly);
2327 if (status < 0) 2327 if (status < 0)
2328 return -EIO; 2328 return status;
2329 status = dsp_dma_setup_common(codec, chip_addx, 2329 status = dsp_dma_setup_common(codec, chip_addx,
2330 dma_chan, port_map_mask, ovly); 2330 dma_chan, port_map_mask, ovly);
2331 if (status < 0) 2331 if (status < 0)