From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 15 19:12:23 2008 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id D950010656D1; Tue, 15 Jul 2008 19:12:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: "Martin Laabs" Date: Tue, 15 Jul 2008 15:12:10 -0400 User-Agent: KMail/1.6.2 References: <200807121600.m6CG0Hl1017996@freefall.freebsd.org> <200807142020.09115.jkim@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200807151512.12445.jkim@FreeBSD.org> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/125542: audio/oss does not return propper SNDCTL_DSP_GETBLKSIZE size X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2008 19:12:23 -0000 On Tuesday 15 July 2008 02:40 pm, Martin Laabs wrote: > Hi, > > > This is one of the incompatibilities between FreeBSD vs. OSS API. > > [...] > > > You have two choices here. Compile your appliacations with > > include/soundcard.h from OSS distribution or use > > SNDCTL_DSP_GET[IO]SPACE as recommeneded in the manual. The > > latter is obviously better choice and there is no incompatibility > > between the two versions. > > OK so far ... But there are some binary programs (i.e. skype and > teamspeak, maybe also the flashplayer?) which can't be fixed in > source. They just won't > work with the OSS driver and - as far as I can see - this concerns > not only the "ich" driver but all OSS drivers since the ioctl > handling is done in the > framework. FYI, I already added a work-around. Please update the ports and try again. Thanks, Jung-uk Kim