mirror of https://gitee.com/openkylin/linux.git
Merge branch 'fix/asoc' into for-linus
This commit is contained in:
commit
e9e7183fd2
|
@ -401,6 +401,10 @@ static int omap_pcm_new(struct snd_soc_pcm_runtime *rtd)
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
/* free preallocated buffers in case of error */
|
||||||
|
if (ret)
|
||||||
|
omap_pcm_free_dma_buffers(pcm);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue