Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219429
b: refs/heads/master
c: 44a8155
h: refs/heads/master
i:
  219427: 50a7d19
v: v3
  • Loading branch information
Matti Aaltonen authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent b6e6396 commit 5c3a6b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 352a587ccdd4690b4465e29fef91942d8c94826d
refs/heads/master: 44a81550410ada5b30f0a611d9446dc9cbf4cb59
5 changes: 4 additions & 1 deletion trunk/include/linux/videodev2.h
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,8 @@ struct v4l2_modulator {
#define V4L2_TUNER_CAP_SAP 0x0020
#define V4L2_TUNER_CAP_LANG1 0x0040
#define V4L2_TUNER_CAP_RDS 0x0080
#define V4L2_TUNER_CAP_RDS_BLOCK_IO 0x0100
#define V4L2_TUNER_CAP_RDS_CONTROLS 0x0200

/* Flags for the 'rxsubchans' field */
#define V4L2_TUNER_SUB_MONO 0x0001
Expand Down Expand Up @@ -1397,7 +1399,8 @@ struct v4l2_hw_freq_seek {
enum v4l2_tuner_type type;
__u32 seek_upward;
__u32 wrap_around;
__u32 reserved[8];
__u32 spacing;
__u32 reserved[7];
};

/*
Expand Down

0 comments on commit 5c3a6b2

Please sign in to comment.