Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377199
b: refs/heads/master
c: 3963d4f
h: refs/heads/master
i:
  377197: f2d86be
  377195: ff1bdf1
  377191: 2b88f41
  377183: 92c826d
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Jun 9, 2013
1 parent 38238d6 commit 5c5ac7c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 609c4c12af79b1ba5fd2d31727a95dd3a319c0ae
refs/heads/master: 3963d4fb869de1144aebe6eef074995f086961c4
2 changes: 2 additions & 0 deletions trunk/drivers/media/v4l2-core/v4l2-ctrls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1835,6 +1835,8 @@ bool v4l2_ctrl_radio_filter(const struct v4l2_ctrl *ctrl)
{
if (V4L2_CTRL_ID2CLASS(ctrl->id) == V4L2_CTRL_CLASS_FM_TX)
return true;
if (V4L2_CTRL_ID2CLASS(ctrl->id) == V4L2_CTRL_CLASS_FM_RX)
return true;
switch (ctrl->id) {
case V4L2_CID_AUDIO_MUTE:
case V4L2_CID_AUDIO_VOLUME:
Expand Down

0 comments on commit 5c5ac7c

Please sign in to comment.