Commit 74d200f1 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (10404): saa7134-core: remove oss option, since saa7134-oss doesn't exist anymore

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent aaf50d7d
......@@ -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");
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment