From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 5 19:41:33 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9620A16C478 for ; Mon, 5 Jun 2006 19:41:33 +0000 (UTC) (envelope-from a.bittau@cs.ucl.ac.uk) Received: from darkircop.org (tapir.cs.ucl.ac.uk [128.16.66.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE91E43D72 for ; Mon, 5 Jun 2006 19:41:31 +0000 (GMT) (envelope-from a.bittau@cs.ucl.ac.uk) Received: by shorty.sorbonet.org (Postfix, from userid 0) id C9B5E861BF7; Mon, 5 Jun 2006 20:36:44 +0100 (BST) Date: Mon, 5 Jun 2006 20:36:44 +0100 From: Andrea Bittau To: freebsd-multimedia@freebsd.org Message-ID: <20060605193644.GA5745@shorty.sorbonet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Echelon: Bush Bomb War KGB Cc: Subject: HDA sound driver mod for thinkpad x60s X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 19:41:45 -0000 this is an ultra crude mod of Stephane's hdac driver. It allows me to play music [and change the volume; w00t!] on my ibm x60s laptop. I posted it in case anyone wanted a 0day sound driver for this laptop without having to wait until a stable and proper version comes out. Doesn't support recording. I'll probably do that next if no one writes something in the near future. Stephane: if you are interested in me helping out with the "mainstream" driver, let me know. My time is very limited [you can tell by reading the code] but I have all the info I need about this card in my head now, so I might be able to produce something useful. [I'm not subscribed to the list---email me directly if you need to contact me.] Driver: fetch http://darkircop.org/hdac.tgz tar zxvf hdac.tgz cd dev make kldload ./hdac.ko