Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250197
b: refs/heads/master
c: 5398b62
h: refs/heads/master
i:
  250195: 1ebcc2e
v: v3
  • Loading branch information
Jean Delvare authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent b46430c commit 4a6bbea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 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: 945b876600054081911d31bdb4f47b172c8a48ae
refs/heads/master: 5398b622152767aa70f2ac92d952c4c045aa86b5
1 change: 0 additions & 1 deletion trunk/Documentation/video4linux/Zoran
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Card number: 4

Note: No module for the mse3000 is available yet
Note: No module for the vpx3224 is available yet
Note: use encoder=X or decoder=X for non-default i2c chips

===========================

Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/media/video/zoran/zoran_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ static int card[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 };
module_param_array(card, int, NULL, 0444);
MODULE_PARM_DESC(card, "Card type");

static int encoder[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 };
module_param_array(encoder, int, NULL, 0444);
MODULE_PARM_DESC(encoder, "Video encoder chip");

static int decoder[BUZ_MAX] = { [0 ... (BUZ_MAX-1)] = -1 };
module_param_array(decoder, int, NULL, 0444);
MODULE_PARM_DESC(decoder, "Video decoder chip");

/*
The video mem address of the video card.
The driver has a little database for some videocards
Expand Down

0 comments on commit 4a6bbea

Please sign in to comment.