[PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Raffaele Recalcati
From: Davide Bonfanti davide.bonfa...@bticino.it If soc_pcm_ops is statically allocated, more than one call to soc_new_pcm cause operations overwrite. The problem is overcome usyng dynamic allocation. Signed-off-by: Davide Bonfanti davide.bonfa...@bticino.it Signed-off-by:

Re: [PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Mark Brown
On Fri, Jul 16, 2010 at 04:46:57PM +0200, Raffaele Recalcati wrote: If soc_pcm_ops is statically allocated, more than one call to soc_new_pcm cause operations overwrite. The problem is overcome usyng dynamic allocation. As I said previously you're looking for Liam's

Re: [PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Raffaele Recalcati
2010/7/16 Mark Brown broo...@opensource.wolfsonmicro.com On Fri, Jul 16, 2010 at 04:46:57PM +0200, Raffaele Recalcati wrote: If soc_pcm_ops is statically allocated, more than one call to soc_new_pcm cause operations overwrite. The problem is overcome usyng dynamic allocation.

Re: [PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Mark Brown
On Fri, Jul 16, 2010 at 05:25:19PM +0200, Raffaele Recalcati wrote: For us it is better to have also more feedback from you about the other two patches. So the next patchset we'll submit shall be more complete. Sure - those are bigger and take longer to read, should get to them by the end of