Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137800
b: refs/heads/master
c: 74d200f
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 30, 2009
1 parent c25a6fb commit 9c6b0ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: aaf50d7d0e12ec797dc0677c4fc853839bdcf07d
refs/heads/master: 74d200f13156f7057ed62ecca086be75cdf363d5
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ static unsigned int alsa;
module_param(alsa, int, 0644);
MODULE_PARM_DESC(alsa,"enable ALSA DMA sound [dmasound]");

static unsigned int oss;
module_param(oss, int, 0644);
MODULE_PARM_DESC(oss,"enable OSS DMA sound [dmasound]");

static unsigned int latency = UNSET;
module_param(latency, int, 0444);
MODULE_PARM_DESC(latency,"pci latency timer");
Expand Down Expand Up @@ -158,8 +154,6 @@ static void request_module_async(struct work_struct *work){
request_module("saa7134-dvb");
if (alsa)
request_module("saa7134-alsa");
if (oss)
request_module("saa7134-oss");
}

static void request_submodules(struct saa7134_dev *dev)
Expand Down

0 comments on commit 9c6b0ad

Please sign in to comment.