commit | b3667bd7579e6d4dfe709315f13cff9bc9ee9053 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sun Feb 10 11:58:40 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Feb 10 11:58:40 2013 +0100 |
tree | 6edfef15c2a1598de92c6fff7f17700ffb4ec53c | |
parent | 6d67530e2c73e375b9204eba10ee2d589ba353ae [diff] |
ALSA: hda - Fix memory leak and error handling in CA0132 DSP loader This patch fixes a few obvious bugs in DSP loader stuff: - Fix possible memory leaks in the error path - Avoid double-free calls in dma_reset() - Properly set/unset WC bits for DMA buffers - Add missing error status checks Signed-off-by: Takashi Iwai <tiwai@suse.de>