[alsa-devel] [PATCH] ASoC: omap-dmic: Use devm_snd_soc_register_component
Manish Badarkhe
badarkhe.manish at gmail.com
Tue Jul 8 13:48:13 CEST 2014
Hi Peter,
On Mon, Jul 7, 2014 at 3:00 PM, Peter Ujfalusi <peter.ujfalusi at ti.com> wrote:
> On 07/06/2014 09:50 AM, Manish Badarkhe wrote:
>> Replaced snd_soc_register_component with its devres equivalent,
>> devm_snd_soc_register_component.
>>
>> Signed-off-by: Manish Badarkhe <badarkhe.manish at gmail.com>
>> ---
>> :100644 100644 6925d71... 011e30e... M sound/soc/omap/omap-dmic.c
>> sound/soc/omap/omap-dmic.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/sound/soc/omap/omap-dmic.c b/sound/soc/omap/omap-dmic.c
>> index 6925d71..011e30e 100644
>> --- a/sound/soc/omap/omap-dmic.c
>> +++ b/sound/soc/omap/omap-dmic.c
>> @@ -490,7 +490,7 @@ static int asoc_dmic_probe(struct platform_device *pdev)
>> }
>>
>>
>> - ret = snd_soc_register_component(&pdev->dev, &omap_dmic_component,
>> + ret = devm_snd_soc_register_component(&pdev->dev, &omap_dmic_component,
>> &omap_dmic_dai, 1);
>
> Would you align the parameters at the same time?
Sure, will do it and send next version.
Regards
Manish Badarkhe
More information about the Alsa-devel
mailing list