Re: [PATCH 1/2] ASoC: audio-graph: Export graph_remove() function
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: 2021-02-03 22:34:43
Also in:
alsa-devel, lkml
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: 2021-02-03 22:34:43
Also in:
alsa-devel, lkml
Hi
quoted
quoted
quoted
+int graph_remove(struct platform_device *pdev);quoted
quoted
I think this needs better namespacing if it's going to be exported.quoted
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() Thank you for your help !! Best regards --- Kuninori Morimoto