Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343807
b: refs/heads/master
c: 5e6e81b
h: refs/heads/master
i:
  343805: fa08f8e
  343803: 96fdd9c
  343799: 8ac70e8
  343791: 0f5e0bc
  343775: 9ceb257
  343743: fa8536d
  343679: ea9d287
  343551: ce28f3c
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent 293fc96 commit 4a3886f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e373217887879cea6cea3483d2dad21278d0f05
refs/heads/master: 5e6e81b2890db3969527772a8350825a85c22d5c
2 changes: 1 addition & 1 deletion trunk/drivers/media/pci/cx18/cx18-alsa-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static int snd_cx18_init(struct v4l2_device *v4l2_dev)
return ret;
}

int cx18_alsa_load(struct cx18 *cx)
static int __init cx18_alsa_load(struct cx18 *cx)
{
struct v4l2_device *v4l2_dev = &cx->v4l2_dev;
struct cx18_stream *s;
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/pci/cx18/cx18-alsa-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "cx18-streams.h"
#include "cx18-fileops.h"
#include "cx18-alsa.h"
#include "cx18-alsa-pcm.h"

static unsigned int pcm_debug;
module_param(pcm_debug, int, 0644);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/pci/cx18/cx18-streams.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static struct {
};


void cx18_dma_free(struct videobuf_queue *q,
static void cx18_dma_free(struct videobuf_queue *q,
struct cx18_stream *s, struct cx18_videobuf_buffer *buf)
{
videobuf_waiton(q, &buf->vb, 0, 0);
Expand Down

0 comments on commit 4a3886f

Please sign in to comment.