Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29844
b: refs/heads/master
c: 6283808
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Oberritter authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 7e1c252 commit e45d7f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 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: 68ef505e31bb182131c208d139c9b6da33d8d330
refs/heads/master: 62838084b4c4c83cd511893132e2d8da84f48813
3 changes: 0 additions & 3 deletions trunk/drivers/media/dvb/dvb-core/dmxdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,9 +872,6 @@ static int dvb_demux_do_ioctl(struct inode *inode, struct file *file,
mutex_unlock(&dmxdevfilter->mutex);
break;

case DMX_GET_EVENT:
break;

case DMX_GET_PES_PIDS:
if (!dmxdev->demux->get_pes_pids) {
ret = -EINVAL;
Expand Down
26 changes: 0 additions & 26 deletions trunk/include/linux/dvb/dmx.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,6 @@ typedef enum
#define DMX_PES_PCR DMX_PES_PCR0


typedef enum
{
DMX_SCRAMBLING_EV,
DMX_FRONTEND_EV
} dmx_event_t;


typedef enum
{
DMX_SCRAMBLING_OFF,
DMX_SCRAMBLING_ON
} dmx_scrambling_status_t;


typedef struct dmx_filter
{
__u8 filter[DMX_FILTER_SIZE];
Expand Down Expand Up @@ -132,17 +118,6 @@ struct dmx_pes_filter_params
__u32 flags;
};


struct dmx_event
{
dmx_event_t event;
time_t timeStamp;
union
{
dmx_scrambling_status_t scrambling;
} u;
};

typedef struct dmx_caps {
__u32 caps;
int num_decoders;
Expand Down Expand Up @@ -171,7 +146,6 @@ struct dmx_stc {
#define DMX_SET_FILTER _IOW('o', 43, struct dmx_sct_filter_params)
#define DMX_SET_PES_FILTER _IOW('o', 44, struct dmx_pes_filter_params)
#define DMX_SET_BUFFER_SIZE _IO('o', 45)
#define DMX_GET_EVENT _IOR('o', 46, struct dmx_event)
#define DMX_GET_PES_PIDS _IOR('o', 47, __u16[5])
#define DMX_GET_CAPS _IOR('o', 48, dmx_caps_t)
#define DMX_SET_SOURCE _IOW('o', 49, dmx_source_t)
Expand Down

0 comments on commit e45d7f7

Please sign in to comment.