diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-11-19 21:23:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:43 -0500 |
commit | 0f4cf676728e186b53ba1bb60c442c0f503ffdbc (patch) | |
tree | fced10774740dfe20471ac77a3885f1493af569c /drivers/media/video/cx18 | |
parent | 700b8aecc99f3bef09bc20c745d20bb2868047cc (diff) |
V4L/DVB: cx18: export more symbols required by cx18-alsa
Export a couple of more symbols required by the cx18-alsa module.
This work was sponsored by ONELAN Limited.
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-streams.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-streams.c b/drivers/media/video/cx18/cx18-streams.c index 253b98ab39c5..054450f65a60 100644 --- a/drivers/media/video/cx18/cx18-streams.c +++ b/drivers/media/video/cx18/cx18-streams.c | |||
@@ -745,6 +745,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s) | |||
745 | atomic_inc(&cx->tot_capturing); | 745 | atomic_inc(&cx->tot_capturing); |
746 | return 0; | 746 | return 0; |
747 | } | 747 | } |
748 | EXPORT_SYMBOL(cx18_start_v4l2_encode_stream); | ||
748 | 749 | ||
749 | void cx18_stop_all_captures(struct cx18 *cx) | 750 | void cx18_stop_all_captures(struct cx18 *cx) |
750 | { | 751 | { |
@@ -810,6 +811,7 @@ int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) | |||
810 | 811 | ||
811 | return 0; | 812 | return 0; |
812 | } | 813 | } |
814 | EXPORT_SYMBOL(cx18_stop_v4l2_encode_stream); | ||
813 | 815 | ||
814 | u32 cx18_find_handle(struct cx18 *cx) | 816 | u32 cx18_find_handle(struct cx18 *cx) |
815 | { | 817 | { |