opnsense-ports/emulators/o2em/files/patch-audio.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
444 B
C

--- ../o2em117src.old/src/audio.c Sat Jun 25 13:41:39 2005
+++ ./src/audio.c Sat Jun 25 13:42:08 2005
@@ -118,7 +118,7 @@
if (digi_driver->name && (strlen(digi_driver->name)>0)){
printf(" Sound system initialized ok\n");
printf(" Sound driver [%s] detected\n",digi_driver->name);
- set_volume(255,255);
+ set_volume(-1,-1);
init_sound_stream();
} else {
printf(" ERROR: could not initialize sound card\n");