Re: [PATCH] ASoC: omap-dmic: use managed interfaces

2014-07-10 Thread Peter Ujfalusi
On 07/10/2014 12:21 AM, Himangi Saraogi wrote: This patch moves data allocated using clk_put and snd_soc_register_component to the corresponding managed interfaces and does away with the functions to free memory in the probe and remove functions. The probe function is no longer required and is

Re: [PATCH] ASoC: omap-dmic: use managed interfaces

2014-07-10 Thread Mark Brown
On Thu, Jul 10, 2014 at 02:51:12AM +0530, Himangi Saraogi wrote: This patch moves data allocated using clk_put and snd_soc_register_component to the corresponding managed interfaces and does away with the functions to free memory in the probe and remove functions. The probe function is no

[PATCH] ASoC: omap-dmic: use managed interfaces

2014-07-09 Thread Himangi Saraogi
This patch moves data allocated using clk_put and snd_soc_register_component to the corresponding managed interfaces and does away with the functions to free memory in the probe and remove functions. The probe function is no longer required and is completely removed. Signed-off-by: Himangi