[alsa-devel] [PATCH MC Next Gen 05/20] media: Media Controller export non locking __media_entity_setup_link()
Shuah Khan
shuahkh at osg.samsung.com
Sat Oct 3 00:07:17 CEST 2015
Export __media_entity_setup_link() to be used from code paths that hold
the graph_mutex.
Signed-off-by: Shuah Khan <shuahkh at osg.samsung.com>
---
drivers/media/media-entity.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c
index 797b7b3..49a8755 100644
--- a/drivers/media/media-entity.c
+++ b/drivers/media/media-entity.c
@@ -811,6 +811,7 @@ int __media_entity_setup_link(struct media_link *link, u32 flags)
return ret;
}
+EXPORT_SYMBOL_GPL(__media_entity_setup_link);
int media_entity_setup_link(struct media_link *link, u32 flags)
{
--
2.1.4
More information about the Alsa-devel
mailing list