Skip to content

Commit

Permalink
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/g…
Browse files Browse the repository at this point in the history
…it/lrg/asoc into fix/asoc
  • Loading branch information
tiwai committed May 5, 2012
2 parents 0641208 + fad9365 commit b339583
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/soc/omap/omap-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ static int omap_pcm_new(struct snd_soc_pcm_runtime *rtd)
}

out:
/* free preallocated buffers in case of error */
if (ret)
omap_pcm_free_dma_buffers(pcm);

return ret;
}

Expand Down

0 comments on commit b339583

Please sign in to comment.