opensound: Fix physical address passing in oss_map_pci_mem()

This fixes a crash due to sign extension of addresses.
This commit is contained in:
François Revol
2014-08-07 22:29:35 +02:00
parent 5e9e7dcd78
commit 6807085f0c
2 changed files with 68 additions and 2 deletions

View File

@@ -4,9 +4,9 @@ HOMEPAGE="http://developer.opensound.com/"
LICENSE="BSD (2-clause)"
COPYRIGHT="1996-2008 Hannu Savolainen and Dev Mazumdar"
SRC_URI="git://opensound.git.sourceforge.net/gitroot/opensound/opensound#f6048993e04bb50e8e98b7e4f4eadfae3e736fec"
REVISION="1"
REVISION="2"
#CHECKSUM_MD5=""
ARCHITECTURES="?x86_gcc2 ?x86"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
opensound$secondaryArchSuffix = $portVersion
@@ -33,6 +33,8 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCHES="opensound-4.2_git.patchset"
GLOBAL_WRITABLE_FILES="settings/kernel/drivers directory keep-old"
BUILD()