From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 9 04:35:05 2011 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B904106566C for ; Sun, 9 Jan 2011 04:35:05 +0000 (UTC) (envelope-from giffunip@tutopia.com) Received: from nm20.bullet.mail.sp2.yahoo.com (nm20.bullet.mail.sp2.yahoo.com [98.139.91.90]) by mx1.freebsd.org (Postfix) with SMTP id 497F78FC1C for ; Sun, 9 Jan 2011 04:35:05 +0000 (UTC) Received: from [98.139.91.70] by nm20.bullet.mail.sp2.yahoo.com with NNFMP; 09 Jan 2011 04:22:47 -0000 Received: from [98.139.91.17] by tm10.bullet.mail.sp2.yahoo.com with NNFMP; 09 Jan 2011 04:22:47 -0000 Received: from [127.0.0.1] by omp1017.mail.sp2.yahoo.com with NNFMP; 09 Jan 2011 04:22:47 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 25080.82863.bm@omp1017.mail.sp2.yahoo.com Received: (qmail 46707 invoked by uid 60001); 9 Jan 2011 04:22:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1294546966; bh=ZnuI9luT5kHTizqzvK3rxPJgFz1v9IDbAMGF658sqPo=; h=Message-ID:X-YMail-OSG:Received:X-RocketYMMF:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=LP30E7CpRgDBfl+A/qB1CCj6daWypmm6N+V9t3o5jhVDbhNCg66/AQpl57sr0lxrRtpw/dj01jLx3cZsKDEyDsXOUxwZBkKM/ZnerieLO4vC2r4EngRe9WKzYNOAPq8l6O2kckkk8cUhmVb+tBkE08rnj55AG8TDAyZyjXKd/RI= Message-ID: <516790.37995.qm@web113503.mail.gq1.yahoo.com> X-YMail-OSG: QiIX4zsVM1lyjBZ8XLRiwcDB1wIBduo2Rv7LnFYJWlJJ0Es GIB7HzHt3jc4ll_4SYSnnAbbyifEtbbN.LVZzUwFjBzSsH3MnxmlldnUYn_T 0pYmdXBcTtEmA34us.1l8rtdxCANRap4W8mZcb51iuP4cQuGfxvUNE_Qm7OM upNvDfgfllLcwP00gbWiaZsMF8kp0oWy8zBRbmfKp6fk6w7FKwGYTKtk_zdC _pTeMx.ESIcXRrdWOGeIT6sohT9.MT1MXzS5lfia6tbManMkES2JvlV7SVfW 3Y4QMc.8I_BmfCxqW0Qm5I4VJULswz2mkOYR8EIvQJ6ZdvTqz2XANvGIgksR tgB2TqKnwgw3_.LR3rzHhTWORei6sqod2CXfWsMYReLkdMHbFa27HsY8fzEj WjMib6tlnYR3bSA-- Received: from [190.157.140.248] by web113503.mail.gq1.yahoo.com via HTTP; Sat, 08 Jan 2011 20:22:46 PST X-RocketYMMF: giffunip X-Mailer: YahooMailClassic/11.4.20 YahooMailWebService/0.8.107.285259 Date: Sat, 8 Jan 2011 20:22:46 -0800 (PST) From: "Pedro F. Giffuni" To: freebsd-multimedia@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Anyone working on replacing the GPL'd sound headers? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: giffunip@tutopia.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2011 04:35:05 -0000 Hello; I've been looking at what is required to get rid of the few GPL'd headers in the sound system: emu10k1-alsa.h Can be replaced by emuxkireg.h and emuxkivar.h from NetBSD. csaimg.h Is very similar to cs461x_dsp.h from OSS. maestro3_*.h This look more related to the oss_allegro files in OSS' attic. I am giving a try on the emu10k1-alsa header but maybe someone with better knowledge of the code and/or the affected cards will beat me to it :). cheers, Pedro.