[alsa-devel] [PATCH] ASoC: omap-hdmi: Use devm_snd_soc_register_component

Manish Badarkhe badarkhe.manish at gmail.com
Tue Jul 8 13:47:33 CEST 2014


Hi Peter,

On Mon, Jul 7, 2014 at 2:59 PM, Peter Ujfalusi <peter.ujfalusi at ti.com> wrote:
> On 07/06/2014 09:49 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 eb9c392... 1dc95b5... M        sound/soc/omap/omap-hdmi.c
>>  sound/soc/omap/omap-hdmi.c |    4 +---
>>  1 file changed, 1 insertion(+), 3 deletions(-)
>>
>> diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c
>> index eb9c392..1dc95b5 100644
>> --- a/sound/soc/omap/omap-hdmi.c
>> +++ b/sound/soc/omap/omap-hdmi.c
>> @@ -322,7 +322,7 @@ static int omap_hdmi_probe(struct platform_device *pdev)
>>       }
>>
>>       dev_set_drvdata(&pdev->dev, hdmi_data);
>> -     ret = snd_soc_register_component(&pdev->dev, &omap_hdmi_component,
>> +     ret = devm_snd_soc_register_component(&pdev->dev, &omap_hdmi_component,
>>                                        &omap_hdmi_dai, 1);
>
> As with the omap-mcbsp:
> Can you align the parameters as well?

Sure, will do it and send next version.

Regards
Manish Badarkhe


More information about the Alsa-devel mailing list