Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76571
b: refs/heads/master
c: f6e90a6
h: refs/heads/master
i:
  76569: d38c854
  76567: ce136b5
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 25ec29a commit d0f4056
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c10e8a8985e41addbbbe54b403418c27462f854
refs/heads/master: f6e90a66cde270cd6cc7aa1f4f0650930aa7f6bc
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/saa7134/saa7134-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@ int saa7134_g_ctrl(struct file *file, void *priv, struct v4l2_control *c)
}
return 0;
}
EXPORT_SYMBOL_GPL(saa7134_g_ctrl);

int saa7134_s_ctrl(struct file *file, void *f, struct v4l2_control *c)
{
Expand Down Expand Up @@ -1278,6 +1279,7 @@ int saa7134_s_ctrl(struct file *file, void *f, struct v4l2_control *c)
mutex_unlock(&dev->lock);
return err;
}
EXPORT_SYMBOL_GPL(saa7134_s_ctrl);

/* ------------------------------------------------------------------ */

Expand Down Expand Up @@ -1685,6 +1687,7 @@ int saa7134_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *c)
*c = (NULL != ctrl) ? *ctrl : no_ctrl;
return 0;
}
EXPORT_SYMBOL_GPL(saa7134_queryctrl);

static int saa7134_enum_input(struct file *file, void *priv,
struct v4l2_input *i)
Expand Down

0 comments on commit d0f4056

Please sign in to comment.