.. | .. |
---|
28 | 28 | * Driver for the cx23415/6 chip. |
---|
29 | 29 | * Author: Kevin Thayer (nufan_wfk at yahoo.com) |
---|
30 | 30 | * License: GPL |
---|
31 | | - * http://www.ivtvdriver.org |
---|
32 | 31 | * |
---|
33 | 32 | * ----- |
---|
34 | 33 | * MPG600/MPG160 support by T.Adachi <tadachi@tadachi-net.com> |
---|
.. | .. |
---|
333 | 332 | struct ivtv *itv; /* for ease of use */ |
---|
334 | 333 | const char *name; /* name of the stream */ |
---|
335 | 334 | int type; /* stream type */ |
---|
336 | | - u32 caps; /* V4L2 capabilities */ |
---|
337 | 335 | |
---|
338 | 336 | struct v4l2_fh *fh; /* pointer to the streaming filehandle */ |
---|
339 | 337 | spinlock_t qlock; /* locks access to the queues */ |
---|