Skip to content

Commit

Permalink
V4L/DVB (10404): saa7134-core: remove oss option, since saa7134-oss d…
Browse files Browse the repository at this point in the history
…oesn't exist anymore

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Mar 30, 2009
1 parent aaf50d7 commit 74d200f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 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 74d200f

Please sign in to comment.