1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Add patch to fix sound for ALC650 AC97 Codec on ASUS A7V8X

Submitted by:	glebius
Obtained from:	mplayer
This commit is contained in:
Sergey Matveychuk 2005-03-05 23:17:30 +00:00
parent c799630605
commit 47969a130c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130433
2 changed files with 12 additions and 0 deletions

View File

@ -6,6 +6,7 @@
PORTNAME= doomlegacy
PORTVERSION= 142
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -0,0 +1,11 @@
--- sdl/i_sound.c.orig Mon Apr 19 01:02:24 2004
+++ sdl/i_sound.c Sat Mar 5 23:04:27 2005
@@ -118,7 +118,7 @@
#define SAMPLERATE 11025 // Hz
-static int samplecount = 512;
+static int samplecount = 1024;
static int lengths[NUMSFX]; // The actual lengths of all sound effects.
static unsigned int channelstep[NUM_CHANNELS]; // The channel step amount...