patch-2.2.0-pre5 linux/drivers/sound/dmasound.c
Next file: linux/drivers/sound/es1370.c
Previous file: linux/drivers/sound/dev_table.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jan 4 11:37:30 1999
- Orig file:
v2.2.0-pre4/linux/drivers/sound/dmasound.c
- Orig date:
Thu Dec 31 10:29:01 1998
diff -u --recursive --new-file v2.2.0-pre4/linux/drivers/sound/dmasound.c linux/drivers/sound/dmasound.c
@@ -3853,7 +3853,7 @@
#ifndef MODULE
int mixer_unit;
#endif
- mixer_unit = register_sound_mixer(&mixer_fops);
+ mixer_unit = register_sound_mixer(&mixer_fops, -1);
if (mixer_unit < 0)
return;
@@ -4258,7 +4258,7 @@
#ifndef MODULE
int sq_unit;
#endif
- sq_unit = register_sound_dsp(&sq_fops);
+ sq_unit = register_sound_dsp(&sq_fops, -1);
if (sq_unit < 0)
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov