summaryrefslogtreecommitdiff
path: root/media.c
diff options
context:
space:
mode:
authorTodor Tomov <ttomov@mm-sol.com>2011-01-25 17:46:47 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-02-07 15:37:55 +0100
commit9b546182a4707fb2afe891a3eaa5ae804aa90ec8 (patch)
tree965a6e76a80336fa82e08b58318a17d10b4a303c /media.c
parent84fa602d15c9ae282a1a0c7444b3ff1cac84c7c5 (diff)
Add doxygen comments
Add doxygen format comments to header files. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Todor Tomov <ttomov@mm-sol.com>
Diffstat (limited to 'media.c')
-rw-r--r--media.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/media.c b/media.c
index 5508775..456b882 100644
--- a/media.c
+++ b/media.c
@@ -34,9 +34,6 @@
#include "media.h"
#include "tools.h"
-/*
- * media_entity_remote_pad -
- */
struct media_pad *media_entity_remote_source(struct media_pad *pad)
{
unsigned int i;
@@ -57,9 +54,6 @@ struct media_pad *media_entity_remote_source(struct media_pad *pad)
return NULL;
}
-/*
- * media_get_entity_by_name -
- */
struct media_entity *media_get_entity_by_name(struct media_device *media,
const char *name, size_t length)
{
@@ -75,9 +69,6 @@ struct media_entity *media_get_entity_by_name(struct media_device *media,
return NULL;
}
-/*
- * media_get_entity_by_id -
- */
struct media_entity *media_get_entity_by_id(struct media_device *media,
__u32 id)
{
@@ -93,9 +84,6 @@ struct media_entity *media_get_entity_by_id(struct media_device *media,
return NULL;
}
-/*
- * media_setup_link -
- */
int media_setup_link(struct media_device *media,
struct media_pad *source,
struct media_pad *sink,
@@ -330,9 +318,6 @@ static int media_enum_entities(struct media_device *media)
return 0;
}
-/*
- * media_open -
- */
struct media_device *media_open(const char *name, int verbose)
{
struct media_device *media;
@@ -381,9 +366,6 @@ struct media_device *media_open(const char *name, int verbose)
return media;
}
-/*
- * media_close -
- */
void media_close(struct media_device *media)
{
unsigned int i;