[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c090ef0b-3af8-4ff3-027d-d8c84019eca4@nvidia.com>
Date: Thu, 4 Feb 2021 09:15:54 +0530
From: Sameer Pujar <spujar@...dia.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>,
Mark Brown <broonie@...nel.org>
CC: <thierry.reding@...il.com>, <jonathanh@...dia.com>,
<alsa-devel@...a-project.org>, <linux-tegra@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <sharadg@...dia.com>
Subject: Re: [PATCH 1/2] ASoC: audio-graph: Export graph_remove() function
On 2/4/2021 4:03 AM, Kuninori Morimoto wrote:
> External email: Use caution opening links or attachments
>
>
> Hi
>
>>>>> +int graph_remove(struct platform_device *pdev);
>>>> I think this needs better namespacing if it's going to be exported.
>>> audio_graph_remove() can be a better choice?
>> Yeah, that looks reasonable.
> Nice naming I think.
> In such case, update also graph_parse_of() is nice idea for me.
>
> - int graph_parse_of(...)
> + int audio_graph_parse_of()
OK, Will update following.
graph_remove() --> audio_graph_remove()
graph_parse_of() --> audio_graph_parse_of()
graph_card_probe() --> audio_graph_card_probe()
Powered by blists - more mailing lists